summaryrefslogtreecommitdiff
path: root/docs/sidebars.js
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-05 12:09:18 -0400
committerNate Sesti <sestinj@gmail.com>2023-06-05 12:09:18 -0400
commit8e5f5fc5c92ebc77578ffda5ce1fbc35bea60016 (patch)
tree6bbf70a6029d9ddd5f9f6b3856702b6baf799cc6 /docs/sidebars.js
parent9613750fd1ff48343e8d80ce5154733a4dbc55d7 (diff)
parent1261c54b736b29be361ac30fe1fd9bad52e62c2d (diff)
downloadsncontinue-8e5f5fc5c92ebc77578ffda5ce1fbc35bea60016.tar.gz
sncontinue-8e5f5fc5c92ebc77578ffda5ce1fbc35bea60016.tar.bz2
sncontinue-8e5f5fc5c92ebc77578ffda5ce1fbc35bea60016.zip
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r--docs/sidebars.js28
1 files changed, 1 insertions, 27 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js
index 89b20617..30b8ad3a 100644
--- a/docs/sidebars.js
+++ b/docs/sidebars.js
@@ -17,34 +17,8 @@ const sidebars = {
"intro",
"getting-started",
"install",
+ "catalog",
"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/continue-json",
- "concepts/gui",
- "concepts/history",
- "concepts/ide",
- "concepts/llm",
- "concepts/policy",
- "concepts/recipe",
- "concepts/sdk",
- "concepts/server",
- "concepts/step",
- ],
- },
"telemetry",
],
};