Files
config.phundrak.com/.vitepress/nav.ts
T

9 lines
333 B
TypeScript
Raw Normal View History

2026-06-24 10:57:57 +02:00
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' },
]