From 8324f2c578063e9e15010881e1556cc9c6cc0592 Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Sat, 20 May 2017 15:00:30 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20pt-br=20doc=20to=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/config.js b/docs/config.js index 10a8b03..2098f85 100644 --- a/docs/config.js +++ b/docs/config.js @@ -1,7 +1,8 @@ const langs = [ {title: 'English', path: '/home', matchPath: /^\/(home|changelog)/}, {title: 'Deutsch', path: '/de/', matchPath: /^\/de/}, - {title: '日本語', path: '/ja/', matchPath: /^\/ja/} + {title: '日本語', path: '/ja/', matchPath: /^\/ja/}, + {title: 'Português do Brasil', path: '/pt-br/', matchPath: /^\/pt-br/} ] docute.init({ @@ -36,7 +37,7 @@ docute.init({ apiKey: 'b3544f7387612693644777553675d56a', indexName: 'vue-chartjs', // algolia docsearch allows you to search with tag filter - tags: ['en', 'de'], + tags: ['en', 'de', 'ja', 'pt-br'], // this plugin does require a url too // where docsearch fetches contents url: 'https://vue-chartjs.org'