From 89a089bdebbbe3aa5ae682093945ffaa402869a6 Mon Sep 17 00:00:00 2001 From: Manuel Timelthaler Date: Tue, 2 May 2023 19:56:05 +0200 Subject: [PATCH] docs: add missing navigation item (#50113) PR Close #50113 --- aio/content/navigation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 0daf81fd3da..56f2c0b00e3 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -1057,6 +1057,11 @@ "title": "Intro to components", "tooltip": "About Components, Templates, and Views." }, + { + "url": "guide/architecture-services", + "title": "Intro to services and DI", + "tooltip": "About services and dependency injection." + }, { "url": "guide/architecture-next-steps", "title": "Next steps",