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