diff options
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index b3ebec57..89b20617 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -33,7 +33,7 @@ const sidebars = { label: "Concepts", items: [ "concepts/autopilot", - "concepts/server", + "concepts/continue-json", "concepts/gui", "concepts/history", "concepts/ide", @@ -41,6 +41,7 @@ const sidebars = { "concepts/policy", "concepts/recipe", "concepts/sdk", + "concepts/server", "concepts/step", ], }, |