From 5c049f2f3d797babb91c62ec752bf6a2c4c2f16a Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Mon, 29 May 2023 15:29:28 +0200 Subject: initial structure --- docs/sidebars.js | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'docs/sidebars.js') diff --git a/docs/sidebars.js b/docs/sidebars.js index db9ae662..befe4feb 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -16,7 +16,19 @@ 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', @@ -28,11 +40,13 @@ const sidebars = { 'concepts/ide', 'concepts/llm', 'concepts/policy', - 'concepts/recipes', + 'concepts/recipe', 'concepts/sdk', 'concepts/step', ], }, + 'sdk', + 'telemetry', ], }; -- cgit v1.2.3-70-g09d2