mirror of https://github.com/KaiserY/trpl-zh-cn
add vuepress config, close #427
parent
67a7fccd51
commit
f96f669b06
@ -1,6 +1,5 @@
|
||||
_book/
|
||||
mdbook/
|
||||
book/
|
||||
**/.vuepress
|
||||
|
||||
.DS_Store
|
||||
|
@ -0,0 +1,9 @@
|
||||
// .vuepress/config.js
|
||||
module.exports = {
|
||||
themeConfig: {
|
||||
sidebar: "auto",
|
||||
nav: [
|
||||
{ text: '回首页', link: '/' },
|
||||
]
|
||||
}
|
||||
};
|
Loading…
Reference in new issue