You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/.vitepress/config.ts
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,11 @@ import {
4
4
groupIconMdPlugin,
5
5
groupIconVitePlugin,
6
6
}from'vitepress-plugin-group-icons'
7
+
import{withMermaid}from'vitepress-plugin-mermaid'
7
8
import{version}from'../../package.json'
8
9
9
10
// https://vitepress.dev/reference/site-config
10
-
exportdefaultdefineConfig({
11
+
exportdefaultwithMermaid(defineConfig({
11
12
title: 'Vite DevTools',
12
13
description: 'Visualize and analyze your Vite build process with powerful developer tools. Extensible architecture for building custom DevTools integrations.',
0 commit comments