From 809cca1fc4310dacbca9784d3232cdcdf77df969 Mon Sep 17 00:00:00 2001 From: sumeyye Date: Mon, 29 Dec 2025 08:22:12 +0300 Subject: [PATCH] add: AI Tools Configuration page to the navigation --- docs/en/docs-nav.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 08b4553d64..eadfa5c92e 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -1561,6 +1561,10 @@ "text": "SSR Configuration", "path": "framework/ui/angular/ssr-configuration.md" }, + { + "text": "AI Tools Configuration", + "path": "framework/ui/angular/ai-config.md" + }, { "text": "PWA Configuration", "path": "framework/ui/angular/pwa-configuration.md"