-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
mkdocs.yml
88 lines (82 loc) · 2.51 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
site_name: MySpeed Documentation
site_url: https://docs.myspeed.dev
site_description: MySpeed is a self-hosted speedtest analysis software that stores the speed of your internet for up to 30 days.
site_author: Mathias Wagner
copyright: Copyright © 2021 - 2023 Mathias Wagner
repo_name: MySpeed
repo_url: https://github.com/gnmyt/myspeed
edit_uri: https://github.com/gnmyt/myspeed/edit/development/docs
plugins:
- i18n:
default_language: en
languages:
- locale: en
default: true
name: English
- locale: de
name: Deutsch
nav_translations:
Start: Startseite
Frequently Asked Questions: Häufig gestellte Fragen
Setup: Einrichtung
Guides: Anleitungen
Configuring a Reverse Proxy: Einrichten eines Reverse Proxys
Troubleshooting: Fehlerbehebung
Instructions: Anweisungen
The Interface: Die Benutzeroberfläche
Settings: Einstellungen
theme:
name: material
logo: assets/images/logo.png
features:
- toc.integrate
- content.code.annotate
- content.code.copy
favicon: assets/images/logo.png
palette:
- media: "(prefers-color-scheme: light)"
schema: default
primary: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/gnmyt/myspeed
- icon: fontawesome/solid/heart
link: https://ko-fi.com/gnmyt
- icon: fontawesome/brands/twitter
link: https://twitter.com/germannewsmaker
- icon: fontawesome/brands/discord
link: https://discord.com/users/386242172632170496
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Start: index.md
- Frequently Asked Questions: faq.md
- Setup:
- Linux: setup/linux.md
- Windows: setup/windows.md
- Guides:
- Configuring a Reverse Proxy: guides/reverse-proxy.md
- Troubleshooting: troubleshooting.md
- Instructions:
- The Interface: instructions/main.md
- Settings: instructions/settings.md