Skip to content

Commit 8177f3a

Browse files
committed
"add-mermaid-support"
1 parent cd095ca commit 8177f3a

3 files changed

Lines changed: 1290 additions & 39 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { defineConfig } from 'vitepress'
2+
import { withMermaid } from 'vitepress-plugin-mermaid'
23

3-
export default defineConfig({
4+
export default withMermaid(
5+
defineConfig({
46
title: 'Deep Research',
57
description: '多智能体深度研究平台 — 企业级技术教程',
68
lang: 'zh-CN',
@@ -125,4 +127,5 @@ export default defineConfig({
125127
markdown: {
126128
lineNumbers: true,
127129
}
128-
})
130+
}))
131+

0 commit comments

Comments
 (0)