Skip to content

Commit

Permalink
docs: add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjalmers committed Aug 5, 2022
1 parent fc86305 commit bd03009
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .storybook/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions .storybook/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ import "!style-loader!css-loader!postcss-loader!sass-loader!./manager.scss";

// set default theme
document.body.setAttribute("data-theme", "theme-bootstrap");

import { addons } from "@storybook/addons";
import theme from "./theme";

addons.setConfig({
theme,
});
9 changes: 9 additions & 0 deletions .storybook/theme.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { create } from "@storybook/theming";

export default create({
base: "light",
brandTitle: "Angular Generic Table",
brandUrl: "https://github.com/hjalmers/angular-generic-table",
brandImage: "logo.svg",
brandTarget: "_self",
});

0 comments on commit bd03009

Please sign in to comment.