From 4be1e8f9daf8bf56812c1a637d49f200734f7d5a Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Fri, 5 May 2017 19:35:55 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20japanese=20docs=20to=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/config.js b/docs/config.js index cf805a47..10a8b036 100644 --- a/docs/config.js +++ b/docs/config.js @@ -1,6 +1,7 @@ const langs = [ {title: 'English', path: '/home', matchPath: /^\/(home|changelog)/}, - {title: 'Deutsch', path: '/de/', matchPath: /^\/de/} + {title: 'Deutsch', path: '/de/', matchPath: /^\/de/}, + {title: '日本語', path: '/ja/', matchPath: /^\/ja/} ] docute.init({