From ca9c1f462fcc2153358f5e6f5e0e51ea99e6254d Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Thu, 21 Jun 2018 14:50:34 +0200 Subject: [PATCH] chore(docs): Remove temporarily https from configs until domain settings are refresehd --- docs/config.js | 11 ++++++++--- docs/index.html | 5 +++-- 2 files changed, 11 insertions(+), 5 deletions(-) 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 @@ - vue-chartjs doc + + vue-chartjs documentation
- +