From aaf309f8e1f7a0b59f10d0e8439bc9071065e39d Mon Sep 17 00:00:00 2001 From: Nir Schulman Date: Sat, 23 Nov 2024 21:25:51 +0200 Subject: [PATCH] Added missing reference to lifespan scoped dependencies page in the learn tab --- docs/en/mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/mkdocs.yml b/docs/en/mkdocs.yml index 6443b290a..e22ee373c 100644 --- a/docs/en/mkdocs.yml +++ b/docs/en/mkdocs.yml @@ -144,6 +144,7 @@ nav: - tutorial/dependencies/dependencies-in-path-operation-decorators.md - tutorial/dependencies/global-dependencies.md - tutorial/dependencies/dependencies-with-yield.md + - tutorial/dependencies/lifespan-scoped-dependencies.md - Security: - tutorial/security/index.md - tutorial/security/first-steps.md