-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
225 lines (214 loc) · 6.2 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
# Project information
site_name: ssJSKFJDJ
site_url: https://ssjskfjdj.netlify.app/
site_author: MIZUKORA
site_description: >-
Script & Module Recycle Bin >
# Repository
repo_url: https://github.com/ssJSKFJDJ/main-pages
repo_name: ssJSKFJDJ/main-pages
# Copyright
copyright: Copyright © 2018 - 2022 ssJSKFJDJ
# Configuration
theme:
name: null
custom_dir: !ENV [THEME_DIR, "material"]
features:
- content.tooltips
# Static files
static_templates:
- 404.html
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
favicon: assets/images/ico.png
# Default values, taken from mkdocs_theme.yml
language: zh
features:
# - announce.dismiss
- content.code.annotate
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.indexes
# - navigation.instant
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
icon:
logo: material/book
# Plugins
plugins:
# pip install git+https://github.com/fmaida/hello-dolly-mkdocs-plugin
- hello-dolly
# mkdocs自带的search插件
- search
# pip install git+https://github.com/srymh/MkdocsTagPlugin
- mdoctag
# pip install mkdocs-git-revision-date-plugin 根据github文件信息表示最后更新时间
- git-revision-date
# pip install mkdocs-git-authors-plugin 显示贡献者的插件
- git-authors:
show_contribution: true
show_line_count: true
count_empty_lines: true
# pip install mkdocs-rss-plugin
- rss
# pip install mkdocs-print-site-plugin
- print-site
# pip install mkdocs-izsam-video 插入本地视频,基于mkdocs-video插件
- mkdocs-izsam-video:
mark: "video" # ![video](./xxx.mp4)
# pip install mkdocs-tooltips 悬浮提示 []{提示}
- tooltips
# pip install mkdocs-categories-plugin 分类插件
- categories
# pip install mkdocs-git-show-history-log-plugin {{ git_show_history_log }}
- git-show-history-log:
max_number_of_commits: 3
# pip install mkdocs-video
- mkdocs-video:
mark: "video-2"
is_video: True
video_autoplay: True
# Customization
extra:
analytics:
provider: google
property: UA-XXXXXXXX-X
feedback:
title: 这篇文章有用吗?
ratings:
- icon: material/thumb-up-outline
name: 太nm有用了,我要三连!
data: 1
note: >-
你真可爱!
- icon: material/thumb-down-outline
name: 写的什么?
data: 0
note: >-
你tmd也太可爱了吧。
点击<a href="https://A2C29K9.github.io/about" target="_blank" rel="noopener">链接</a>来提交你的建议吧...
social:
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
- icon: fontawesome/brands/github
link: https://www.github.com/ssJSKFJDJ
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.snippets
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.superfences
extra_css:
- css/hint.min.css
- css/contributors.css
# Page tree
nav:
- Home: index.md
- Start:
- Announcement: 'start.md'
- What's New: WhatsNew.md
# - Categories: './categories
- Scrpts:
- Genshin_Impact_tts.lua: Scripts/Genshin_Impact_tts.md
- team call: Scripts/team call.md
- Module:
- Print.lua: Module/Print.md
- Wiki:
- Midido:
- Guide: wiki/Midido/midido-guide.md
- Forward:
- API LIST: wiki/Midido/forward.md
- Midido: wiki/Midido/forward/Midido.md
- Constants: wiki/Midido/forward/Constants.md
- Util: wiki/Midido/forward/Util.md
- ArbitraryEvent: wiki/Midido/forward/ArbitraryEvent.md
- Chunk: wiki/Midido/forward/Chunk.md
- MetaEvent: wiki/Midido/forward/MetaEvent.md
- NoteEvent: wiki/Midido/forward/NoteEvent.md
- NoteOffEvent: wiki/Midido/forward/NoteOffEvent.md
- NoteOnEvent: wiki/Midido/forward/NoteOnEvent.md
- PrgramChangeEvent: wiki/Midido/forward/ProgramChangeEvent.md
- Track: wiki/Midido/forward/Track.md
- Writer: wiki/Midido/forward/Writer.md
- mml530:
- Guide: wiki/mml530/doc/mml-guide.md
- Forward: wiki/mml530/doc/forward.md
- gocq_api: wiki/gocq_api.md
# - About:
# - License: about/license.md
# - Release Notes: about/release-notes.md
- Rss:
- Announcement: 'Rss.md'
- Files:
- Announcement: 'Files-Guide.md'
- Scripts:
- Guide for Scripts: 'Files-Scripts-Guide.md'
- Module:
- Guide for Module: 'Files-Module-Guide.md'
- Print Page: 'print_page/'
- Updates:
- Last Created: 'last-created.md'
- Last Updated: 'last-updated.md'