docs(vitepress): 更新文档配置中的大纲设置
将 outline 从数组格式改为对象格式,支持更多配置选项并添加标签
This commit is contained in:
@@ -4,7 +4,10 @@ export default defineConfig({
|
|||||||
title: 'CWD 评论系统文档',
|
title: 'CWD 评论系统文档',
|
||||||
description: '基于 Cloudflare Workers 的轻量级评论系统',
|
description: '基于 Cloudflare Workers 的轻量级评论系统',
|
||||||
lang: 'zh-CN',
|
lang: 'zh-CN',
|
||||||
outline: [2, 3],
|
outline: {
|
||||||
|
level: [2, 3, 4],
|
||||||
|
label: 'On this page',
|
||||||
|
},
|
||||||
head: [
|
head: [
|
||||||
[
|
[
|
||||||
'link',
|
'link',
|
||||||
|
|||||||
Reference in New Issue
Block a user