From 92c3e7ab3b6d52cf79ca595772280d48814959e5 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sun, 12 Jul 2026 13:10:21 +0300 Subject: [PATCH] docs: link the concrete integrations/fastapi/ docs page Point the pyproject Documentation URL and add an inline README link to the concrete integrations/fastapi/ page instead of the docs-site root, so the PyPI sidebar and README route to the fastapi guide. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40fc711..52a6ef7 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ [Modern-DI](https://github.com/modern-python/modern-di) integration for [FastAPI](https://fastapi.tiangolo.com). +Full guide: [FastAPI integration docs](https://modern-di.modern-python.org/integrations/fastapi/) + Usage example: [fastapi-sqlalchemy-template](https://github.com/modern-python/fastapi-sqlalchemy-template) ## Installation diff --git a/pyproject.toml b/pyproject.toml index 50e4c79..361c7af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ version = "0" [project.urls] Homepage = "https://modern-di.modern-python.org" -Documentation = "https://modern-di.modern-python.org" +Documentation = "https://modern-di.modern-python.org/integrations/fastapi/" Repository = "https://github.com/modern-python/modern-di-fastapi" Issues = "https://github.com/modern-python/modern-di-fastapi/issues" Changelog = "https://github.com/modern-python/modern-di-fastapi/releases"