Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

canvascbl/api-docs

Repository files navigation

api-docs

This repository hosts CanvasCBL's API Docs.

Check them out at https://go.canvascbl.com/docs!

Contributing

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!

Local Testing

By far, the easiest way to get started is by running the docs server in Docker.

Docker

Install Docker Desktop, then follow the steps below. If you're on a mac with Homebrew, just use brew cask install docker.

  1. Clone this repo git clone https://github.com/canvascbl/api-docs.git (then enter it with cd api-docs)
  2. Run make build/docker
  3. Run make run/docker.
    1. Your container is dynamically attached to the source folder. You can change anything in there, and it will be updated in your docs.
  4. Visit http://localhost:4567 to see your docs.
  5. Use Ctrl+C at any time to stop the server.

Locally, with ruby

  1. Clone this repo git clone https://github.com/canvascbl/api-docs.git (then enter it with cd api-docs)
  2. Install Ruby 2.6
  3. gem install bundler
  4. make install
  5. make start
  6. Visit http://localhost:4567

About

Documentation for CanvasCBL's API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •