-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (37 loc) · 899 Bytes
/
mkdocs.yml
File metadata and controls
42 lines (37 loc) · 899 Bytes
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
site_name: lrcparser
repo_url: https://github.com/283375/lrcparser_python
nav:
- lrcparser: index.md
- Usage: usage.md
- API:
- LrcTime: api/time.md
- LrcParser: api/parser.md
theme:
name: null
custom_dir: 'docs/.theme/'
static_templates:
- 404.html
watch:
- docs/.theme/
markdown_extensions:
- admonition
- toc:
baselevel: 1
permalink: '#'
slugify: !!python/name:markdown.extensions.toc.slugify_unicode
plugins:
- i18n:
default_language: zh_CN
# default_language_only: true
docs_structure: folder
material_alternate: false
languages:
en:
name: English
build: true
zh_CN:
name: 简体中文
build: true
nav_translations:
zh_CN:
Usage: 使用