title | sidebar | ||||
---|---|---|---|---|---|
refs |
|
Parent: main.js|ts configuration
Type:
{ [key: string]:
| { title: string; url: string; expanded?: boolean, sourceUrl?: string }
| (config: { title: string; url: string; expanded?: boolean, sourceUrl: string }) => { title: string; url: string; expanded?: boolean, sourceUrl?: string }
| { disable: boolean }
}
Configures Storybook composition.
{/* prettier-ignore-start */}
{/* prettier-ignore-end */}
You can use a function to dynamically configure refs:
{/* prettier-ignore-start */}
{/* prettier-ignore-end */}
Some package dependencies automatically compose their Storybook in yours. You can disable this behavior by setting disable
to true
for the package name:
{/* prettier-ignore-start */}
{/* prettier-ignore-end */}