diff options
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index 6d205bab..2121fea6 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -18,11 +18,40 @@ const sidebars = { "getting-started", "how-to-use-continue", "how-continue-works", - "customization", - "context-providers", + { + type: "category", + label: "Customization", + collapsible: true, + collapsed: false, + items: [ + "customization/models", + "customization/context-providers", + "customization/slash-commands", + "customization/other-configuration", + ], + }, "collecting-data", "telemetry", "troubleshooting", + { + type: "category", + label: "Walkthroughs", + collapsible: true, + collapsed: false, + items: ["walkthroughs/codellama"], + }, + { + type: "category", + label: "Reference", + collapsible: true, + collapsed: false, + items: [ + { + type: "autogenerated", + dirName: "reference", + }, + ], + }, ], }; |