Use Vuepress to generate a static site for docs.

This commit is contained in:
Rafi
2023-04-11 22:08:16 +08:00
parent e9f554dc4e
commit 1d7098a0cb
24 changed files with 1495 additions and 206 deletions

View 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'
}
]