From 0453d31fc22fa55d0862bd661f28add3a3a1333b Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Tue, 6 Jul 2021 20:41:47 +0100 Subject: [PATCH] minor adjustments to the theming docs --- docs/configure/theming.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/configure/theming.md b/docs/configure/theming.md index 15ee2eeb47d3..076b170cc0d2 100644 --- a/docs/configure/theming.md +++ b/docs/configure/theming.md @@ -98,20 +98,6 @@ Finally, we'll need to import the theme into Storybook. Create a new file called - -Adjust your `storybook` script in your package.json and include the [`--no-manager-cache`](../api/cli-options.md#start-storybook) flag. For instance: - -```json -{ - "scripts":{ - "storybook": "start-storybook -p 6006 --no-manager-cache", - }, -} -``` -
-💡 Note: Once you've finished configuring your theme, you can remove the --no-manager-cacheflag from the storybook script at will. Leaving it in can severely impact loading times. -
- Now your custom theme will replace Storybook's default theme, and you'll see a similar set of changes in the UI. ![Storybook starter theme](./storybook-starter-custom-theme.png)