From d3177a594ae45da9c409ea25a57ff8038fccdf4c Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Fri, 14 Aug 2020 14:25:32 +1000 Subject: [PATCH] Add note about how to run docs --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b85ab64f154..29e292f506d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -362,6 +362,12 @@ Save and go to `http://localhost:9011` (or wherever storybook is running) If you don't see the changes rerun `yarn storybook` again in your sandbox app +### Documentation + +The documentation for Storybook is served by the [frontpage](https://github.com/storybookjs/frontpage), but the docs files are in this repository. + +To see changes in a development version of the docs, use the "linking" method documented [here](https://github.com/storybookjs/frontpage#docs-content). + ## Release Guide This section is for Storybook maintainers who will be creating releases. It assumes: