diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index dc15286..bb77526 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -16,7 +16,7 @@ module.exports = { } }, title: 'AngesZhuの窝窝', - description: '做一些沉淀、记录和分享', + description: '做一些沉淀、记录和分享,留给有需要的人', // dest: 'public', head: [ ['link', { rel: 'icon', href: '/favicon.ico' }], @@ -38,15 +38,7 @@ module.exports = { modePicker: true, // 默认 true,false 不显示模式调节按钮,true 则显示 nav: [ {text: '主页', link: '/', icon: 'reco-home'}, - {text: '测试相关', icon: 'reco-coding', - items:[ - {text:'功能测试', link: '/auto/func'}, - {text:'接口测试', link: '/auto/api'}, - {text:'App测试', link: '/auto/app'}, - {text:'Web测试', link: '/auto/web'}, - {text:'测试开发', link: '/testdev'} - ]}, - {text: '技术相关', icon: 'reco-api', + {text: '技术相关', icon: 'reco-api', items:[ {text:'基础 | Python', link: '/code/python'}, {text:'进阶 | Python', link: '/code/highPython'}, @@ -60,13 +52,21 @@ module.exports = { {text:'基础 | Java', link: '/code/java'}, {text:'基础 | Kotlin', link: '/code/kotlin'}, {text:'基础 | Linux', link: '/code/linux'} - ]}, - {text: '测试开发', link: '/testdev', icon: 'reco-three'}, + ]}, + {text: '测试相关', icon: 'reco-coding', + items:[ + {text:'功能测试', link: '/auto/func'}, + {text:'接口测试', link: '/auto/api'}, + {text:'App测试', link: '/auto/app'}, + {text:'Web测试', link: '/auto/web'}, + {text:'测试开发', link: '/testdev'} + ]}, + // {text: '测试开发', link: '/testdev', icon: 'reco-three'}, {text: '质量相关', icon: 'reco-blog', items:[ - {text:'缺陷的生命周期', link: '/quality/bug-flow'}, {text:'研发流程与规范', link: '/quality/dev-flow'}, - {text:'缺陷等级标准', link: '/quality/defect-grade'} + {text:'缺陷等级标准', link: '/quality/defect-grade'}, + {text:'缺陷的生命周期', link: '/quality/bug-flow'}, ]}, {text: '其他', icon: 'reco-other', items:[