summaryrefslogtreecommitdiff
path: root/docs/sidebars.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r--docs/sidebars.js38
1 files changed, 34 insertions, 4 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js
index 6d205bab..47e0baf7 100644
--- a/docs/sidebars.js
+++ b/docs/sidebars.js
@@ -15,14 +15,44 @@
const sidebars = {
docsSidebar: [
"intro",
- "getting-started",
+ "quickstart",
"how-to-use-continue",
"how-continue-works",
- "customization",
- "context-providers",
- "collecting-data",
+ {
+ type: "category",
+ label: "🎨 Customization",
+ collapsible: true,
+ collapsed: false,
+ items: [
+ "customization/overview",
+ "customization/models",
+ "customization/context-providers",
+ "customization/slash-commands",
+ "customization/other-configuration",
+ ],
+ },
+ {
+ type: "category",
+ label: "🚶 Walkthroughs",
+ collapsible: true,
+ collapsed: false,
+ items: ["walkthroughs/codellama"],
+ },
+ "development-data",
"telemetry",
"troubleshooting",
+ {
+ type: "category",
+ label: "📖 Reference",
+ collapsible: true,
+ collapsed: false,
+ items: [
+ {
+ type: "autogenerated",
+ dirName: "reference",
+ },
+ ],
+ },
],
};