-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.en-US.yml
43 lines (43 loc) · 1.11 KB
/
mkdocs.en-US.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
site_name: Mesagisto
docs_dir: en-US
site_url: https://docs.mesagisto.org/en-US
repo_url: https://github.com/MeowCat-Studio/mesagisto
repo_name: mesagisto
nav:
- Message Source:
- Mirai: mirai-message-source.md
- Minecraft:
- Bukkit ALL: minecraft-message-source/bukkit.md
- Bungee ALL: minecraft-message-source/bungee.md
- Fabric 1.16-1.19/Forge 1.18: minecraft-message-source/mcmod.md
- Telegram: telegram-message-source.md
- Discord: discord-message-source.md
- Diagnose: diagnose.md
- 中文: https://docs.mesagisto.org/zh-CN/
theme:
name: material
features:
- navigation.instant
# - navigation.sections
- navigation.tabs
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.critic
- admonition
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets
plugins:
- search
- minify:
minify_html: true
- redirects:
redirect_maps:
index.md: mirai-message-source.md
extra:
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY