add bahasa indonesia docs

This commit is contained in:
Tesar Wijaya
2017-10-05 22:51:07 +07:00
parent 7e5bf7d9bc
commit a6593910ac
2 changed files with 361 additions and 1 deletions

View File

@@ -4,7 +4,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({