Skip to content

Commit

Permalink
Introduction page included
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniebigodes committed Dec 23, 2023
1 parent c0b7f73 commit ace2867
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .storybook/main.js
@@ -1,6 +1,10 @@
/** @type { import('@storybook/react-vite').StorybookConfig } */
const config = {
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
stories: [
'../src/Intro.mdx',
'../src/**/*.mdx',
'../src/**/*.stories.@(js|jsx|mjs|ts|tsx)',
],
addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
Expand Down
9 changes: 9 additions & 0 deletions src/Intro.mdx
@@ -0,0 +1,9 @@
import { Meta } from '@storybook/blocks';

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

# Introduction to the Storybook design system tutorial

The Storybook design system tutorial 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 in the [Storybook tutorials](https://storybook.js.org/tutorials/)

0 comments on commit ace2867

Please sign in to comment.