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 dc9880d commit b741bddCopy full SHA for b741bdd
astro.config.mjs
@@ -37,9 +37,9 @@ export default defineConfig({
37
{
38
label: "AI Reference",
39
items: [
40
- { label: "llms.txt", link: "docs/llms.txt" },
41
- { label: "Abridged llms.txt", link: "docs/llms-small.txt" },
42
- { label: "Complete llms.txt", link: "docs/llms-full.txt" },
+ { label: "llms.txt", link: "llms.txt" },
+ { label: "Abridged llms.txt", link: "llms-small.txt" },
+ { label: "Complete llms.txt", link: "llms-full.txt" },
43
],
44
},
45
0 commit comments