Closed
Description
Version
^0.7.1
Description
I think this feature is necessary. It makes finding files easier ,the management of files clearer, and developers can simply customize a welcome page through docs/README.md
or just redirect to the index of language en
as default page if needed.
Config
module.exports = {
locales: {
'/en/': {
lang: 'en-US'
},
'/ja/': {
lang: 'ja-JP'
},
'/zh/': {
lang: 'zh-CN'
}
},
}
Expect
docs/
- .vuepress/
- en/
- foo/
- qux/
- api.md
- README.md
- ja/
- foo/
- qux/
- api.md
- README.md
- zh/
- foo/
- qux/
- api.md
- README.md
- README.md
Now
docs/
- .vuepress/
- foo/
- ja/
- foo/
- qux/
- api.md
- README.md
- qux/
- zh/
- foo/
- qux/
- api.md
- README.md
- api.md
- README.md