diff --git a/docs/config.js b/docs/config.js index 4d12c329..9ba85fd2 100644 --- a/docs/config.js +++ b/docs/config.js @@ -10,13 +10,13 @@ const langs = [ ] docute.init({ - title: 'vue-chartjs docs', + title: 'vue-chartjs documentation', announcement(route) { const info = { type: 'success' } info.html = 'Donate! Support vue-chartjs development by a one-time donation.' return info }, - landing: true, + debug: true, landing: '_landing.html', repo: 'apertureless/vue-chartjs', twitter: 'apertureless', @@ -38,6 +38,11 @@ docute.init({ { title: 'Startseite', path: '/de/' } + ], + 'fr-fr': [ + { + title: 'Home', path: '/fr-fr/' + } ] }, plugins: [ @@ -50,7 +55,7 @@ docute.init({ tags: ['en', 'fr-fr', 'id', 'ja', 'pt-br', 'ru', 'zh-cn'], // this plugin does require a url too // where docsearch fetches contents - url: 'https://vue-chartjs.org' + url: 'http://vue-chartjs.org' }) ] }) diff --git a/docs/index.html b/docs/index.html index 9eccd84f..2a0b9c2f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,15 +4,16 @@ -