Merge pull request #213 from tesarwijaya/id-docs

Add id docs readme support
This commit is contained in:
Jakub
2017-10-05 20:40:58 +02:00
committed by GitHub
2 changed files with 361 additions and 1 deletions

View File

@@ -5,7 +5,8 @@ const langs = [
{title: '日本語', path: '/ja/', matchPath: /^\/ja/},
{title: 'Português do Brasil', path: '/pt-br/', matchPath: /^\/pt-br/},
{title: '中文(简体)', path: '/zh-cn/', matchPath: /^\/zh-cn/},
{title: 'Русский', path: '/ru/', matchPath: /^\/ru/}
{title: 'Русский', path: '/ru/', matchPath: /^\/ru/},
{title: 'Bahasa Indonesia', path: '/id/', matchPath: /^\/ru/}
]
docute.init({