docs(zh-cn): finish chinese documents

This commit is contained in:
qingwei.li
2017-02-12 20:12:36 +08:00
parent f89d43ef52
commit 772972ce60
16 changed files with 316 additions and 35 deletions

View File

@@ -18,15 +18,15 @@
</body>
<script>
window.$docsify = {
name: 'Docsify',
name: 'docsify',
maxLevel: 4,
subMaxLevel: 2,
auto2top: true,
coverpage: true,
loadSidebar: true,
alias: {
'/changelog': 'https://raw.githubusercontent.com/QingWei-Li/docsify/master/CHANGELOG',
'/zh-cn/changelog': 'https://raw.githubusercontent.com/QingWei-Li/docsify/master/CHANGELOG'
'/zh-cn/changelog': '/changelog',
'/changelog': 'https://raw.githubusercontent.com/QingWei-Li/docsify/master/CHANGELOG'
}
}
</script>