Skip to content

Commit

Permalink
docs(Welcome): update welcome page docs tab (#8095)
Browse files Browse the repository at this point in the history
* docs(Welcome): update welcome page docs tab

* fix(type): update typestyles
  • Loading branch information
tw15egan committed Mar 15, 2021
1 parent 977fdaa commit c8c5865
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/react/.storybook/Welcome/Welcome.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Welcome

- [Carbon Website](https://www.carbondesignsystem.com/)
- [IBM Design Language](https://www.ibm.com/design/language/)

## Other Frameworks

- [Carbon Angular](https://angular.carbondesignsystem.com)
- [Carbon Vue](http://vue.carbondesignsystem.com)

## Feedback

Help us improve the documentation by providing feedback, asking questions on
Slack, or updating the mdx files file on
[GitHub](https://github.com/carbon-design-system/carbon/tree/main/packages/react/src/components).
6 changes: 6 additions & 0 deletions packages/react/.storybook/Welcome/Welcome.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@

import React from 'react';
import { Welcome as Intro } from './Welcome';
import mdx from './Welcome.mdx';

export default {
title: ' Getting Started/ Welcome',
component: Intro,
parameters: {
docs: {
page: mdx,
},
},
};

export const Welcome = () => <Intro />;

0 comments on commit c8c5865

Please sign in to comment.