⬆️ Update docute docs

This commit is contained in:
Jakub Juszczak
2017-04-01 19:59:25 +02:00
parent 14cb2f9e62
commit 77c63d4dd4
2 changed files with 15 additions and 5 deletions

View File

@@ -1,12 +1,22 @@
self.$config = {
docute.init({
title: 'vue-chartjs docs',
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'
}
tocVisibleDepth: 2,
'edit-link': 'https://github.com/apertureless/vue-chartjs/blob/master/docs',
nav: {
default: [
{
title: 'Home', path: '/home'
},
{
title: 'Changelog', path: '/changelog', source: 'https://raw.githubusercontent.com/apertureless/vue-chartjs/develop/CHANGELOG.md'
},
]
}
})

View File

@@ -11,8 +11,8 @@
<!-- don't remove this part start -->
<div id="app"></div>
<script src="https://unpkg.com/docute-evanyou"></script>
<script src="./config.js"></script>
<script src="https://unpkg.com/docute@2/dist/docute.js"></script>
<script src="./config.js"></script>
<!-- don't remove this part end -->
<!-- Google Analytics -->