We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19c780 commit 5aea98fCopy full SHA for 5aea98f
.vitepress/config/en.ts
@@ -1,7 +1,7 @@
1
import { defineConfig, type DefaultTheme } from 'vitepress';
2
3
const nav: DefaultTheme.NavItem[] = [
4
- { text: 'Guides', link: '/en/guides/get-started' },
+ { text: 'Guide', link: '/en/guides/get-started' },
5
{ text: 'Reference', link: '/en/references/syntax' },
6
{ text: 'Try AiScript', link: '/en/playground' },
7
];
@@ -15,7 +15,7 @@ const guideNav: DefaultTheme.SidebarItem[] = [
15
{ text: 'Implement to Your App', link: 'implementation' },
16
],
17
},
18
- { text: 'References', base: '/en/references/', link: 'syntax' },
+ { text: 'Reference', base: '/en/references/', link: 'syntax' },
19
20
21
const referenceNav: DefaultTheme.SidebarItem[] = [
0 commit comments