trpl-zh-cn/src/.vuepress/config.js
2020-06-30 16:29:15 +08:00

10 lines
144 B
JavaScript

// .vuepress/config.js
module.exports = {
themeConfig: {
sidebar: "auto",
nav: [
{ text: '回首页', link: '/' },
]
}
};