diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-02 19:45:17 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-02 19:45:17 -0400 |
commit | bd7d3b8e524324a78667ca3eee01f9d7ae1181f3 (patch) | |
tree | f481a49b63d89ef5d667dce0ec9a4b791786834e /docs/sidebars.js | |
parent | 57c3b77a5fe9ca73fb54d2c518470ef834aa9d72 (diff) | |
parent | 8970af9e695fe8196f4f3b61dd16271ae733f630 (diff) | |
download | sncontinue-bd7d3b8e524324a78667ca3eee01f9d7ae1181f3.tar.gz sncontinue-bd7d3b8e524324a78667ca3eee01f9d7ae1181f3.tar.bz2 sncontinue-bd7d3b8e524324a78667ca3eee01f9d7ae1181f3.zip |
Merge branch 'docs'
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 17 |
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", ], }; |