mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-10-24 04:23:07 +08:00
15 lines
362 B
JavaScript
15 lines
362 B
JavaScript
module.exports = {
|
|
dest: 'public/docs',
|
|
serviceWorker: true,
|
|
themeConfig: {
|
|
sidebar: [
|
|
['/', '起步'],
|
|
['/develop', '插件开发'],
|
|
['/history', '更新日志'],
|
|
['/plugins', '内置插件'],
|
|
['/design', '设计原理']
|
|
]
|
|
},
|
|
title: 'Monibuca',
|
|
base: '/docs/'
|
|
} |