mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Remove the configuration section in favor of concepts / reference (#13842)
Extends https://github.com/astral-sh/uv/pull/13841 — I'll drop that commit later after that pull request merges but it's small. I find the split into a "Configuration" section awkward and don't think it's helping us. Everything moved into the "Concepts" section, except the "Environment variables" page which definitely belongs in the reference and the "Installer" page which is fairly niche and seems better in the reference. Before / After <img src="https://github.com/user-attachments/assets/80d8304b-17da-4900-a5f4-c3ccac96fcc5" width="400">
This commit is contained in:
parent
062b6ab743
commit
262ca73965
22 changed files with 37 additions and 41 deletions
|
@ -62,7 +62,7 @@ uv provides a standalone installer to download and install uv:
|
|||
|
||||
Alternatively, the installer or binaries can be downloaded directly from [GitHub](#github-releases).
|
||||
|
||||
See the documentation on [installer configuration](../configuration/installer.md) for details on
|
||||
See the reference documentation on the [installer](../reference/installer.md) for details on
|
||||
customizing your uv installation.
|
||||
|
||||
### PyPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue