Lint and docs

This commit is contained in:
Patrick Marsceill
2019-08-13 17:24:23 -04:00
parent 7fa6307640
commit 2b2ebf6033
5 changed files with 15 additions and 7 deletions

View File

@@ -38,6 +38,16 @@ aux_links:
- "//github.com/pmarsceill/just-the-docs"
```
## Heading anchors
```yaml
# Heading anchors appear on hover over h1-h6 tags
# allowing users to deep link to a particular heading
# on a page.
#
# Supprts true (default) or false/nil
heading_anchors: true
```
## Color scheme
```yaml