mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-01-26 18:12:47 +08:00
✨ 更新文档配置以启用从索引文件获取文件夹标题;修改开发脚本以支持主机选项
This commit is contained in:
parent
1e21f378c4
commit
19aadc3271
@ -10,7 +10,7 @@ const commonSidebarOptions = {
|
||||
collapsed: true,
|
||||
convertSameNameSubFileToGroupIndexPage: true,
|
||||
useTitleFromFrontmatter: true,
|
||||
useFolderTitleFromIndexFile: false,
|
||||
useFolderTitleFromIndexFile: true,
|
||||
useFolderLinkFromIndexFile: true,
|
||||
includeFolderIndexFile: true,
|
||||
rootGroupText: 'MARSHOAI',
|
||||
|
@ -5,7 +5,7 @@
|
||||
"vitepress-sidebar": "^1.30.2"
|
||||
},
|
||||
"scripts": {
|
||||
"docs:dev": "vitepress dev docs",
|
||||
"docs:dev": "vitepress dev docs --host",
|
||||
"docs:build": "vitepress build docs",
|
||||
"docs:preview": "vitepress preview docs"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user