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 @@
+