From 6d9c8f853f40a39428384f6659ba0ae4cd6ea65a Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 8 Jan 2026 10:57:37 -0600 Subject: [PATCH] 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 --- mkdocs.template.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkdocs.template.yml b/mkdocs.template.yml index 9e4b66766..1609f60c2 100644 --- a/mkdocs.template.yml +++ b/mkdocs.template.yml @@ -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