Skip to content

Commit

Permalink
Collapse the “example” stories by default
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Sep 20, 2023
1 parent 1ff9c70 commit bd9b941
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/docs/.storybook/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ import { addons } from '@storybook/manager-api';

addons.setConfig({
enableShortcuts: false,
sidebar: {
collapsedRoots: ['example'],
},
});

0 comments on commit bd9b941

Please sign in to comment.