/credhub-api-site

CredHub API documentation site - credhub-api.cfapps.io

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Editing Content

All user-provided content in the 'source' folder. The primary page is source/index.html.md, which pulls in sections of content from files in the source/includes/ folder.

Run locally

bundle install
bundle exec middleman server

Changes to master will automatically be published to https://credhub-api.cfapps.io via CI.

Manually build site to publish

bundle exec middleman build --clean

Manually Publish

cd build/
cf push credhub-api