Usage docs (#501)

* Add setup and usage docs

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Finish initial version of setup doc

* Add YAML config file for CLI docs

* Finish CLI shortcode

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Fix scrolling on mobile

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Finish first version of usage doc

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Remove go install section, modify CSS for CLI docs, and fix typo

Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
Luc Perkins
2019-01-24 11:01:42 -08:00
committed by Brian Goff
parent 48127bfcf5
commit 318edee630
13 changed files with 252 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ function anchorJs() {
icon: '#'
}
anchors.add('.content h2, .content h3, .content h4');
anchors.add('.cli h2, .content h2, .content h3, .content h4');
}
}