Skip to content

Commit f83173c

Browse files
committed
docs: add starlight-llms-txt plugin for LLM-friendly docs
1 parent 3ed7bca commit f83173c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// @ts-check
22
import starlight from "@astrojs/starlight";
33
import { defineConfig } from "astro/config";
4+
import starlightLlmsTxt from "starlight-llms-txt";
45

56
// https://astro.build/config
67
export default defineConfig({
@@ -93,6 +94,7 @@ export default defineConfig({
9394
autogenerate: { directory: "examples" },
9495
},
9596
],
97+
plugins: [starlightLlmsTxt()],
9698
}),
9799
],
98100
});

0 commit comments

Comments
 (0)