Add FastAPI guide to overview (#6603)

This commit is contained in:
Charlie Marsh
2024-08-25 09:11:10 -04:00
committed by GitHub
parent 0dc74f619c
commit 4cbec958e1
+1
View File
@@ -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.