Skip to content

Commit

Permalink
Merge pull request #66 from oceanprotocol/storybook-preview
Browse files Browse the repository at this point in the history
updating options
  • Loading branch information
jamiehewitt15 authored Sep 28, 2023
2 parents 6e4f178 + 1ed96e5 commit 3dbdc10
Show file tree
Hide file tree
Showing 5 changed files with 1,850 additions and 1,272 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ module.exports = {
return config;
},
docs: {
autodocs: true
autodocs: false
}
};
4 changes: 4 additions & 0 deletions .storybook/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ import oceanTheme from './oceanTheme';

addons.setConfig({
theme: oceanTheme,
isFullscreen: true,
showNav: false,
showPanel: false,
showToolbar: false
});
Loading

0 comments on commit 3dbdc10

Please sign in to comment.