Fix docs and custom scss

This commit is contained in:
Patrick Marsceill
2019-08-14 10:40:19 -04:00
parent fe41e18994
commit 225604723a
2 changed files with 133 additions and 123 deletions

View File

@@ -26,6 +26,7 @@ View this site's [_config.yml](https://github.com/pmarsceill/just-the-docs/tree/
```yaml
# Enable or disable the site search
# Support true (default) or false
search_enabled: true
```
@@ -38,11 +39,11 @@ aux_links:
- "//github.com/pmarsceill/just-the-docs"
```
## Heading anchors
## Heading anchor links
```yaml
# Heading anchors appear on hover over h1-h6 tags
# allowing users to deep link to a particular heading
# on a page.
# Heading anchor links appear on hover over h1-h6 tags
# in page content allowing users to deep link to a particular
# heading on a page.
#
# Supprts true (default) or false/nil
heading_anchors: true