Built mkdocs plugin, set font to desired options
This commit is contained in:
parent
13a90172c2
commit
b1916b5066
4 changed files with 48 additions and 36 deletions
|
@ -71,6 +71,9 @@ plugins:
|
|||
- search
|
||||
- minify:
|
||||
minify_html: true
|
||||
- mkdocs-simple-hooks:
|
||||
hooks:
|
||||
on_post_build: "docs.hooks:copy_fonts"
|
||||
|
||||
nav:
|
||||
- "Getting started": index.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue