From beab98a4d70ab989ee0fcb9caf05798df801f004 Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Tue, 9 Mar 2021 18:11:39 +0000 Subject: [PATCH] adjusts links to the addons gallery --- docs/writing-docs/docs-page.md | 2 +- docs/writing-docs/introduction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/writing-docs/docs-page.md b/docs/writing-docs/docs-page.md index 7b13538ca1d..f11ac7951f2 100644 --- a/docs/writing-docs/docs-page.md +++ b/docs/writing-docs/docs-page.md @@ -9,7 +9,7 @@ title: 'DocsPage' -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. diff --git a/docs/writing-docs/introduction.md b/docs/writing-docs/introduction.md index 0002fb97df6..5131824ef68 100644 --- a/docs/writing-docs/introduction.md +++ b/docs/writing-docs/introduction.md @@ -27,4 +27,4 @@ You can also create free-form pages for each component using [MDX](./mdx.md), a In both cases, you’ll 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).