-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
96 lines (88 loc) · 2.55 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
95
96
site_name: ensys-gui
site_url: https://github.com/in-RET/ensys-gui
site_author: in.RET
# Repository
repo_name: in-RET/ensys-gui
repo_url: https://github.com/in-RET/ensys-gui
plugins:
- glightbox
markdown_extensions:
- toc:
permalink: true
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.arithmatex:
generic: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
extra_javascript:
- js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- 'Home': index.md
- 'Overview': project_overview.md
- 'Introduction':
- 'Installation': getting_started/installation.md
- 'First Steps': getting_started/first_steps.md
- 'About':
- 'in.RET': about/inret.md
- 'EnSys': about/ensys.md
- 'Frontend': about/frontend.md
- 'API':
- 'Overview': api/index.md
- 'Usage with Python': api/python.md
- 'Functions': api/functions.md
- 'Release Notes': api/release-notes.md
- 'FAQ': faq.md
- 'Release Notes': release-notes.md
- 'Developer Doc Help': possibilities.md
theme:
name: material
favicon: assets/favicon.svg
logo: assets/favicon.svg
icon:
repo: fontawesome/brands/github
admonition:
<type>: material/alert-outline
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
language: en
features:
- content.tabs.link
- content.code.copy
extra:
social:
- icon: fontawesome/solid/envelope
link: mailto:[email protected]
generator: true
copyright: Copyright © 2024 Institut für regenerative Energietechnik