generated from rl-institut/super-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
87 lines (80 loc) · 2.11 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
# Project
site_name: Super-Repo Documentation
site_url:
site_description: Write your documentation in Markdown and create a static page for your developer and user community
# Repository
repo_name: rl-institut/django-oemof-api
repo_url: https://github.com/rl-institut/django-oemof-api
docs_dir: docs
# Configuration
theme:
name: material
logo: img/logo_rli_small.png
palette:
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- navigation.path
- navigation.tracking
- navigation.top
- toc.follow
# extensions
markdown_extensions:
- admonition
- toc:
permalink: "#"
- pymdownx.superfences
- pymdownx.highlight:
use_pygments: true
plugins:
- mkdocstrings:
# Customization
extra:
generator: false
version:
provider: mike
extra_css:
- css/extra.css
# Navigation
nav:
- Home: index.md
- Development:
- Collaboration:
- development/collaboration/index.md
- License: development/collaboration/license.md
- Citation: development/collaboration/citation.md
- Contributing: development/collaboration/contributing.md
- Users: development/collaboration/users.md
- Code of Conduct: development/collaboration/code_of_conduct.md
- Git:
- development/git/index.md
- Gitignore: development/git/gitignore.md
- Best-Practice:
- development/best-practice/index.md
- Test-Driven-Developement: development/best-practice/test-driven-developement-workflow.md
- Documentation:
- development/documentation/index.md
- Release:
- development/release/index.md
- Code Documentation:
- Install:
- code/install/index.md
- Code Style:
- code/style/index.md
- Functions:
- code/index.md
- code/code_example.md