mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 00:43:59 +08:00
add vuepress config, close #427
This commit is contained in:
parent
67a7fccd51
commit
f96f669b06
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,5 @@
|
||||
_book/
|
||||
mdbook/
|
||||
book/
|
||||
**/.vuepress
|
||||
|
||||
.DS_Store
|
||||
|
9
src/.vuepress/config.js
Normal file
9
src/.vuepress/config.js
Normal file
@ -0,0 +1,9 @@
|
||||
// .vuepress/config.js
|
||||
module.exports = {
|
||||
themeConfig: {
|
||||
sidebar: "auto",
|
||||
nav: [
|
||||
{ text: '回首页', link: '/' },
|
||||
]
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue
Block a user