-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
68 lines (58 loc) · 1.62 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
# SPDX-FileCopyrightText: 2024 Johannes Unruh <[email protected]>
# SPDX-FileCopyrightText: 2024 Florian Heinrich <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
site_name: Federated Learning Demonstrator Frontend
repo_name: fl-frontend
repo_url: https://github.com/DLR-KI/fl-demonstrator-frontend
nav:
- Home: index.md
- API: "api/index.html"
theme:
name: material
custom_dir: docs/.overrides
features:
- navigation.footer
- navigation.tabs
- navigation.path
- navigation.indexes
- navigation.top
- search.highlight
- toc.follow
- toc.integrate
language: en
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: teal
accent: deep purple
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: teal
accent: blue
plugins:
- search
extra:
social:
- icon: dlr-logo
link: https://www.dlr.de/en
- icon: dlr-ki
link: https://www.dlr.de/ki/en
- icon: fontawesome/brands/square-gitlab
link: https://github.com/DLR-KI/fl-demonstrator
#extra_javascript:
# - https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
# - https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
# - javascripts/katex.js
extra_css:
#- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
- styles/style.css
copyright: |
© 2024
<a href="https://www.dlr.de/en/ki/about-us/departments/algorithms-hybrid-solutions" target="_blank" rel="noopener">
DLR KI ALG
</a>