Static documentation site in Mkdocs
https://doc.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
624 B
29 lines
624 B
site_name: gregandoc
|
|
|
|
theme:
|
|
name: material
|
|
custom_dir: overrides
|
|
logo: assets/skate.png
|
|
# custom_dir: overrides
|
|
features:
|
|
- navigation.instant
|
|
- navigation.expand
|
|
- navigation.tabs
|
|
|
|
plugins:
|
|
#- markdownmermaid
|
|
- search:
|
|
min_search_length: 2
|
|
- add-number:
|
|
order: 2
|
|
excludes:
|
|
- divers/cmd/
|
|
- presentation-garage/reglement_interieur_CHANGELOG.md
|
|
- presentation-garage/reglement_interieur.md
|
|
includes:
|
|
- divers/cmd/screen
|
|
|
|
nav:
|
|
- Accueil: index.md
|
|
- Linux:
|
|
- linux/index.md
|
|
|