module.exports = { theme:"antdocs", title: "集成框架", description: "开发框架", base: "/", head: [ ["link",{ rel: "icon",href: "http://persagy-assets.oss-cn-beijing.aliyuncs.com/OfficialWebsite/img/index/logo_footer.png" }] ], markdown: { lineNumbers: true, }, themeConfig: { smoothScroll: true, nav: require("./config/nav"), sidebar: require("./config/sidebar"), lastUpdated: "Last Updated", repo: "https://github.com/zpfz/vuepress-creator", editLinks: false, }, };