chore: move translation docs to alone repos

This commit is contained in:
qingwei.li 2018-07-01 19:33:31 +08:00
commit 55755010c0
40 changed files with 6 additions and 3873 deletions

View file

@ -29,7 +29,9 @@
alias: {
'.*?/awesome': 'https://raw.githubusercontent.com/docsifyjs/awesome-docsify/master/README.md',
'.*?/changelog': 'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG.md',
'/.*/_navbar.md': '/_navbar.md'
'/.*/_navbar.md': '/_navbar.md',
'/zh-cn/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-zh/master/$1',
'/de-de/(.*)': 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1'
},
auto2top: true,
coverpage: true,