Browse Source

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.
pull/24274/head
Enis Necipoglu 2 months ago
parent
commit
9812b10cd8
  1. 16
      docs/en/docs-nav.json

16
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",

Loading…
Cancel
Save