summaryrefslogtreecommitdiff
path: root/docs/sidebars.js
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-05-29 15:29:28 +0200
committerTy Dunn <ty@tydunn.com>2023-05-29 15:29:28 +0200
commit636fdb176c77297e608a7153f0ab670f71be3434 (patch)
tree57f63599ca0d805f1d881b9ba3aa09249dfc9373 /docs/sidebars.js
parent0877ada8ed9f71f3ee792bcb34a4005e3c86827d (diff)
downloadsncontinue-636fdb176c77297e608a7153f0ab670f71be3434.tar.gz
sncontinue-636fdb176c77297e608a7153f0ab670f71be3434.tar.bz2
sncontinue-636fdb176c77297e608a7153f0ab670f71be3434.zip
initial structure
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r--docs/sidebars.js18
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',
],
};