-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
53 lines (50 loc) · 1.35 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
site_name: inretensys-fastapi
site_url: https://github.com/in-RET/inretensys-fastapi/
site_author: Andreas Lubojanski
# Repository
repo_name: in-RET/inretensys-fastapi
repo_url: https://github.com/in-RET/inretensys-fastapi
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
nav:
- 'Home': index.md
- 'API':
- 'Overview': api/api.md
- 'Usage with Python': api/python.md
- 'Functions': api/functions.md
- 'About': about.md
- 'Release Notes': release-notes.md
theme:
name: material
icon:
repo: fontawesome/brands/github
admonition:
<type>: material/alert-outline
palette:
scheme: slate
primary: teal
accent: teal
language: de
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/solid/envelope
link: mailto:[email protected]
generator: true
copyright: Copyright © 2022 Institut für regnenrative Energietechnik