-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
95 lines (89 loc) · 2.23 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
repo_name: rl-institut/digipipe
repo_url: https://github.com/rl-institut/digipipe
site_name: digipipe documentation
site_url: http://127.0.0.1:8000/
docs_dir: .
site_dir: ./site
nav:
- Digipipe: index.md
- Hintergrund: docs/sections/background.md
- Szenarien: docs/sections/scenarios.md
- Energiesystem: docs/sections/esys.md
- Daten und Methodik:
- Überblick: docs/sections/data_overview.md
- Raw: docs/datasets/raw_datasets.md
- Preprocessed: docs/datasets/preprocessed_datasets.md
- Datasets: docs/datasets/datasets_datasets.md
- Appdata: docs/datasets/appdata_datasets.md
- Regionsspezifische Datensätze: docs/datasets/region_specific_datasets.md
- Developer Docs (en):
- Installation: docs/sections/installation.md
- Data pipeline: docs/sections/data.md
- Workflow: docs/sections/workflow.md
- Build the energy system: docs/sections/esys_dev.md
- Repo structure: docs/sections/structure.md
- Docs: docs/sections/docs.md
plugins:
- search:
lang:
- en
- de
- exclude-search:
exclude:
- digipipe/*
- include-markdown
- same-dir
- exclude:
glob:
- digipipe/esys/*
- digipipe/config/*
- README.md
- CHANGELOG.md
- "*.tmp"
- "*.pdf"
- "*.gz"
- "*.py"
- "*.pyc"
- "*.gpkg"
- "*.zip"
- "*.csv"
regex:
- '.*\.(tmp|bin|tar)$'
theme:
name: material
features:
- navigation.footer
- navigation.tracking
- navigation.tabs
- navigation.instant
- navigation.indexes
- navigation.top
- content.code.copy
- toc.follow
- search.highlight
- search.suggestions
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
extra_css:
- docs/stylesheets/extra.css
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.smartsymbols:
arrows: True
- toc:
permalink: "#"
- admonition
- pymdownx.details
- pymdownx.superfences