Skip to content

Commit 0b32b1d

Browse files
committed
Update deps and fix mermaid
1 parent 81e7ee5 commit 0b32b1d

File tree

3 files changed

+341
-9
lines changed

3 files changed

+341
-9
lines changed

docs/.vitepress/config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { defineConfig } from 'vitepress'
22
import llmstxt from 'vitepress-plugin-llms'
3+
import { withMermaid } from "vitepress-plugin-mermaid"
34

4-
export default defineConfig({
5+
export default withMermaid(defineConfig({
56
title: 'Foundatio Lucene',
67
description: 'Dynamic Lucene-style query capabilities for .NET with Entity Framework and Elasticsearch support',
78
base: '/',
@@ -80,4 +81,4 @@ export default defineConfig({
8081
provider: 'local'
8182
}
8283
}
83-
})
84+
}))

0 commit comments

Comments
 (0)