Files
chatgpt-ui/docs/.vuepress/configs/navbar/en.ts

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