Add footer content docs

This commit is contained in:
Patrick Marsceill 2019-08-14 10:50:49 -04:00
parent b89b683f90
commit f2cec110ff
No known key found for this signature in database
GPG Key ID: 286B93882D828F40
2 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,7 @@ aux_links:
"Just the Docs on GitHub":
- "//github.com/pmarsceill/just-the-docs"
# 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 currently only supports "dark" or nil (default)

View File

@ -38,6 +38,13 @@ aux_links:
- "//github.com/pmarsceill/just-the-docs"
```
## 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