12 lines
237 B
TypeScript
12 lines
237 B
TypeScript
import type { NavbarConfig } from '@vuepress/theme-default'
|
|
|
|
export const navbarEn: NavbarConfig = [
|
|
{
|
|
text: 'Guide',
|
|
link: '/',
|
|
},
|
|
{
|
|
text: 'Changelog',
|
|
link: 'https://github.com/WongSaang/chatgpt-ui/releases'
|
|
}
|
|
] |