Skip to content

Commit 71e8d2e

Browse files
committed
Remove root:true from language and ai-tools meta.json
This flag caused Fumadocs to auto-generate a dropdown tab selector internally (even without an explicit tabs prop) and isolated the sidebar tree so navigating via the flat links showed an empty tree. Removing it lets the full page tree render in the sidebar and stops the dropdown from reappearing.
1 parent 093b2fe commit 71e8d2e

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

content/docs/ai-tools/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"title": "Agents",
3-
"root": true,
43
"pages": [
54
"skills",
65
"mcp-server",

content/docs/language/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"title": "Language Reference",
3-
"root": true,
43
"pages": [
54
"syntax",
65
"constants-and-variables",

0 commit comments

Comments
 (0)