Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions mkdocs.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading