-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
54 lines (49 loc) · 1.17 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
site_name: GeoNature Zones Humides · Atlas
repo_name: GeoNature-ZH-atlas
repo_url: https://github.com/PnX-SI/GeoNature-ZH-atlas
theme:
name: material
palette:
- scheme: default
primary: teal
accent: amber
toggle:
icon: material/lightbulb
name: Switch to light mode
- scheme: slate
primary: teal
accent: amber
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
features:
- search.suggest
- search.highlight
- content.tabs.link
markdown_extensions:
- toc:
permalink: true
- codehilite:
guess_lang: false
- admonition
- codehilite
- extra
- pymdownx.highlight
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format ''
- pymdownx.tabbed
extra_css:
- css/termynal.css
- css/custom.css
extra_javascript:
- js/termynal.js
- js/custom.js
nav:
- Bienvenue: index.md
- Installation: installation.md
- Installation avec Docker: installation_docker.md
- Configuration: configuration.md
- 'Template: Génération du projet': template.md