forked from PurpurMC/PurpurDocs
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
111 lines (111 loc) · 3.6 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
99
100
101
102
103
104
105
106
107
108
109
110
111
# Project information
site_name: PurpurMC 文档
site_url: https://purpur.8aka.org/
site_author: granny
site_description: >-
Purpur的官方文档。
Purpur是Pufferfish(以及Paper)的一个分支,旨在提供新颖有趣的配置选项,这些选项可以创造独一无二的游戏体验,让玩家体验到其他地方所没有的乐趣。
docs_dir: mkdocs
nav:
- index.md
- Purpur:
- Purpur: purpur/index.md
- 安装: purpur/installation.md
- 配置: purpur/configuration.md
- 命令: purpur/commands.md
- 权限: purpur/permissions.md
- 常见问题: purpur/faq.md
- PurpurExtras:
- PurpurExtras: purpurextras/index.md
- 安装: purpurextras/installation.md
- 配置: purpurextras/configuration.md
- 命令: purpurextras/commands.md
# - Permissions: purpurextras/permissions.md
# - Frequently Asked Questions: purpurextras/faq.md
- PurpurPacks:
- PurpurPacks: purpurpacks/index.md
- 安装: purpurpacks/installation.md
- 包列表: purpurpacks/packs.md
# - Configuration: purpurpacks/configuration.md
# - Commands: purpurpacks/commands.md
# - Permissions: purpurpacks/permissions.md
# - Frequently Asked Questions: purpurpacks/faq.md
repo_url: https://github.com/8aka-Team/Purpur-Docs-CN
repo_name: PurpurDocs
edit_uri: edit/main/mkdocs/
extra_css:
- stylesheets/extra.css
plugins:
- search
- ezlinks
- markdownextradata
- autolink_references:
autolinks:
- reference_prefix: MC-
target_url: https://bugs.mojang.com/browse/MC-<num>
- reference_prefix: PaperMC/Paper#
target_url: https://github.com/PaperMC/Paper/issues/<num>
- redirects:
redirect_maps:
'commands.md': 'purpur/commands.md'
'cmds.md': 'purpur/commands.md'
'configuration.md': 'purpur/configuration.md'
'config.md': 'purpur/configuration.md'
'permissions.md': 'purpur/permissions.md'
'perms.md': 'purpur/permissions.md'
'faq.md': 'purpur/faq.md'
'Commands.md': 'purpur/commands.md'
'Configuration.md': 'purpur/configuration.md'
'FAQ.md': 'purpur/faq.md'
'Installation.md': 'purpur/installation.md'
'Log4j.md': 'purpur/log4j.md'
'Permissions.md': 'purpur/permissions.md'
theme:
name: material
custom_dir: overrides
favicon: images/purpur-small.png
logo: images/purpur-small.png
features:
- navigation.instant
- navigation.tabs
- navigation.indexes
palette:
- scheme: slate
primary: light blue
accent: blue
markdown_extensions:
- attr_list
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.magiclink
- markdown.extensions.md_in_html
- footnotes
- toc:
permalink: 🔗
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
org:
source: https://github.com/PurpurMC/
project:
website: https://purpur.8aka.org
javadoc: https://purpurmc.org/javadoc
downloads: https://purpurmc.org/downloads
source: https://github.com/PurpurMC/Purpur
version: 1.21
build:
number: 2240
commit: c0f5e78
purpur_extras:
downloads: https://modrinth.com/plugin/purpurextras/versions
source: https://github.com/PurpurMC/PurpurExtras
social:
- icon: fontawesome/brands/discord
link: https://purpurmc.org/discord
name: Purpur Discord Server
purpur_packs:
source: https://github.com/PurpurMC/PurpurPacks