Please submit a pull request with any documentation changes you may find!
The following steps allow you to deploy the current state of the bitgo-docs master branch to www.bitgo.com/api
- Install ruby v2.4.0p0, gem, and bundler
git clone [email protected]:BitGo/slate.git- Run
bundle installin slate directory.
- Copy
index.html.mdto theslate/source - Run
bundle exec middleman build --clean - In bitgo-docs do
git checkout gh-pages cp -R slate/build/index.html slate/build/fonts slate/build/javascripts slate/build/stylesheets bitgo-docs/(on gh-pages branch!)- Commit and push to remote
gh-pagesbranch