Add Chinese simplified docs support.

This commit is contained in:
moon
2017-07-30 07:00:31 +08:00
parent 79c138d65a
commit 57cff76747
2 changed files with 360 additions and 1 deletions

View File

@@ -2,7 +2,8 @@ const langs = [
{title: 'English', path: '/home', matchPath: /^\/(home|changelog)/},
{title: 'Deutsch', path: '/de/', matchPath: /^\/de/},
{title: '日本語', path: '/ja/', matchPath: /^\/ja/},
{title: 'Português do Brasil', path: '/pt-br/', matchPath: /^\/pt-br/}
{title: 'Português do Brasil', path: '/pt-br/', matchPath: /^\/pt-br/},
{title: '中文(简体)', path: '/zh-cn/', matchPath: /^\/zh-cn/}
]
docute.init({