diff options
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index 2121fea6..47e0baf7 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -15,34 +15,35 @@ const sidebars = { docsSidebar: [ "intro", - "getting-started", + "quickstart", "how-to-use-continue", "how-continue-works", { type: "category", - label: "Customization", + label: "🎨 Customization", collapsible: true, collapsed: false, items: [ + "customization/overview", "customization/models", "customization/context-providers", "customization/slash-commands", "customization/other-configuration", ], }, - "collecting-data", - "telemetry", - "troubleshooting", { type: "category", - label: "Walkthroughs", + label: "🚶 Walkthroughs", collapsible: true, collapsed: false, items: ["walkthroughs/codellama"], }, + "development-data", + "telemetry", + "troubleshooting", { type: "category", - label: "Reference", + label: "📖 Reference", collapsible: true, collapsed: false, items: [ |