summaryrefslogtreecommitdiff
path: root/docs/sidebars.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r--docs/sidebars.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js
index a8ca0a12..b6c7b899 100644
--- a/docs/sidebars.js
+++ b/docs/sidebars.js
@@ -36,7 +36,11 @@ const sidebars = {
label: "🚶 Walkthroughs",
collapsible: true,
collapsed: true,
- items: ["walkthroughs/codellama"],
+ items: [
+ "walkthroughs/codellama",
+ "walkthroughs/manually-run-continue",
+ "walkthroughs/running-continue-without-internet",
+ ],
},
"development-data",
"telemetry",