Skip to content

Commit

Permalink
Revert "docs(storybook): separate header from shell" (#493)
Browse files Browse the repository at this point in the history
This reverts commit 475eaed.
  • Loading branch information
nowseemee authored Aug 3, 2021
1 parent efe6646 commit ed9abf8
Show file tree
Hide file tree
Showing 17 changed files with 115 additions and 500 deletions.
1 change: 0 additions & 1 deletion packages/storybook-vue/.storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
overflow: hidden;
}
.brand-header-spacing {
min-height: 768px;
margin: -1rem;
}

Expand Down
4 changes: 0 additions & 4 deletions packages/storybook-vue/.storybook/usage-addon/usage.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import React from 'react';
import { DocsWrapper, DocsContent } from '@storybook/components';
import { Description } from '@storybook/addon-docs/blocks';
import { useStorybookState, useGlobals } from '@storybook/api';
import appshell_en from 'raw-loader!../../stories/3_components/app-shell/app-shell.md';
import appshell_de from 'raw-loader!../../stories/3_components/app-shell/app-shell_de.md';
import accordion_en from 'raw-loader!../../stories/3_components/accordion/accordion.md';
import accordion_de from 'raw-loader!../../stories/3_components/accordion/accordion_de.md';
import brandHeader_en from 'raw-loader!../../stories/3_components/brand-header/brand-header.md';
Expand Down Expand Up @@ -101,8 +99,6 @@ const Usage = (props) => {
// or:
// ?path=/story/components-brandheader--standard > brandheader_de
const componentMap = {
'app-shell_en': appshell_en,
'app-shell_de': appshell_de,
accordion_en,
accordion_de,
'brand-header-navigation_en': brandHeader_en,
Expand Down

This file was deleted.

130 changes: 0 additions & 130 deletions packages/storybook-vue/stories/3_components/app-shell/app-shell.md

This file was deleted.

Loading

0 comments on commit ed9abf8

Please sign in to comment.