diff options
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index 89b20617..30b8ad3a 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -17,34 +17,8 @@ const sidebars = { "intro", "getting-started", "install", + "catalog", "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/continue-json", - "concepts/gui", - "concepts/history", - "concepts/ide", - "concepts/llm", - "concepts/policy", - "concepts/recipe", - "concepts/sdk", - "concepts/server", - "concepts/step", - ], - }, "telemetry", ], }; |