Skip to content

Remove external dependency for Storybook #204

Closed
campb303 opened this issue Apr 13, 2021 · 2 comments
Closed

Remove external dependency for Storybook #204

campb303 opened this issue Apr 13, 2021 · 2 comments
Assignees
Labels
documentation Related to the writing documentation or the tools used to generate docs enhancement Request for a change to existing functionality

Comments

@campb303
Copy link
Collaborator

In storybook/DocsTheme.js, the brandImage is linked directly to a file on GitHub. This should be changed to support a local file if possible.

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',
  appBg: 'white'
});
@campb303 campb303 added documentation Related to the writing documentation or the tools used to generate docs enhancement Request for a change to existing functionality labels Apr 13, 2021
@campb303
Copy link
Collaborator Author

Working on this.

@campb303
Copy link
Collaborator Author

It appears that the typical

Sign in to join this conversation on GitHub.
Labels
documentation Related to the writing documentation or the tools used to generate docs enhancement Request for a change to existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants