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

feat: 构建文档基础框架

This commit is contained in:
2025-02-21 00:13:26 +08:00
parent ec9656071f
commit 8820544319
10 changed files with 159 additions and 11 deletions

View File

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