Skip to content

Commit 8324f2c

Browse files
committed
✨ Add pt-br doc to config
1 parent ac09ae7 commit 8324f2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
const langs = [
22
{title: 'English', path: '/home', matchPath: /^\/(home|changelog)/},
33
{title: 'Deutsch', path: '/de/', matchPath: /^\/de/},
4-
{title: '日本語', path: '/ja/', matchPath: /^\/ja/}
4+
{title: '日本語', path: '/ja/', matchPath: /^\/ja/},
5+
{title: 'Português do Brasil', path: '/pt-br/', matchPath: /^\/pt-br/}
56
]
67

78
docute.init({
@@ -36,7 +37,7 @@ docute.init({
3637
apiKey: 'b3544f7387612693644777553675d56a',
3738
indexName: 'vue-chartjs',
3839
// algolia docsearch allows you to search with tag filter
39-
tags: ['en', 'de'],
40+
tags: ['en', 'de', 'ja', 'pt-br'],
4041
// this plugin does require a url too
4142
// where docsearch fetches contents
4243
url: 'https://vue-chartjs.org'

0 commit comments

Comments
 (0)