-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
156 lines (150 loc) · 3.68 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
site_name: CeVIO AI 用户指南
site_description: 非官方的 CeVIO AI 用户指南中文版翻译
repo_url: https://github.com/CeVIO-User-Guide-Unofficial/cevio-ai-zh
repo_name: CUGU/CeVIO-AI
# Theme
theme:
custom_dir: overrides # This is where the customization of the theme lives
name: material
features:
- announce.dismiss
- content.tooltips
- content.code.annotate
- content.code.copy
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- navigation.top
- navigation.footer
- toc.follow
icon:
logo: fontawesome/solid/book
favicon: images/c-solid.png
repo: fontawesome/brands/github
language: zh
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
extra:
alternate:
- name: English
link: https://en.ceviodoc.uk
lang: en
- name: 中文(简体)
link: /
lang: zh
# CSS
extra_css:
- material/assets/stylesheets/extra.css
- material/assets/stylesheets/footer.css
# Extensions
markdown_extensions:
- abbr
- attr_list
- admonition
- def_list
- footnotes
- md_in_html
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys:
key_map:
mouse-wheel-up-down: "鼠标滚轮↕"
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
toc_depth: 6
plugins:
- search:
separator: '[\s\u200b\-]'
- glightbox
- git-revision-date-localized:
type: date
enable_creation_date: true
- offline:
enabled: !ENV [OFFLINE, false]
#- privacy:
# links_attr_map:
# target: _blank
# Contents
nav:
- index.md
- 入门:
- firstguide/system_requirements.md
- firstguide/install.md
- firstguide/install_cn_patch.md
- 基本操作:
- operation/index.md
- operation/menu.md
- operation/transport.md
- operation/infopanel.md
- operation/trackhead.md
- operation/edittool.md
- operation/adjusttool.md
- 语音轨道:
- talktrack/tutorial_talk.md
- talktrack/index.md
- talktrack/talk_01.md
- talktrack/longsentence.md
- talktrack/talk_02.md
- talktrack/talk_05.md
- talktrack/phoneme.md
- talktrack/phoneme_english.md
- talktrack/talk_06.md
- talktrack/talk_01_english.md
- talktrack/phrasececlip.md
- talktrack/search.md
- talktrack/talk_04.md
- 歌唱轨道:
- songtrack/tutorial_song.md
- songtrack/index.md
- songtrack/songtrack.md
- songtrack/song_02.md
- songtrack/song_04.md
- songtrack/song_04_english.md
- songtrack/song_symbol.md
- songtrack/song_03.md
- songtrack/song_05.md
- songtrack/song_07.md
- songtrack/song_06.md
- songtrack/fileimport.md
- 音频轨道:
- audio/index.md
- 选项:
- option/index.md
- option/characterimage.md
- 快捷键:
- shortcutkey/index.md
- 外部调用接口:
- interface/index.md
- interface/com.md
- interface/dotnet.md
- FAQ和已知问题:
- faq/index.md
- faq/known_bugs.md
- 其他:
- intro/change-log.md
- intro/change-log-website.md
- intro/contact.md
- intro/about.md
- others/revised_license_agreement.md