From 5c2eab4452af94f3b19dd5e277d02658ab3d6da5 Mon Sep 17 00:00:00 2001 From: EGOIST <0x142857@gmail.com> Date: Sun, 19 Mar 2017 16:02:54 +0800 Subject: [PATCH] upgrade to docute 3 --- docs/config.js | 10 +++++----- docs/index.html | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/config.js b/docs/config.js index b855e90..cb42322 100644 --- a/docs/config.js +++ b/docs/config.js @@ -30,7 +30,7 @@ function lang_version(lang) { return version } -self.$config = { +docute.init({ repo: 'vuejs/rollup-plugin-vue', 'edit-link': 'https://github.com/vuejs/rollup-plugin-vue/edit/master/docs', @@ -44,9 +44,9 @@ self.$config = { docsearch({ apiKey: '7792597613e997afeb0b75a206ca0c5a', indexName: 'rollup-plugin-vue', - tags: ['en', 'v2.2', 'v2.3'] + tags: ['en', 'v2.2', 'v2.3'], + url: 'https://vuejs.github.io/rollup-plugin-vue' }) - ], + ] - url: 'https://vuejs.github.io/rollup-plugin-vue' -} +}) diff --git a/docs/index.html b/docs/index.html index e9da462..bc5c175 100644 --- a/docs/index.html +++ b/docs/index.html @@ -17,14 +17,14 @@ - +
- + + -