Skip to content

Commit 408fd4e

Browse files
Luc45claude
andcommitted
Collapse AI-Assisted Development sidebar by default
Only expand when one of its pages is active, matching the behavior of all other sidebar categories. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 613801b commit 408fd4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sidebars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ const sidebars = {
122122
{
123123
type: 'category',
124124
label: 'AI-Assisted Development',
125-
collapsed: false,
125+
collapsed: true,
126126
items: [
127127
'ai/getting-started',
128128
{
129129
type: 'category',
130130
label: 'Test Packages',
131-
collapsed: false,
131+
collapsed: true,
132132
items: [
133133
'ai/test-packages/writing-with-agents',
134134
'ai/test-packages/browser-observation',

0 commit comments

Comments
 (0)