diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-12 00:59:20 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-12 00:59:20 -0700 |
commit | 331b2adcb6f8d962e4ed19292fd2ab5838ba479e (patch) | |
tree | 055989d31f18f18971d9f8e3e5764b59ed0c2be5 /docs/sidebars.js | |
parent | e9afb41bed9a723876cf1cf95d636b2ea498a6b3 (diff) | |
download | sncontinue-331b2adcb6f8d962e4ed19292fd2ab5838ba479e.tar.gz sncontinue-331b2adcb6f8d962e4ed19292fd2ab5838ba479e.tar.bz2 sncontinue-331b2adcb6f8d962e4ed19292fd2ab5838ba479e.zip |
docs: :memo: major docs improvements
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: [ |