This repository was archived by the owner on Mar 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
123 lines (115 loc) · 3.6 KB
/
mkdocs.yml
File metadata and controls
123 lines (115 loc) · 3.6 KB
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Project information
site_name: UnicacityAddon Wiki
site_url: https://unicacityaddon.rettichlp.de/wiki
# Repository
repo_url: https://github.com/UnicacityAddon/unicacityaddon-addon
repo_name: UnicacityAddon
extra:
homepage: https://unicacityaddon.rettichlp.de/
social:
- icon: fontawesome/brands/github
link: https://github.com/UnicacityAddon/
- icon: fontawesome/brands/discord
link: https://discord.gg/A9u5eY7CbS
copyright: Copyright © 2022 - 2023 UnicacityAddon
plugins:
- search:
lang:
- en
- de
extra_css:
- stylesheets/extra.css
# Configuration
theme:
name: material
custom_dir: docs/overrides
logo: icon.png
favicon: icon.png
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/weather-night
name: Dark-Mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: Light-Mode
icon:
repo: fontawesome/brands/github
features:
- announce.dismiss
- header.autohide
# - navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.footer
- toc.follow
# Extensions
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- def_list
# Page tree
nav:
- Zur Webseite: https://unicacityaddon.rettichlp.de
- API:
- Funktion:
- Grundlagen: api/function/grundlagen.md
- Autorisierung: api/function/autorisierung.md
- Daten: api/function/daten-und-speicherung.md
- Endpunkte:
- Addon Group: api/endpoints/addon-group.md
- Banner: api/endpoints/banner.md
- Blacklist: api/endpoints/blacklist.md
- Blackmarket: api/endpoints/blackmarket.md
- Event: api/endpoints/event.md
- Faction Member: api/endpoints/faction-member.md
- House Ban: api/endpoints/house-ban.md
- House Ban Reason: api/endpoints/house-ban-reason.md
- Load Data: api/endpoints/load-data.md
- Management: api/endpoints/management.md
- Navi Point: api/endpoints/navi-point.md
- Revive: api/endpoints/revive.md
- Roleplay: api/endpoints/roleplay.md
- Statistic: api/endpoints/statistic.md
- Token: api/endpoints/token.md
- Wanted Reason: api/endpoints/wanted-reason.md
- Yasin: api/endpoints/yasin.md
- Commands:
- Grundlagen: commands/grundlagen.md
- Übersicht:
- Geld Commands: commands/uebersicht/geld-commands.md
- Handy Commands: commands/uebersicht/handy-commands.md
- Haus Commands: commands/uebersicht/haus-commands.md
- Job Commands: commands/uebersicht/job-commands.md
- Supporter Commands: commands/uebersicht/supporter-commands.md
- Implementation:
- Command Klasse: commands/implementation/command-klasse.md
- Command Annotation: commands/implementation/command-annotation.md
- Tab-Completion Builder: commands/implementation/tab-completion-builder.md
- Widgets:
- Übersicht:
- widgets/index.md
- Config:
- Übersicht:
- config/index.md