mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 22:10:11 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user