mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-09-27 09:52:06 +08:00
14 lines
321 B
JavaScript
14 lines
321 B
JavaScript
module.exports = {
|
|
dest: 'public/docs',
|
|
serviceWorker: true,
|
|
themeConfig: {
|
|
sidebar: [
|
|
['/', '起步'],
|
|
['/develop', '插件开发'],
|
|
['/history', '更新日志'],
|
|
['/plugins', '内置插件']
|
|
]
|
|
},
|
|
title: 'Monibuca',
|
|
base: '/docs/'
|
|
} |