docs: add some search features to mkdocs config (#704)
Enables some search features for the mkdocs config.
This commit is contained in:
parent
7c62822732
commit
08bb933f38
|
@ -21,6 +21,8 @@ theme:
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
- navigation.sections
|
- navigation.sections
|
||||||
- toc.integrate
|
- toc.integrate
|
||||||
|
- search.suggest
|
||||||
|
- search.highlight
|
||||||
palette:
|
palette:
|
||||||
# Light mode
|
# Light mode
|
||||||
- media: "(prefers-color-scheme: light)"
|
- media: "(prefers-color-scheme: light)"
|
||||||
|
@ -109,6 +111,10 @@ markdown_extensions:
|
||||||
- pymdownx.tabbed:
|
- pymdownx.tabbed:
|
||||||
alternate_style: true
|
alternate_style: true
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- tags
|
||||||
|
- search
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
# Versioning
|
# Versioning
|
||||||
version:
|
version:
|
||||||
|
|
Loading…
Reference in New Issue