mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-09-10 16:23:17 +08:00
feat: add locale
This commit is contained in:
10
.vitepress/config/en-US/nav.ts
Normal file
10
.vitepress/config/en-US/nav.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import type { DefaultTheme } from 'vitepress'
|
||||
|
||||
export const getNav = (): DefaultTheme.NavItem[] => {
|
||||
return [
|
||||
{
|
||||
text: 'Components',
|
||||
link: '/components/'
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user