Skip to content

Commit 369667c

Browse files
authored
chore: use readme for getting started (#1704)
1 parent fbe4f0a commit 369667c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/stories/getting-started.mdx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
import { Meta } from '@storybook/addon-docs/blocks';
2-
import { Figma } from '@storybook/addon-designs/blocks';
1+
import { Meta, Markdown } from '@storybook/addon-docs/blocks';
32

4-
<Meta title="Getting started" />
5-
6-
# Getting started
3+
import README from '../../README.md?raw';
74

8-
LaunchPad is LaunchDarkly's design system. It’s a scalable library of reusable, functional elements & components tokens for standardized sizing, color, and more all guided by principles and patterns that our product teams leverage to create a consistent experience across our products.
5+
<Meta title="Getting started" />
96

10-
<Figma url="https://www.figma.com/file/98HKKXL2dTle29ikJ3tzk7/LaunchPad?node-id=1-737" />
7+
<Markdown>{README}</Markdown>

0 commit comments

Comments
 (0)