From 7884897b61634297fba2c872c088966fb67464de Mon Sep 17 00:00:00 2001 From: Stamen Stoychev Date: Mon, 16 Mar 2026 18:27:03 +0200 Subject: [PATCH] chore(toc): skipping ai topics until a proper react solution --- docfx/en/components/toc.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docfx/en/components/toc.json b/docfx/en/components/toc.json index 8ef93e9d1..e8ba340a5 100644 --- a/docfx/en/components/toc.json +++ b/docfx/en/components/toc.json @@ -1,16 +1,17 @@ [ { + "exclude": ["Angular", "Blazor", "React"], "name": "AI-Assisted Development", "header": true }, { - "exclude": ["Blazor", "Angular"], + "exclude": ["Blazor", "Angular", "React"], "name": "{ProductName} Skills", "href": "ai/skills.md", "status": "new" }, { - "exclude": ["Blazor", "Angular"], + "exclude": ["Blazor", "Angular", "React"], "name": "Theming MCP", "href": "ai/theming-mcp.md", "status": "new"