diff options
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index 29e35a02..b3ebec57 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -15,23 +15,36 @@ const sidebars = { docsSidebar: [ "intro", - "create-a-recipe", + "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/core", + "concepts/server", "concepts/gui", "concepts/history", "concepts/ide", "concepts/llm", "concepts/policy", - "concepts/recipes", + "concepts/recipe", "concepts/sdk", "concepts/step", ], }, + "telemetry", ], }; |