Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 720 Bytes

File metadata and controls

45 lines (28 loc) · 720 Bytes
title docs
sidebar
order title
9
docs

Parent: main.js|ts configuration

Type:

{
  defaultName?: string;
  docsMode?: boolean;
}

Configures Storybook's auto-generated documentation.

defaultName

Type: string

Default: 'Docs'

Name used for generated documentation pages.

{/* prettier-ignore-start */}

{/* prettier-ignore-end */}

docsMode

Type: boolean

Only show documentation pages in the sidebar (usually set with the --docs CLI flag).

{/* prettier-ignore-start */}

{/* prettier-ignore-end */}