From 6ef85af85a16421c13ba7ad6828c71e7910656e2 Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Mon, 27 Feb 2017 22:48:23 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20docs=20landingpage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_landing.html | 78 ++++++++++++++++++++++++++++++++++++++++++++++ docs/config.js | 10 +++++- docs/index.html | 1 + 3 files changed, 88 insertions(+), 1 deletion(-) create mode 100644 docs/_landing.html diff --git a/docs/_landing.html b/docs/_landing.html new file mode 100644 index 0000000..69b0b59 --- /dev/null +++ b/docs/_landing.html @@ -0,0 +1,78 @@ +

📈 vue-chartjs

+ +

âš¡ Easy and beautiful charts with Chart.js and Vue.js

+ + + +
+ + GitHub + + + + Docs + + + + Demo + +
+ + diff --git a/docs/config.js b/docs/config.js index 7a2f229..a0d6c2e 100644 --- a/docs/config.js +++ b/docs/config.js @@ -1,3 +1,11 @@ self.$config = { - // config... + plugins: [ + evanyou() + ], + landing: true, + // or custom path + landing: '_landing.html', + repo: 'apertureless/vue-chartjs', + twitter: 'apertureless', + 'edit-link': 'https://github.com/apertureless/vue-chartjs/blob/master/docs' } diff --git a/docs/index.html b/docs/index.html index 02d63d6..304ec76 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,6 +10,7 @@
+