File tree Expand file tree Collapse file tree 3 files changed +1567
-39
lines changed
Expand file tree Collapse file tree 3 files changed +1567
-39
lines changed Original file line number Diff line number Diff line change 11import { defineConfig } from 'vitepress'
2+ import { withMermaid } from "vitepress-plugin-mermaid" ;
23
34// https://vitepress.dev/reference/site-config
4- export default defineConfig ( {
5+ export default withMermaid ( defineConfig ( {
56 srcDir : './docs' ,
67 title : "Windows Enterprise Defaults" ,
78 description : "Make Windows enterprise-ready." ,
@@ -12,7 +13,6 @@ export default defineConfig({
1213 hostname : 'https://stealthpuppy.com/defaults/'
1314 } ,
1415 cleanUrls : true ,
15- // ignoreDeadLinks: true,
1616 markdown : {
1717 image : {
1818 // image lazy loading is disabled by default
@@ -87,4 +87,4 @@ export default defineConfig({
8787 pattern : 'https://github.com/aaronparker/defaults/edit/main/:path'
8888 }
8989 }
90- } )
90+ } ) )
You can’t perform that action at this time.
0 commit comments