From b414ef7e2360625ec0b828dc23c6aea42d8b5bcd Mon Sep 17 00:00:00 2001 From: ZipFile Date: Mon, 16 Jun 2025 07:25:46 +0000 Subject: [PATCH] fixup! Better FastDepends documentation wording --- docs/examples/index.rst | 1 + docs/wiring.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/examples/index.rst b/docs/examples/index.rst index 93595380..b166ceae 100644 --- a/docs/examples/index.rst +++ b/docs/examples/index.rst @@ -22,5 +22,6 @@ Explore the examples to see the ``Dependency Injector`` in action. fastapi fastapi-redis fastapi-sqlalchemy + fastdepends .. disqus:: diff --git a/docs/wiring.rst b/docs/wiring.rst index 02f64c60..4e849015 100644 --- a/docs/wiring.rst +++ b/docs/wiring.rst @@ -662,5 +662,6 @@ Take a look at other application examples: - :ref:`fastapi-example` - :ref:`fastapi-redis-example` - :ref:`fastapi-sqlalchemy-example` +- :ref:`fastdepends-example` .. disqus::