Skip to content

Commit

Permalink
Added French doc to config
Browse files Browse the repository at this point in the history
  • Loading branch information
julienc91 committed Oct 5, 2017
1 parent 892c5ed commit 831a705
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const langs = [
{title: 'English', path: '/home', matchPath: /^\/(home|changelog)/},
{title: 'Deutsch', path: '/de/', matchPath: /^\/de/},
{title: 'Français', path: '/fr-fr/', matchPath: /^\/fr-fr/},
{title: '日本語', path: '/ja/', matchPath: /^\/ja/},
{title: 'Português do Brasil', path: '/pt-br/', matchPath: /^\/pt-br/},
{title: '中文(简体)', path: '/zh-cn/', matchPath: /^\/zh-cn/},
Expand Down Expand Up @@ -39,7 +40,7 @@ docute.init({
apiKey: 'b3544f7387612693644777553675d56a',
indexName: 'vue-chartjs',
// algolia docsearch allows you to search with tag filter
tags: ['en', 'de', 'ja', 'pt-br', 'ru'],
tags: ['en', 'de', 'fr', 'ja', 'pt-br', 'ru'],
// this plugin does require a url too
// where docsearch fetches contents
url: 'https://vue-chartjs.org'
Expand Down
2 changes: 1 addition & 1 deletion docs/fr-fr/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
search: fr
search: fr-fr
---

# vue-chartjs
Expand Down

0 comments on commit 831a705

Please sign in to comment.