Merge branch 'v0.2.6-release' into improve-search

This commit is contained in:
Patrick Marsceill
2019-08-14 11:03:30 -04:00
committed by GitHub
6 changed files with 24 additions and 8 deletions

View File

@@ -40,6 +40,7 @@ aux_links:
```
## Heading anchor links
```yaml
# Heading anchor links appear on hover over h1-h6 tags
# in page content allowing users to deep link to a particular
@@ -49,6 +50,13 @@ aux_links:
heading_anchors: true
```
## Footer content
```yaml
# Footer content appears at the bottom of every page's main content
footer_content: "Copyright &copy; 2017-2019 Patrick Marsceill. Distributed by an <a href=\"https://github.com/pmarsceill/just-the-docs/tree/master/LICENSE.txt\">MIT license.</a>"
```
## Color scheme
```yaml

View File

@@ -69,5 +69,3 @@ $link-color: $blue-000;
```
_Note:_ Editing the variables directly in `_sass/support/variables.scss` is not recommended and can cause other dependencies to fail.
---