aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoe Hand <joe@joeahand.com>2016-12-17 13:45:55 -0800
committerJoe Hand <joe@joeahand.com>2016-12-17 13:45:55 -0800
commitadb60ff86356115aa0050aea989bdd92fc9fbb45 (patch)
tree3967d73aba9c7216cf2c5af7c1d2b1474f0bfb47 /docs
parent9f6845205ff124c3e99ed6f72167c3585e7f22cc (diff)
downloaddat-docs-adb60ff86356115aa0050aea989bdd92fc9fbb45.tar.gz
dat-docs-adb60ff86356115aa0050aea989bdd92fc9fbb45.zip
autodeploy on deploy branch. update readmes
Diffstat (limited to 'docs')
-rw-r--r--docs/readme.md18
1 files changed, 13 insertions, 5 deletions
diff --git a/docs/readme.md b/docs/readme.md
index 6597fc3..0b0302c 100644
--- a/docs/readme.md
+++ b/docs/readme.md
@@ -1,6 +1,14 @@
-## Writing Documentation
+# Writing & Updating Documentation
-1. Add file to this folder
-2. Write docs
-3. Add to table of contents in `contents.json`
-4. Build & Deploy (see main readme)
+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!