This commit is contained in:
Michael Shilman 2019-10-11 06:38:38 +08:00 committed by GitHub
parent aa75ff48ba
commit 99d2779b07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,7 +199,7 @@ What if you don't want a `DocsPage` for your storybook, for a specific component
You can replace DocsPage at any level by overriding the `docs.page` parameter:
- With `null` to remove docs
- [With MDX](#csf-stories-with-mdx-docs) docs
- [With MDX](./recipes.md#csf-stories-with-mdx-docs) docs
- With a custom React component
**Globally (config.js)**