diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-05 09:25:10 +0200 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-05 09:25:10 +0200 |
commit | 2fd081971a87b01e8c549bb9fea34e52e65e1bb9 (patch) | |
tree | 17ab00dffdb9a42827962f57eaf407615c0529f2 /docs/sidebars.js | |
parent | 0930f7048c9fcf5836cbee92e37a95f45693ded8 (diff) | |
download | sncontinue-2fd081971a87b01e8c549bb9fea34e52e65e1bb9.tar.gz sncontinue-2fd081971a87b01e8c549bb9fea34e52e65e1bb9.tar.bz2 sncontinue-2fd081971a87b01e8c549bb9fea34e52e65e1bb9.zip |
direction change
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index 6714f6f0..30b8ad3a 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -17,35 +17,8 @@ const sidebars = { "intro", "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/credentials", - "concepts/gui", - "concepts/history", - "concepts/ide", - "concepts/llm", - "concepts/policy", - "concepts/recipe", - "concepts/sdk", - "concepts/server", - "concepts/step", - ], - }, "catalog", + "how-continue-works", "telemetry", ], }; |