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_url: https://www.ducamps.win/notebook
|
||||
site_author: Vincent Ducamps
|
||||
plugins:
|
||||
- search
|
||||
- minify:
|
||||
minify_html: true
|
||||
- section-index
|
||||
- search:
|
||||
prebuild_index: python
|
||||
- minify:
|
||||
minify_html: true
|
||||
- section-index
|
||||
theme:
|
||||
language: fr
|
||||
name: material
|
||||
highlightjs: true
|
||||
palette:
|
||||
scheme: default
|
||||
primary: teal
|
||||
accent: red
|
||||
hljs_languages:
|
||||
- yaml
|
||||
features:
|
||||
- navigation.instant
|
||||
- navigation.tabs
|
||||
language: fr
|
||||
name: material
|
||||
highlightjs: true
|
||||
palette:
|
||||
scheme: default
|
||||
primary: teal
|
||||
accent: red
|
||||
hljs_languages:
|
||||
- yaml
|
||||
features:
|
||||
- navigation.instant
|
||||
- navigation.tabs
|
||||
repo_url: https://git.ducamps.win/vincent/notebook
|
||||
repo_name: Vincent/notebook
|
||||
extra:
|
||||
|
Loading…
Reference in New Issue
Block a user