| title | docs | ||||
|---|---|---|---|---|---|
| sidebar |
|
Parent: main.js|ts configuration
Type:
{
defaultName?: string;
docsMode?: boolean;
}Configures Storybook's auto-generated documentation.
Type: string
Default: 'Docs'
Name used for generated documentation pages.
{/* prettier-ignore-start */}
{/* prettier-ignore-end */}
Type: boolean
Only show documentation pages in the sidebar (usually set with the --docs CLI flag).
{/* prettier-ignore-start */}
{/* prettier-ignore-end */}