UNPKG

@dakingindanorf/hive

Version:

A template for creating a nuxt generated static site using Netlify CMS to power the backend. Individual site components can be managed through Bit

18 lines 461 B
module.exports = { host: 'localhost', port: '7071', base: '/docs/', dest: 'pages/docs', title: 'Hive Docs Vuepress', description: 'Just playing around', themeConfig: { sidebar: [ ['/install/', 'Install'], ['/setup/', 'Setup'], ['/config/', 'Config'], ['/page-builder/', 'Page Builder'], ['/components/', 'Components'], ['/cli/', 'CLI'] ] } }