Merge pull request #14181 from storybookjs/adjust_links_to_addons_gallery

Chore: (Docs) Adjusts links to the addons gallery
This commit is contained in:
Michael Shilman 2021-03-10 05:58:53 +08:00 committed by GitHub
commit c6bdd680dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ title: 'DocsPage'
</div>
When you install [Storybook Docs](https://github.com/storybookjs/storybook/blob/master/addons/docs/README.md), DocsPage is the zero-config default documentation that all stories get out of the box. It aggregates your stories, text descriptions, docgen comments, args tables, and code examples into a single page for each component.
When you install [Storybook Docs](https://storybook.js.org/addons/@storybook/addon-docs), DocsPage is the zero-config default documentation that all stories get out of the box. It aggregates your stories, text descriptions, docgen comments, args tables, and code examples into a single page for each component.
The best practice for docs is for each component to have its own set of documentation and stories.

View File

@ -27,4 +27,4 @@ You can also create free-form pages for each component using [MDX](./mdx.md), a
In both cases, youll use [Doc Blocks](./doc-blocks.md) as the building blocks to create full featured documentation.
Docs is autoconfigured to work out of the box in most use cases. In some cases you may need or want to tweak the configuration. Read more about it in the [readme](../../addons/docs/README.md).
Docs is autoconfigured to work out of the box in most use cases. In some cases you may need or want to tweak the configuration. Read more about it [here](https://storybook.js.org/addons/@storybook/addon-docs).