vuepress-theme-vdoing/docs/.vuepress/config/nav.js

24 lines
583 B
JavaScript

module.exports = [
{text: '首页', link: '/'},
{
text: '前端',
items: [
{text: 'JavaScript', link: '/web/'},
{text: 'TypeScript', link: '/web/'},
{text: 'vue', link: '/web/'}
]
},
{
text: 'python',
items: [
{text: 'python', link: '/python/'}
]
},
{text: '其他', items: [
{text: 'git使用文档', link: '/other/'},
{text: 'github使用技巧', link: '/other/'},
{text: 'markdown使用教程', link: '/other/'},
{text: '学习网站分享', link: '/other/'}
]},
{text: '关于我',link: '/about/'}
]