From 7afcbe0941a82944d53ef1764a3312d14937dcd0 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Wed, 23 Oct 2019 23:13:56 +0800 Subject: [PATCH] Addon-docs: document story description (#8535) Addon-docs: document story description --- addons/docs/docs/docspage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/docs/docs/docspage.md b/addons/docs/docs/docspage.md index 670ae5e96481..da4660cca31d 100644 --- a/addons/docs/docs/docspage.md +++ b/addons/docs/docs/docspage.md @@ -77,6 +77,8 @@ Here is a summary of the slots, where the data comes from by default, and the sl | Props | component docgen props or propTypes | `propsSlot` | React, Vue | | Stories | storybook stories | `storiesSlot` | All | +The `storiesSlot` uses the `docs.storyDescription` parameter to show a description for each story, if available. + For more information on frameworks, see ["Framework support"](../README.md#framework-support) ### Title