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

39 lines
1.3 KiB
JavaScript

module.exports = [
{text: '首页', link: '/'},
{
text: '前端',
items: [
{text: 'JavaScript', link: '/web/JavaScript/01.JavaScript中的名词概念'},
//{text: 'vue', link: '/web/vue/'},
//{text: 'TypeScript', link: '/web/TypeScript/'},
//{text: 'ES6', link: '/web/ES6/'},
{text: 'CSS/HTML', link: '/web/CSS-HTML/01.flex布局基础'},
]
},
{
text: 'python',
items: [
{text: 'python', link: '/python/'}
]
},
{text: '技术杂谈',items:[
{text: '技术',items:[
{text: 'Git使用文档', link: '/other/git'},
{text: 'GitHub高级搜索技巧', link: '/other/github'},
{text: 'Markdown使用教程', link: '/other/markdown'},
{text: 'npm使用教程', link: '/other/npm'},
]},
{text: '学习',items:[
{text: '学习效果低,忘性很大怎么办?',link: '/other/LearningAndMemory'},
{text: '学习网站分享', link: '/other/study'},
]},
{text: '面试',items:[
{text: '面试问答集锦', link: '/other/interview'},
]},
{text: '其他',items:[
{text: '在线工具', link: '/other/utils'},
{text: '关于本博客搭建', link: 'https://github.com/xugaoyi/evanblog'},
]},
]},
{text: '关于我',link: '/about/'}
]