module.exports = { title: 'jxc-admin', description: "jxc-admin后台管理系统文档", host: 'localhost', // 输出目录 dest: 'doc', // 主题配置 themeConfig: { smoothScroll: true, lastUpdated: '上次更新:', nav: [ {text: '在线预览', link: 'https://toesbieya.cn'}, {text: 'GitHub', link: 'https://github.com/toesbieya/jxc-admin'} ], sidebar: [ 'installation', 'start', { title: '前端', children: [ '/frontend/', '/frontend/icon', '/frontend/layout', '/frontend/router', '/frontend/permission', '/frontend/new', '/frontend/deploy', { title: '组件', children: [ '/frontend/component/abstract-table', '/frontend/component/region-selector', '/frontend/component/search-form', '/frontend/component/upload-file', '/frontend/component/tree-select', ] }, '/frontend/directives', '/frontend/filters', { title: '全局方法', children: [ '/frontend/global-methods/bottom-tip', '/frontend/global-methods/guide', '/frontend/global-methods/image-viewer', '/frontend/global-methods/puzzle-verify', '/frontend/global-methods/signature', ] }, '/frontend/utils', '/frontend/plugins', '/frontend/mock' ] }, { title:'后端', children: [ '/backend/' ] } ] }, plugins: { '@vuepress/pwa': { serviceWorker: true, updatePopup: true }, '@vuepress/back-to-top': true } }