aboutsummaryrefslogtreecommitdiffstats
path: root/docs/readme.md
blob: 2aec2dd0eb73f7a34d436e09bfa03ce3e6917f83 (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 `master` branch
3. When PR is merged, Travis will automatically deploy the docs!