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

57 lines
2.5 KiB
JavaScript

module.exports = [
{text: '首页', link: '/'},
{text: '前端', link: '/pages/70d1485bb4e5754b/'},
{text: '页面', link: '/pages/0a83b083bdf257cb/'},
{text: '技术杂谈', link: '/pages/9a7ee40fc232253e/'},
{text: '其他',
items: [
{text: '学习', link: '/pages/2e9ba3fa6e1ed0e9/'},
{text: '学习笔记', link: '/pages/236ec09c26876b59/'},
{text: '面试', link: '/pages/aea6571b7a8bae86/'},
{text: '在线工具', link: '/pages/9c2232288caaa8ec/'},
{text: '友情链接', link: '/pages/844eea1b2387fb96/'},
]
},
{text: '关于我', link: '/pages/6483e31017cf298b/'},
// {text: '前端', link: '/01.前端/01.JavaScript/01.JavaScript中的名词概念'},
// {text: '页面', link: '/02.页面/01.html-css/00.flex布局语法'},
// {text: '技术杂谈', link: '/03.技术杂谈/01.技术杂谈/01.Git使用手册'},
// {text: '其他',
// items: [
// {text: '学习', link: '/04.其他/01.学习/01.学习网站'},
// {text: '学习笔记', link: '/04.其他/02.学习笔记/01.小程序笔记'},
// {text: '面试', link: '/04.其他/03.面试/01.面试问题集锦'},
// {text: '在线工具', link: '/04.其他/04.在线工具'},
// {text: '友情链接', link: '/04.其他/05.友情链接'},
// ]
// },
// {text: '关于我', link: '/05.关于我/01.关于我'},
// {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/blog'},
// {text: '解决百度无法收录搭建在GitHub上的个人博客的问题', link: '/other/baidushoulu'}
// ]},
// ]},
]