15 lines
319 B
YAML
15 lines
319 B
YAML
site_name: Notebook
|
|
site_url: https://www.ducamps.win/notebook
|
|
theme:
|
|
language: fr
|
|
name: material
|
|
highlightjs: true
|
|
hljs_languages:
|
|
- yaml
|
|
features:
|
|
- navigation.instant
|
|
- navigation.tabs
|
|
repo_url: https://git.ducamps.win/vincent/notebook
|
|
edit_uri: _edit/master/
|
|
docs_dir: _docs
|