This repository hosts CanvasCBL's API Docs.
Check them out at https://go.canvascbl.com/docs!
There are instructions for running locally here.
Edit the source/index.html.md file for most things,
but some files are in source/includes.
Thank you for helping make CanvasCBL's API docs as great as possible!
By far, the easiest way to get started is by running the docs server in Docker.
Install Docker Desktop, then
follow the steps below. If you're on a mac with Homebrew, just use
brew cask install docker.
- Clone this repo
git clone https://github.com/canvascbl/api-docs.git(then enter it withcd api-docs) - Run
make build/docker - Run
make run/docker.- Your container is dynamically attached to the source folder. You can change anything in there, and it will be updated in your docs.
- Visit
http://localhost:4567to see your docs. - Use Ctrl+C at any time to stop the server.
- Clone this repo
git clone https://github.com/canvascbl/api-docs.git(then enter it withcd api-docs) - Install Ruby 2.6
gem install bundlermake installmake start- Visit
http://localhost:4567