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

44 lines
1.6 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: '页面',
items: [
{text: 'HTML/CSS', link: '/ui/00.flex布局语法'},
]
},
{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: 'yaml教程', link: '/other/yaml'},
]},
{text: '学习',items:[
{text: '学习效果低,忘性很大怎么办?',link: '/other/LearningAndMemory'},
{text: '学习网站分享', link: '/other/study'},
]},
{text: '学习笔记',items:[
{text: '小程序笔记',link: '/other/note/01.小程序笔记'},
{text: '《Python语言程序设计》基础课程学习',link: 'https://github.com/xugaoyi/python-learn'},
]},
{text: '面试',items:[
{text: '面试问答集锦', link: '/other/interview'},
]},
{text: '其他',items:[
{text: '在线工具', link: '/other/utils'},
{text: '关于本博客搭建', link: 'https://github.com/xugaoyi/evanblog'},
{text: '解决百度无法收录搭建在GitHub上的个人博客的问题', link: '/other/baidushoulu'}
]},
]},
{text: '关于我',link: '/about/'}
]