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 }) => { /> +