-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
98 lines (85 loc) · 3.04 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
97
98
site_name: DiscordLab
site_url: https://discordlab.jxtq.moe
repo_name: DiscordLab
repo_url: https://github.com/DiscordLabSCP/DiscordLab
edit_uri: https://github.com/DiscordLabSCP/docs/edit/main/docs
theme:
name: material
icon:
repo: fontawesome/brands/github-alt
features:
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#setting-up-navigation
- navigation.instant
- navigation.instant.prefetch
- navigation.path
- navigation.indexes
- navigation.top
- navigation.tabs
- navigation.sections
- navigation.tracking
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-pruning
- navigation.prune
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#table-of-contents
- toc.follow
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-suggestions
- search.suggest
- search.highlight
# https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#code-actions
- content.action.edit
- content.action.view
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#modules
- content.code.copy
- content.code.select
- content.code.annotate
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
nav:
- Home:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Module Installation: getting-started/modules.md
- Modules:
- DiscordLab.AdminLogs: getting-started/modules/adl.md
- DiscordLab.AdvancedLogging: getting-started/modules/al.md
- DiscordLab.BotStatus: getting-started/modules/bs.md
- DiscordLab.ConnectionLogs: getting-started/modules/cl.md
- DiscordLab.DeathLogs: getting-started/modules/dl.md
- DiscordLab.Moderation: getting-started/modules/m.md
- DiscordLab.ModerationLogs: getting-started/modules/ml.md
- DiscordLab.RoundLogs: getting-started/modules/rl.md
- DiscordLab.SCPSwap: getting-started/modules/ss.md
- DiscordLab.StatusChannel: getting-started/modules/sc.md
- DiscordLab.XPSystem: getting-started/modules/xp.md
- Frequently Asked Questions:
- FAQ: faq/index.md
- Placeholders: faq/placeholders.md
- API:
- API: api/index.md
- Basic Guide: api/guide.md
- Documentation:
- DiscordLab.Bot: api/docs/bot.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
extra:
generator: false