We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3b2d2 commit 75af5feCopy full SHA for 75af5fe
mkdocs.yml
@@ -5,6 +5,11 @@ repo_url: https://github.com/ZYKsslm/RenPy-Tutorial
5
theme:
6
name: material
7
language: zh
8
+
9
+ icon:
10
+ logo: material/book-open-page-variant
11
+ repo: fontawesome/brands/github
12
13
features:
14
- content.code.copy
15
- navigation.tracking
@@ -39,6 +44,13 @@ nav:
39
44
- 脚本标签: 脚本标签.md
40
45
- 对话: 对话.md
41
46
47
+extra:
48
+ social:
49
+ - icon: fontawesome/brands/github
50
+ link: https://github.com/ZYKsslm
51
+ - icon: fontawesome/brands/bilibili
52
+ link: https://space.bilibili.com/590816142
53
42
54
extra_javascript:
43
55
- https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js
56
- https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-renpy.min.js
0 commit comments