⬆️ 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', title: 'vue-chartjs docs',
plugins: [ plugins: [
evanyou() evanyou()
], ],
landing: true, landing: true,
// or custom path
landing: '_landing.html', landing: '_landing.html',
repo: 'apertureless/vue-chartjs', repo: 'apertureless/vue-chartjs',
twitter: 'apertureless', 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 --> <!-- don't remove this part start -->
<div id="app"></div> <div id="app"></div>
<script src="https://unpkg.com/docute-evanyou"></script> <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="https://unpkg.com/docute@2/dist/docute.js"></script>
<script src="./config.js"></script>
<!-- don't remove this part end --> <!-- don't remove this part end -->
<!-- Google Analytics --> <!-- Google Analytics -->