import { DefaultTheme } from 'vitepress' export const nav: DefaultTheme.NavItem[] = [ { text: 'Home', link: '/' }, { text: 'Examples', link: '/markdown-examples' } ]