From 1f7961d6fb540e9bf735c462f90f6f613205b1b1 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 6 Aug 2024 13:48:04 -0500 Subject: [PATCH] Add "next steps" to some early documentation pages (#5825) --- docs/concepts/dependencies.md | 2 +- docs/features.md | 5 +++++ docs/installation.md | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/concepts/dependencies.md b/docs/concepts/dependencies.md index dd5c3ad8f..0590cfd46 100644 --- a/docs/concepts/dependencies.md +++ b/docs/concepts/dependencies.md @@ -191,7 +191,7 @@ $ uv add ~/projects/bar/ $ uv add --editable ~/projects/bar/ ``` - However, it is recommended to use [_workspaces_](./workspaces) instead of manual path + However, it is recommended to use [_workspaces_](./workspaces.md) instead of manual path dependencies. ### Workspace member diff --git a/docs/features.md b/docs/features.md index 586d9031e..02c4f0b3b 100644 --- a/docs/features.md +++ b/docs/features.md @@ -97,3 +97,8 @@ self-update: - `uv tool dir`: Show the uv tool directory path. - `uv python dir`: Show the uv installed Python versions path. - `uv self update`: Update uv to the latest version. + +## Next steps + +Read the [guides](./guides/index.md) for an introduction to each feature or check out +[concept](./concepts/index.md) pages for in-depth details about uv's features. diff --git a/docs/installation.md b/docs/installation.md index b394e07bd..df9a65898 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -97,3 +97,8 @@ uv release artifacts can be downloaded directly from Each release page includes binaries for all supported platforms as well as instructions for using the standalone installer via `github.com` instead of `astral.sh`. + +## Next steps + +See the [first steps](./first-steps.md) or jump straight to the [guides](./guides/index.md) to start +using uv.