Skip to content

Commit d811530

Browse files
committed
Build llms.txt for docs
1 parent 58b365a commit d811530

4 files changed

Lines changed: 579 additions & 4 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {
77
groupIconMdPlugin,
88
groupIconVitePlugin,
99
} from "vitepress-plugin-group-icons";
10+
import llmstxt from "vitepress-plugin-llms";
1011

1112
const jsrRefPlugin = await jsrRef({
1213
package: "@fedify/botkit",
@@ -162,6 +163,11 @@ export default defineConfig({
162163
vite: {
163164
plugins: [
164165
groupIconVitePlugin(),
166+
llmstxt({
167+
ignoreFiles: [
168+
"changelog.md",
169+
],
170+
}),
165171
],
166172
},
167173

0 commit comments

Comments
 (0)