diff options
author | Ty Dunn <ty@tydunn.com> | 2023-05-29 15:29:28 +0200 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-05-29 15:29:28 +0200 |
commit | 5c049f2f3d797babb91c62ec752bf6a2c4c2f16a (patch) | |
tree | f3274946a6d7b6c048dedea3b2cbd33bc87c193f /docs/sidebars.js | |
parent | 741f85b6b2b26e5e007ebf92b336a832af6af5d4 (diff) | |
download | sncontinue-5c049f2f3d797babb91c62ec752bf6a2c4c2f16a.tar.gz sncontinue-5c049f2f3d797babb91c62ec752bf6a2c4c2f16a.tar.bz2 sncontinue-5c049f2f3d797babb91c62ec752bf6a2c4c2f16a.zip |
initial structure
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 18 |
1 files changed, 16 insertions, 2 deletions
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', ], }; |