import { DefaultTheme } from 'vitepress/theme' export const nav: DefaultTheme.Config['nav'] = [ { text: '๐Ÿ“š Academic', items: [ { text: '๐Ÿงช Chemistry', link: '/academic/chemistry/index', activeMatch: '/academic/chemistry/' }, { text: 'โœ๏ธ Literature', link: '/academic/literature/index', activeMatch: '/academic/literature/' }, { text: '', link: '', activeMatch: '' }, { text: '๐Ÿงฎ Discrete Math.', link: '/discrete-math/index', activeMatch: '/categories/fragments/' }, { text: '๐Ÿฅ  Vocabulary', link: '/academic/vocabulary/index', activeMatch: '/academic/vocabulary/' }, { text: '', link: '', activeMatch: '' }, { text: '', link: '', activeMatch: '' }, { text: '', link: '', activeMatch: '' }, { text: '', link: '', activeMatch: '' }, { text: '', link: '', activeMatch: '' }, { text: '', link: '', activeMatch: '' }, ], activeMatch: '/academic/', }, { text: '๐Ÿ’พ Save', items: [{ text: '๐Ÿ“ฐ Reading', link: '/save/reading/index', activeMatch: '/save/reading/' }], activeMatch: '/courses/', }, ]