Move the pip interface documentation into the concepts section (#13841)

The motivation here being a reduction in the length of the navigation. I
don't think we did this in the first place because we didn't have the
capability to do another nested level, but now we're doing that for
Projects.
This commit is contained in:
Zanie Blue 2025-06-05 11:53:27 -05:00 committed by GitHub
parent cd89a592ea
commit 789a246cf3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 8 deletions

View file

@ -7,5 +7,6 @@ Read the concept documents to learn more about uv's features:
- [Python versions](./python-versions.md)
- [Resolution](./resolution.md)
- [Caching](./cache.md)
- [The pip interface](../pip/index.md)
Looking for a quick introduction to features? See the [guides](../guides/index.md) instead.