Add pt-br doc to config

This commit is contained in:
Jakub Juszczak
2017-05-20 15:00:30 +02:00
parent ac09ae744e
commit 8324f2c578

View File

@@ -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'