We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9881fe4 commit 75b58f2Copy full SHA for 75b58f2
2 files changed
rustedwarfareapicode/.vitepress/config.ts
@@ -13,7 +13,7 @@ export default defineConfig({
13
{ text: '地图API', link: '/src/Map/teada' },
14
{ text: '调试API', link: '/src/Debug/test' },
15
{ text: '编写指南', link: '/api-dev' },
16
- { text: 'RW-Engine指南', link: '/quick-start' }
+ { text: 'RW-Engine指南', link: '/src/RW-Engine/quick-start' }
17
],
18
19
docFooter: {
rustedwarfareapicode/index.md
@@ -36,6 +36,7 @@ features:
36
linkText: 让我们立刻开始吧![开发中]
37
- title: RW-Engine指南
38
details: 学习铁锈Mod RW-Engine的使用(仅Android)
39
+ link: /src/RW-Engine/quick-start
40
41
---
42
0 commit comments