mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 18:00:20 +00:00
23 lines
530 B
JavaScript
23 lines
530 B
JavaScript
docute.init({
|
|
title: 'vue-chartjs docs',
|
|
plugins: [
|
|
evanyou()
|
|
],
|
|
landing: true,
|
|
landing: '_landing.html',
|
|
repo: 'apertureless/vue-chartjs',
|
|
twitter: 'apertureless',
|
|
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'
|
|
},
|
|
]
|
|
}
|
|
})
|