module.exports = { // theme: "reco", base:"/docs/", title: "偶游前端", themeConfig: { sidebar: [ "/", { title: "项目", collapsable: false, sidebarDepth: 2, children: [ { title: "坦克专题", path: "/currentProgram/tank", }, { title: "hi运动教练小程序", path: "/currentProgram/hiydMini", }, { title: "hi运动商城", path: "/currentProgram/hiydShop", }, { title: "多玩游戏大厅", path: "/currentProgram/webGame", }, ], }, { title: "开发规范", collapsable: false, sidebarDepth: 2, children: [ { title: "HTML规范", path: "/standard/html-guide", }, { title: "css规范", path: "/standard/css-guide", }, { title: "JavaScript规范", path: "/standard/javascript-guide", }, { title: "目录规范", path: "/standard/directory-guide", }, ], }, { title: "工具类", collapsable: false, sidebarDepth: 2, children: [ { title: "Fetch", path: "/utils/fetch", }, ], }, { title: "博客", collapsable: false, sidebarDepth: 2, // path: "/blog", }, ], // nav: [ // { text: "项目", link: "/currentProgram/", icon: "reco-date" }, // { text: "规范", link: "/standard/", icon: "reco-date" }, // { text: "工具类", link: "/utils/", icon: "reco-date" }, // { // text: "主题reco", // link: "https://vuepress-theme-reco.recoluan.com/", // icon: "reco-date", // }, // ], }, };