Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 517 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 517 Bytes

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