diff --git a/docs/config.js b/docs/config.js index bc49c3b5..71d06c47 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: '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/}, @@ -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' diff --git a/docs/fr-fr/README.md b/docs/fr-fr/README.md index e7d4b62c..866af9ec 100644 --- a/docs/fr-fr/README.md +++ b/docs/fr-fr/README.md @@ -1,5 +1,5 @@ --- -search: fr +search: fr-fr --- # vue-chartjs