Skip to content

Commit

Permalink
Docs links and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Apr 13, 2021
1 parent c83ef56 commit bf7950c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions storybook/manager.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/**Sets the theme for the Storybook UI */
/**
* Sets the theme for the Storybook UI
* @see https://storybook.js.org/docs/react/configure/overview#configure-storybooks-ui
*/
import { addons } from '@storybook/addons';
import DocsTheme from './DocsTheme';

addons.setConfig({
/**
* The the brand icon used in the Storybook sidebar. Can use any common image formats
* @type {Object}
*/
theme: DocsTheme,
theme: DocsTheme,
})

0 comments on commit bf7950c

Please sign in to comment.