We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3fba80 commit e56cff2Copy full SHA for e56cff2
.vitepress/config/cn.ts
@@ -59,6 +59,12 @@ export const cn = defineConfig({
59
{ text: 'AstralGame 联机工具', link: '/guide/gui/astral-game' },
60
],
61
},
62
+ {
63
+ text: '配置文件',
64
+ items: [
65
+ { text: 'ACL', link: '/guide/config/acl' },
66
+ ],
67
+ },
68
{
69
items: [
70
{ text: '性能测试', link: '/guide/perf' },
.vitepress/config/en.ts
@@ -59,6 +59,12 @@ export const en = defineConfig({
{ text: 'Astral Game Connection Tool', link: '/en/guide/gui/astral-game' },
+ text: 'config',
+ { text: 'ACL', link: '/en/guide/config/acl' },
{ text: 'Performance Testing', link: '/en/guide/perf' },
0 commit comments