# jetpack-crm-api-docs **Repository Path**: mirrors_Automattic/jetpack-crm-api-docs ## Basic Information - **Project Name**: jetpack-crm-api-docs - **Description**: API documentation for Jetpack CRM - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: trunk - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Jetpack CRM API Docs ## Development The scaffolding for this project is forked from the now-abandonded Slate generator (https://github.com/slatedocs/slate). Documentation can be found in `source/index.html.md`. To get started, run the following: ```shell bundle install bundle exec middleman server ``` Docs will be visible here: `http://localhost:4567` To generate static files in the `build/` dir, run the following: ```shell bundle exec middleman build ``` ## Deployment You can deploy to `gh-pages` with `./deploy.sh`.