blob: 0b0302cc053335a1e15d48946347ef4f78dab858 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Writing & Updating Documentation
This documentation uses [minidocs](https://github.com/freeman-lab/minidocs).
## Adding New Pages
1. Add the page as a markdown file in this directory.
2. Edit `contents.json` to add to the TOC.
## Deploying to Website
1. Write documentation
2. Open PR to the `deploy` branch
3. When PR is merged, Travis will automatically deploy the docs!
|