From fc9c04b77576aa872e628e78156f03d197fd24d6 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 9 Jul 2026 17:18:25 +0000
Subject: [PATCH 1/2] Initial plan
From e57906041bb899612b6f651355ceda5aeedeadb9 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 9 Jul 2026 17:36:00 +0000
Subject: [PATCH 2/2] docs: improve llms.txt discoverability for GEO indexing
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
---
docs/README.md | 1 +
docs/src/components/CustomHead.astro | 1 +
docs/src/pages/llms.txt.ts | 32 +++++++++++++++++-----------
3 files changed, 22 insertions(+), 12 deletions(-)
diff --git a/docs/README.md b/docs/README.md
index e8c464e14bd..e1058a87b30 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -49,6 +49,7 @@ If a CI pipeline or automated tool checks for the sitemap URL during a local pre
This docs site is deployed as a GitHub Pages **project site** under `/gh-aw/` (see `base: '/gh-aw/'` in `astro.config.mjs`).
- `robots.txt` is served at `/gh-aw/robots.txt`
+- `llms.txt` is served at `/gh-aw/llms.txt`
- AI discovery file is served at `/gh-aw/.well-known/ai.txt`
- AI metadata files are served under `/gh-aw/ai/`
diff --git a/docs/src/components/CustomHead.astro b/docs/src/components/CustomHead.astro
index f91400704ac..ff9ccbd5214 100644
--- a/docs/src/components/CustomHead.astro
+++ b/docs/src/components/CustomHead.astro
@@ -264,6 +264,7 @@ const filteredHead = head.filter(({ tag, attrs }) => {
/>
+