We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99533f1 commit e5d5895Copy full SHA for e5d5895
mkdocs.yml
@@ -1,12 +1,19 @@
1
site_name: Manim中文文档
2
site_description: 由社区维护用于创建数学动画的Python库
3
site_url: https://manim.markhoo.cn
4
+
5
+repo_url: https://github.com/MarkHoo/manim-docs-zh-hans
6
+edit_uri: edit/main/docs/
7
8
theme:
9
name: material
10
language: zh
11
logo: assets/logo.svg
12
favicon: favicon.ico
13
14
+ icon:
15
+ repo: fontawesome/brands/github
16
17
features:
18
- navigation.instant
19
- navigation.instant.prefetch
@@ -85,7 +92,7 @@ extra:
85
92
# - projects
86
93
87
94
88
-copyright: 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 | Copyright © 2007 - 2024 MarkHoo
95
+copyright: <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a> | Copyright © 2007 - 2024 MarkHoo
89
96
90
97
91
98
nav:
0 commit comments