summaryrefslogtreecommitdiff
path: root/docs/sidebars.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r--docs/sidebars.js17
1 files changed, 15 insertions, 2 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js
index 749becd9..b3ebec57 100644
--- a/docs/sidebars.js
+++ b/docs/sidebars.js
@@ -15,13 +15,25 @@
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",
@@ -32,6 +44,7 @@ const sidebars = {
"concepts/step",
],
},
+ "telemetry",
],
};