Use Vuepress to generate a static site for docs.
This commit is contained in:
12
docs/.vuepress/configs/navbar/en.ts
Normal file
12
docs/.vuepress/configs/navbar/en.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { NavbarConfig } from '@vuepress/theme-default'
|
||||
|
||||
export const navbarEn: NavbarConfig = [
|
||||
{
|
||||
text: 'Guide',
|
||||
link: '/',
|
||||
},
|
||||
{
|
||||
text: 'Changelog',
|
||||
link: 'https://github.com/WongSaang/chatgpt-ui/releases'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user