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 2428877 commit 49ba3a5Copy full SHA for 49ba3a5
docs/theme.config.ts
@@ -36,7 +36,13 @@ export const navbarConfig = defineVipNavbarConfig([
36
{
37
text: '💻 全栈开发',
38
children: [
39
- { text: '👩🏻💻 前端', link: '/front-end/' },
+ {
40
+ text: '前端',
41
+ link: '/front-end/',
42
+ children: [
43
+ { text: '👩🏻💻 三件套', link: '/front-end/' },
44
+ ],
45
+ },
46
{ text: '👨🏻💻 后端', link: '/server-end/' },
47
{ text: '💫 开发技巧', link: '/develop-skill/' },
48
{ text: '🕸️ 微服务架构', link: '/microservice/' },
0 commit comments