Skip to content

Commit

Permalink
docs: add links to storybook (#1060)
Browse files Browse the repository at this point in the history
Today, storybook is the best way to see what remirror can do. This commit adds links to storybook on the homepage, so that users can find it.
  • Loading branch information
ronnyroeller committed Aug 16, 2021
1 parent 2b63a6f commit 163533d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -13,7 +13,7 @@
<a href="#motivation"><strong>Motivation</strong></a> ·
<a href="#status"><strong>Status</strong></a> ·
<a href="https://remirror.io/docs"><strong>Documentation</strong></a> ·
<a href="https://remirror.io/playground"><strong>Playground</strong></a> ·
<a href="https://remirror.vercel.app"><strong>Storybook</strong></a> ·
<a href="https://remirror.io/docs/contributing"><strong>Contributing</strong></a>
</p>

Expand Down
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Expand Up @@ -68,6 +68,7 @@ module.exports = {
label: 'Installation',
to: 'docs/installation',
},
{ label: 'Storybook', href: 'https://remirror.vercel.app' },
],
},
{
Expand Down
3 changes: 3 additions & 0 deletions website/src/pages/index.tsx
Expand Up @@ -102,6 +102,9 @@ const Home = () => {
<Link className={cx(styles.getStarted)} to={useBaseUrl('docs')}>
Documentation
</Link>
<Link className={cx(styles.getStarted)} href='https://remirror.vercel.app'>
Storybook <ExternalIcon />
</Link>
<Link className={cx(styles.getStarted)} href='https://github.com/remirror/remirror'>
GitHub <ExternalIcon />
</Link>
Expand Down

1 comment on commit 163533d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://remirror.io as production
🚀 Deployed on https://611aa4ef58b58400bac0e62d--remirror.netlify.app

Please sign in to comment.