-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·75 lines (69 loc) · 1.93 KB
/
Copy pathmkdocs.yml
File metadata and controls
executable file
·75 lines (69 loc) · 1.93 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
site_name: 奶茶伺服器 Wiki 頁面
site_url: https://wiki.milkteamc.org
site_description: 奶茶伺服器官方 Wiki:你的 Minecraft 冒險起點,從這裡開始探索、學習與創造。
site_author: Maoyue
repo_url: https://git.maoyue.tw/milkteamc/wiki
repo_name: milkteamc/wiki
edit_uri: _edit/main/docs/
extra:
homepage: https://wiki.milkteamc.org
social:
- icon: fontawesome/solid/house
link: https://www.milkteamc.org/
- icon: fontawesome/brands/discord
link: https://discord.gg/22DxRjrXRv
- icon: fontawesome/brands/git-alt
link: https://git.maoyue.tw/milkteamc/wiki
status:
deprecated: 此功能已經/即將刪除,請使用其他功能替代。
plugins:
- privacy
- social:
cards_layout_options:
font_family: Iansui
- search:
lang: zh
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
cache_safe: true
theme:
name: material
favicon: image/logo.png
logo: image/logo.png
features:
- header.autohide
- navigation.footer
- navigation.instant
- navigation.instant.progress
- navigation.instant.preview
- content.action.edit
- content.code.copy
- content.tabs.link
- content.code.copy
- content.code.annotate
- content.tooltips
- search.suggest
- search.highlight
- search.share
language: zh-TW
font:
text: Iansui
palette:
primary: black
scheme: slate
icon:
edit: material/pencil
repo: fontawesome/brands/git-alt
copyright: GNU GPL-3.0 License and CC BY-NC-SA 4.0 License © 2021-2026 MilkTeaMC Team and Contributors. This website is not an official Minecraft website and is not associated with Mojang Studios or Microsoft.
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- toc:
permalink: true
permalink_title: "連結到此標題"