Skip to content

Commit 15bdbf0

Browse files
DevRohit06claude
andcommitted
Fix anchors config: add required href field
The SidebarAnchors component requires href on each anchor entry for the isActive() check. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ac7688d commit 15bdbf0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/docs-config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@
2929
"anchors": [
3030
{
3131
"label": "Documentation",
32+
"href": "/introduction",
3233
"icon": "lucide:book-open",
3334
"groups": ["Introduction", "Getting Started", "Concepts", "Workflows", "Reference"]
3435
},
3536
{
3637
"label": "MCP Tools",
38+
"href": "/api/list-nodes",
3739
"icon": "lucide:wrench",
3840
"groups": ["MCP Tools"]
3941
}

0 commit comments

Comments
 (0)