Skip to content

Commit

Permalink
Add readme (adobe#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett authored and GitHub Enterprise committed Mar 26, 2024
1 parent 0b5581a commit 2670c8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .storybook-s2/Intro.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import Readme from '../README.md';

<Readme />
2 changes: 1 addition & 1 deletion .storybook-s2/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import type { StorybookConfig } from "@storybook/types";

const config: StorybookConfig = {
stories: [
'../docs/**/*.@(md|mdx)',
'./Intro.mdx',
"../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)",
],
addons: [
Expand Down

0 comments on commit 2670c8c

Please sign in to comment.