Skip to content

Commit

Permalink
feat(support): sample storybook links
Browse files Browse the repository at this point in the history
  • Loading branch information
teenwolfblitzer committed Feb 24, 2023
1 parent 1a3a221 commit 7b2770e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/sage-react/lib/GettingStarted.story.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Meta } from "@storybook/addon-docs";

<Meta title=" 01 Getting Started" />

# Getting Started
17 changes: 17 additions & 0 deletions packages/sage-react/lib/HelpFeedback.story.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import { Meta } from "@storybook/addon-docs";
import { Link } from './Link';
import { Panel } from './Panel';

<Meta title=" 02 Help & Feedback" />

# Help & Feedback

<Panel className="docs-panel">
<Panel.Header title="How can we help?" />
Questions? Suggestions? Head to our [#sage-support Slack Channel](#) and join the conversation.

<Panel.Divider />

<Panel.Header title="Share your Feedback" />
We care about your experience! Let us know how we can improve by sharing your feedback below.
</Panel>
6 changes: 3 additions & 3 deletions packages/sage-react/lib/Introduction.story.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Meta } from "@storybook/addon-docs";

<Meta title="Introduction" />
<Meta title="--- Welcome to Sage! ---" />

# Sage React Storybook
# Sage Design System
The Sage Design System is our single source of truth, providing everything you need to build great products for our customers. It is the culmination of designers and developers working together to give teams the ability to ship high-quality products faster.

Content coming soon!

0 comments on commit 7b2770e

Please sign in to comment.