Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Check out one of the core guides to get started:
- [Creating and working on projects](./projects.md)
- [Building and publishing packages](./package.md)
- [Integrate uv with other software, e.g., Docker, GitHub, PyTorch, and more](./integration/index.md)
- [Contributing to uv](./contributing.md)

Or, explore the [concept documentation](../concepts/index.md) for comprehensive breakdown of each
feature.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ The reference section provides information about specific parts of uv:
- [Resolver](./internals/resolver.md): Details about the internals of uv's resolver.
- [Storage](./storage.md): Information about where uv stores data on your system.
- [Policies](./policies/index.md): uv's versioning policy, platform support policy, and license.
- [Contributing](./contributing.md): A guide for contributing to uv.

Looking for a broader overview? Check out the [concepts](../concepts/index.md) documentation.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ plugins:
- guides/tools.md
- guides/projects.md
- guides/package.md
- guides/contributing.md
Integrations:
- guides/integration/docker.md
- guides/integration/jupyter.md
Expand Down Expand Up @@ -161,6 +160,7 @@ plugins:
- reference/storage.md
- reference/environment.md
- reference/installer.md
- reference/contributing.md
extra_css:
- stylesheets/extra.css
extra_javascript:
Expand Down Expand Up @@ -214,7 +214,6 @@ nav:
- Dependabot: guides/integration/dependabot.md
- AWS Lambda: guides/integration/aws-lambda.md
- Coiled: guides/integration/coiled.md
- Contributing: guides/contributing.md
- Concepts:
- concepts/index.md
- Projects:
Expand Down Expand Up @@ -264,6 +263,7 @@ nav:
- reference/troubleshooting/index.md
- Build failures: reference/troubleshooting/build-failures.md
- Reproducible examples: reference/troubleshooting/reproducible-examples.md
- Contributing: reference/contributing.md
- Internals:
- reference/internals/index.md
- Resolver: reference/internals/resolver.md
Expand Down
Loading