add prebuild index option
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
efbd8ba596
commit
e09edfaf10
34
mkdocs.yml
34
mkdocs.yml
@ -1,24 +1,26 @@
|
|||||||
|
---
|
||||||
site_name: Notebook
|
site_name: Notebook
|
||||||
site_url: https://www.ducamps.win/notebook
|
site_url: https://www.ducamps.win/notebook
|
||||||
site_author: Vincent Ducamps
|
site_author: Vincent Ducamps
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search:
|
||||||
- minify:
|
prebuild_index: python
|
||||||
minify_html: true
|
- minify:
|
||||||
- section-index
|
minify_html: true
|
||||||
|
- section-index
|
||||||
theme:
|
theme:
|
||||||
language: fr
|
language: fr
|
||||||
name: material
|
name: material
|
||||||
highlightjs: true
|
highlightjs: true
|
||||||
palette:
|
palette:
|
||||||
scheme: default
|
scheme: default
|
||||||
primary: teal
|
primary: teal
|
||||||
accent: red
|
accent: red
|
||||||
hljs_languages:
|
hljs_languages:
|
||||||
- yaml
|
- yaml
|
||||||
features:
|
features:
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
repo_url: https://git.ducamps.win/vincent/notebook
|
repo_url: https://git.ducamps.win/vincent/notebook
|
||||||
repo_name: Vincent/notebook
|
repo_name: Vincent/notebook
|
||||||
extra:
|
extra:
|
||||||
|
Loading…
Reference in New Issue
Block a user