UNPKG

vuepress-plugin-autodoc

Version:
29 lines (28 loc) 659 B
module.exports = { base: '/vuepress-plugin-autodoc/', locales: { '/': { lang: 'en-US', title: 'VuePress AutoDoc', description: 'Automatic code documentation for VuePress.' } }, theme: '@vuepress/theme-vue', plugins: [require('../../dist/index.cjs.js')], themeConfig: { repo: 'bprinty/vuepress-plugin-autodoc', docsDir: 'docs', docsBranch: 'master', editLinks: true, sidebarDepth: 3, locales: { '/': { label: 'English', selectText: 'Languages', lastUpdated: 'Last Updated', editLinkText: 'Edit this page on GitHub', sidebar: ['/'], } } } }