Skip to content

Commit

Permalink
Update nav.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s authored Dec 2, 2024
1 parent e86e4df commit fe6a2a6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .vitepress/src/zh/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ const nav:DefaultTheme.NavItem[] = [
{ text: '后端', link: '/zh/backend/index' },
{ text: '插件',link: "/zh/plugin/index"},
{ text: '常见问题', link: '/zh/faq/index' },
{ text: '老版本文档', link: 'https://docv2.mineadmin.com' },
{ text: '更多推荐' ,items:[
{ text: '老版本文档', link: 'https://docv2.mineadmin.com' },
{ text: '开箱即用的 Hyperf 组件库', link: 'https://hyperf.fans/' },
{ text: 'Fantastic-admin前端框架',link: 'https://fantastic-admin.hurui.me/'},
]}
]

export default nav
export default nav

0 comments on commit fe6a2a6

Please sign in to comment.