-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmkdocs-zh.yml
More file actions
64 lines (59 loc) · 1.44 KB
/
mkdocs-zh.yml
File metadata and controls
64 lines (59 loc) · 1.44 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
site_name: QPython
site_url: https://www.qpython.org/zh/
site_description: QPython - 移动设备上的 Python & AI 开发环境
theme:
name: material
logo: static/img_logo.png
favicon: static/img_logo.png
palette:
- scheme: default
primary: black
accent: green
toggle:
icon: material/brightness-7
name: 切换暗色模式
- scheme: slate
primary: black
accent: green
toggle:
icon: material/brightness-4
name: 切换亮色模式
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- search.suggest
- search.highlight
- content.code.copy
font:
text: Roboto
code: Roboto Mono
extra_css:
- static/extra.css
docs_dir: source/zh
site_dir: site/zh
clean: false # Don't clean to preserve English build
nav:
- 首页: index.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- tables
- toc:
permalink: true
extra:
analytics:
provider: google
property: G-3GZ8CTQYNC
social:
- icon: fontawesome/brands/github
link: https://github.com/qpython-android/qpython
- icon: fontawesome/brands/discord
link: https://discord.gg/hV2chuD
- icon: fontawesome/brands/facebook
link: http://www.facebook.com/qpython
- icon: fontawesome/brands/twitter
link: http://www.twitter.com/qpython