Skip to content

Commit e56cff2

Browse files
authored
Update ACL doc directory
1 parent a3fba80 commit e56cff2

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.vitepress/config/cn.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ export const cn = defineConfig({
5959
{ text: 'AstralGame 联机工具', link: '/guide/gui/astral-game' },
6060
],
6161
},
62+
{
63+
text: '配置文件',
64+
items: [
65+
{ text: 'ACL', link: '/guide/config/acl' },
66+
],
67+
},
6268
{
6369
items: [
6470
{ text: '性能测试', link: '/guide/perf' },

.vitepress/config/en.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ export const en = defineConfig({
5959
{ text: 'Astral Game Connection Tool', link: '/en/guide/gui/astral-game' },
6060
],
6161
},
62+
{
63+
text: 'config',
64+
items: [
65+
{ text: 'ACL', link: '/en/guide/config/acl' },
66+
],
67+
},
6268
{
6369
items: [
6470
{ text: 'Performance Testing', link: '/en/guide/perf' },

0 commit comments

Comments
 (0)