1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

将 nav 和 sidebar 配置独立出来形成单独文件

This commit is contained in:
2025-02-20 22:42:46 +08:00
parent ea5497c43c
commit ec9656071f
3 changed files with 21 additions and 13 deletions

6
docs/nav.mts Normal file
View File

@@ -0,0 +1,6 @@
import { DefaultTheme } from 'vitepress'
export const nav: DefaultTheme.NavItem[] = [
{ text: 'Home', link: '/' },
{ text: 'Examples', link: '/markdown-examples' }
]