From 9812b10cd84f6593752f2a584ba9a783696524de Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Tue, 25 Nov 2025 15:54:18 +0300 Subject: [PATCH] Expand AI section in docs navigation Replaces the single 'Artificial Intelligence' link with a nested list including Overview, Microsoft.Extensions.AI, and Semantic Kernel pages for improved documentation structure and discoverability. --- docs/en/docs-nav.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 61c7f57518..79cd320920 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -554,7 +554,21 @@ }, { "text": "Artificial Intelligence", - "path": "framework/infrastructure/artificial-intelligence/index.md" + "items":[ + { + "text": "Overview", + "path": "framework/infrastructure/artificial-intelligence/index.md", + "isIndex": true + }, + { + "text": "Microsoft.Extensions.AI", + "path": "framework/infrastructure/artificial-intelligence/microsoft-extensions-ai.md" + }, + { + "text": "Semantic Kernel", + "path": "framework/infrastructure/artificial-intelligence/microsoft-semantic-kernel.md" + } + ] }, { "text": "Background Jobs",