Skip to content

Commit

Permalink
fix(storybook): update storybook config
Browse files Browse the repository at this point in the history
Adds a missing config value that lead to an entry absent from the menu.
  • Loading branch information
roberttran-cc authored and pdesoyres-cc committed Sep 2, 2024
1 parent 8f27358 commit b4eea78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { injectAuthForSmartComponentsPlugin } from '../src/stories/lib/smart-aut
const config = {
stories: [
// The Top level Markdown documents
'../CONTRIBUTING.md',
'../README.md',
// The Markdown documents inside docs (excluding "example" components)
'../docs/**/!(*example*).md',
Expand Down

0 comments on commit b4eea78

Please sign in to comment.