Files
config.phundrak.com/.vitepress/nav.ts
T
phundrak 9f8932aae1
deploy / deploy (push) Failing after 7m20s
feat!: switch from Vuepress to Vitepress
2026-07-18 11:23:04 +02:00

9 lines
333 B
TypeScript

import { DefaultTheme } from "vitepress";
export const nav: DefaultTheme.NavItem[] = [
{ text: 'About', link: '/about' },
{ text: 'Configs', link: '/' },
{ text: 'Deprecated Configs', link: '/deprecated/', activeMatch: '/deprecated/*' },
{ text: 'Source', link: 'https://labs.phundrak.com/phundrak/config.phundrak.com' },
]