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

@ -22,7 +22,9 @@
window.$docsify = {
alias: {
'.*?/changelog': 'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG',
'/.*/_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'
},
notFoundPage: '_404.html',
auto2top: true,