11 lines
379 B
TypeScript
Raw Normal View History

2024-01-26 05:07:42 +08:00
import { NavbarConfig } from '@vuepress/theme-default'
// TODO: translation
export const navbarEn: NavbarConfig = [
{ text: 'Homepage', link: '/en' },
2024-11-02 01:43:58 +08:00
{ text: 'The Great Chronicles', link: '/en/about/news.md' },
2024-01-26 05:07:42 +08:00
{ text: 'Config Reference', link: '/en/config/' },
{ text: 'Developer Guide', link: '/en/development/' },
{ text: 'Quick Start', link: '/en/document/' },
]