notebook/mkdocs.yml
vincent e09edfaf10
All checks were successful
continuous-integration/drone/push Build is passing
add prebuild index option
2021-04-21 09:17:16 +02:00

32 lines
639 B
YAML

---
site_name: Notebook
site_url: https://www.ducamps.win/notebook
site_author: Vincent Ducamps
plugins:
- 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
repo_url: https://git.ducamps.win/vincent/notebook
repo_name: Vincent/notebook
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/vincentDcmps
edit_uri: src/branch/master/
docs_dir: _docs