Skip to content

Commit db2a76f

Browse files
docs(cookbook): defer nav placement, leave Cookbook section orphaned
Remove the root and learn meta.json entries that placed the Cookbook in the docs sidebar / Learn footer, deferring the nav-placement decision (top-level tab vs sidebar group) to a follow-up. The recipe pages still route at /cookbook and /cookbook/daytona (Fumadocs discovers MDX from the filesystem, confirmed via .source generation), so Daytona-side deeplinks continue to work. Nothing in our docs nav points at the section until the decision lands. Also drops the stale '[Cookbook: State Machine]' Learn entry entirely (it had been temporarily repointed to /cookbook in the previous commit). OSS-222
1 parent 2a29103 commit db2a76f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

docs/content/docs/learn/meta.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"...tutorials",
2121
"[Tutorial: AI Todo App](../direct-to-llm/tutorials/ai-todo-app/overview)",
2222
"[Tutorial: AI Travel App](../langgraph/tutorials/ai-travel-app)",
23-
"[Video: Research Canvas](../langgraph/videos/research-canvas)",
24-
"[Cookbook](../cookbook)"
23+
"[Video: Research Canvas](../langgraph/videos/research-canvas)"
2524
]
2625
}

docs/content/docs/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"...(root)",
66
"reference",
77
"learn",
8-
"cookbook",
98
"---Integrations---",
109
"...integrations",
1110
"a2a",

0 commit comments

Comments
 (0)