Add docs landingpage

This commit is contained in:
Jakub Juszczak
2017-02-27 22:48:23 +01:00
parent 6fcf7c17b3
commit 6ef85af85a
3 changed files with 88 additions and 1 deletions

View File

@@ -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'
}