mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Add support for customizing navigation bar styles in the mkdocs theme
This commit is contained in:
committed by
Waylan Limberg
parent
2172c9f999
commit
15e31f7e68
@@ -73,6 +73,14 @@ supports the following options:
|
||||
|
||||
* __`search`__: Display the search modal. Default: `83` (s)
|
||||
|
||||
* __`nav_style`__: This adjusts the visual style for the top navigation bar; by
|
||||
default, this is set to `primary` (the default), but it can also be set to
|
||||
`dark` or `light`.
|
||||
|
||||
theme:
|
||||
name: mkdocs
|
||||
nav_style: dark
|
||||
|
||||
[styles]: https://highlightjs.org/static/demo/
|
||||
|
||||
### readthedocs
|
||||
|
||||
Reference in New Issue
Block a user