Source for Management Rest API Docs.
cd ~/Code
git clone git@github.com:gravitee-io/gravitee-management-rest-api-docs.git
cd api-docs
bundle install
DEPLOY_ENV=development
rake
- Add the app's subdomain to the Rakefile. This will cause
raketo pull docs from that app. - Add the app's
includefile toindex.md's YAML frontmatter. This will cause the docs to be rendered on the page.