Skip to content

Commit

Permalink
Changed the logo for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wrigh393 committed Mar 17, 2021
1 parent ae4d802 commit 652ef98
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .storybook/DocsTheme.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { create } from '@storybook/theming';

export default create({
base: 'light',
brandTitle: 'webqueue2 Front End Docs',
brandUrl: 'https://engineering.purdue.edu/webqueue/webqueue2/build',
brandImage: 'https://github.itap.purdue.edu/ECN/webqueue2-frontend/blob/master/public/logo192.png?raw=true',
});
6 changes: 6 additions & 0 deletions .storybook/manager.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { addons } from '@storybook/addons';
import DocsTheme from './DocsTheme';

addons.setConfig({
theme: DocsTheme,
});

0 comments on commit 652ef98

Please sign in to comment.