Skip to content

Commit b4bbe05

Browse files
committed
Add llms version
1 parent b4b7371 commit b4bbe05

3 files changed

Lines changed: 1265 additions & 22 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
import { defineConfig } from 'vitepress'
2+
import llmstxt from 'vitepress-plugin-llms'
23

34
export default defineConfig({
45
title: 'Foundatio.Mediator',
56
description: 'Blazingly fast, convention-based C# mediator powered by source generators and interceptors',
67
base: '/',
78
ignoreDeadLinks: true,
9+
vite: {
10+
plugins: [
11+
llmstxt({
12+
title: 'Foundatio.Mediator Documentation',
13+
ignoreFiles: ['node_modules/**', '.vitepress/**']
14+
})
15+
]
16+
},
817
head: [
918
['link', { rel: 'icon', href: 'https://raw.githubusercontent.com/FoundatioFx/Foundatio/main/media/foundatio-icon.png', type: 'image/png' }],
1019
['meta', { name: 'theme-color', content: '#3c8772' }]

0 commit comments

Comments
 (0)