We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed7bca commit f83173cCopy full SHA for f83173c
docs/astro.config.mjs
@@ -1,6 +1,7 @@
1
// @ts-check
2
import starlight from "@astrojs/starlight";
3
import { defineConfig } from "astro/config";
4
+import starlightLlmsTxt from "starlight-llms-txt";
5
6
// https://astro.build/config
7
export default defineConfig({
@@ -93,6 +94,7 @@ export default defineConfig({
93
94
autogenerate: { directory: "examples" },
95
},
96
],
97
+ plugins: [starlightLlmsTxt()],
98
}),
99
100
});
0 commit comments