Add index.md suggestion to llms.txt (#17362)

I noticed that Claude did not request the `index.md` files when pointed
to `llms.txt`

---------

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Zanie Blue
2026-01-08 10:57:37 -06:00
committed by GitHub
parent b5d3186061
commit 6d9c8f853f

View File

@@ -92,6 +92,10 @@ plugins:
uv includes both a pip-compatible CLI (prepend `uv` to a pip command, e.g., `uv pip install ruff`)
and a first-class project interface (e.g., `uv add ruff`) complete with lockfiles and
workspace support.
When fetching documentation, use explicit `index.md` paths for directories, e.g.,
`https://docs.astral.sh/uv/concepts/projects/dependencies/index.md`. This returns
clean markdown instead of rendered HTML with JS/CSS.
sections:
Getting started:
- getting-started/installation.md