Browse Source

Merge pull request #24274 from abpframework/10.0-docs-nav-update

Add Semantic.Kernel and Microsoft.Extensions.AI pages to the documentation navigation
pull/24275/head
Halil İbrahim Kalkan 2 months ago
committed by GitHub
parent
commit
c3730993d0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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