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 9629a71 commit fe88237Copy full SHA for fe88237
mkdocs.yml
@@ -11,6 +11,13 @@ markdown_extensions:
11
permalink: true
12
slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}
13
14
+nav:
15
+ - 在开始之前: 在开始之前.md
16
+ - 你好,Ren'Py。: 你好,Ren'Py。.md
17
+ - 变量: 变量.md
18
+ - 脚本标签: 脚本标签.md
19
+ - 对话: 对话.md
20
+
21
extra_javascript:
22
- https://cdn.jsdelivr.net/npm/[email protected]/components/prism-core.min.js
23
- https://cdn.jsdelivr.net/npm/[email protected]/components/prism-renpy.min.js
0 commit comments