diff options
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index befe4feb..a8138432 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -33,7 +33,7 @@ const sidebars = { type: 'category', label: 'Concepts', items: [ - 'concepts/agent', + 'concepts/autopilot', 'concepts/core', 'concepts/gui', 'concepts/history', @@ -45,7 +45,6 @@ const sidebars = { 'concepts/step', ], }, - 'sdk', 'telemetry', ], }; |