Skip to content

Commit

Permalink
Merge pull request #23560 from cgatian/docs/auto-doc-default
Browse files Browse the repository at this point in the history
Update autodoc to proper default value

(cherry picked from commit c06e18a)
  • Loading branch information
jonniebigodes authored and storybook-bot committed Jul 24, 2023
1 parent 562ecbd commit 60d7cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-docs/autodocs.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ By default, Storybook offers zero-config support for documentation and automatic

| Option | Description |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `autodocs` | Configures auto-generated documentation pages. Available options: `true`, `false`,`tag` (default). `true`/`false` enable/disable autodocs globally. `tag` allows you to opt in per component by adding the `tags: ['autodocs']` annotation in the component's default export. <br/> Default: `docs: { autodocs: false }` |
| `autodocs` | Configures auto-generated documentation pages. Available options: `true`, `false`,`tag` (default). `true`/`false` enable/disable autodocs globally. `tag` allows you to opt in per component by adding the `tags: ['autodocs']` annotation in the component's default export. <br/> Default: `docs: { autodocs: 'tag' }` |
| `defaultName` | Renames the auto-generated documentation page<br/> Default: `docs: { defaultName: 'Documentation' }` |

### Write a custom template
Expand Down

0 comments on commit 60d7cb4

Please sign in to comment.