Skip to content

Commit

Permalink
Introduction page included
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniebigodes committed Sep 18, 2020
1 parent 8594bbf commit 98f2c62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/main.js
@@ -1,5 +1,6 @@
module.exports = {
"stories": [
'../src/components/Intro.stories.mdx',
"../src/**/*.stories.mdx",
"../src/**/*.stories.@(js|jsx|ts|tsx)"
],
Expand Down
9 changes: 9 additions & 0 deletions src/components/Intro.stories.mdx
@@ -0,0 +1,9 @@
import { Meta } from '@storybook/addon-docs/blocks';

<Meta title="Design System/Introduction" />

# Introduction to the Learn Storybook design system

The Learn Storybook design system is a subset of the full [Storybook design system](https://github.com/storybookjs/design-system/), created as a learning resource for those interested in learning how to write and publish a design system using best practice techniques.

Learn more at [Learn Storybook](https://learnstorybook.com).

0 comments on commit 98f2c62

Please sign in to comment.