diff options
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index 6714f6f0..30b8ad3a 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -17,35 +17,8 @@ const sidebars = { "intro", "getting-started", "install", - "how-continue-works", - { - type: "category", - label: "Walkthroughs", - items: [ - "walkthroughs/use-the-gui", - "walkthroughs/use-a-recipe", - "walkthroughs/create-a-recipe", - "walkthroughs/share-a-recipe", - ], - }, - { - type: "category", - label: "Concepts", - items: [ - "concepts/autopilot", - "concepts/credentials", - "concepts/gui", - "concepts/history", - "concepts/ide", - "concepts/llm", - "concepts/policy", - "concepts/recipe", - "concepts/sdk", - "concepts/server", - "concepts/step", - ], - }, "catalog", + "how-continue-works", "telemetry", ], }; |