From 4cbec958e1dbe863a97d44dc9a1be12f3c484cdf Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sun, 25 Aug 2024 09:11:10 -0400 Subject: [PATCH] Add FastAPI guide to overview (#6603) --- docs/guides/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/index.md b/docs/guides/index.md index 4f5ff70ae..07a6f5473 100644 --- a/docs/guides/index.md +++ b/docs/guides/index.md @@ -13,6 +13,7 @@ Learn how to integrate uv with other software: - [Using with pre-commit](./integration/pre-commit.md) - [Using in GitHub Actions](./integration/github.md) - [Using with alternative package indexes](./integration/alternative-indexes.md) +- [Building a FastAPI application](./integration/fastapi.md) Or, explore the [concept documentation](../concepts/index.md) for comprehensive breakdown of each feature.