Skip to content

Commit

Permalink
Merge pull request #2450 from bestguy/addDocsGitHubLinks
Browse files Browse the repository at this point in the history
docs: add GitHub links to storybook
  • Loading branch information
davidacevedo committed Mar 4, 2022
2 parents 37a63c6 + c2b8588 commit 5cfcd8d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/manager.cjs
Expand Up @@ -5,7 +5,7 @@ import { create } from '@storybook/theming';
const theme = create({
base: 'light',
brandTitle: 'Reactstrap',
brandUrl: '/',
brandUrl: 'https://github.com/reactstrap/reactstrap',
brandImage: 'logo.svg',
});

Expand Down
2 changes: 1 addition & 1 deletion .storybook/preview.cjs
Expand Up @@ -8,7 +8,7 @@ export const parameters = {
},
options: {
storySort: {
order: ['Home', '*']
order: ['Home', ['Installation', 'GitHub', 'Upgrading', 'Themes'], '*']
}
},
viewMode: 'docs',
Expand Down
9 changes: 9 additions & 0 deletions stories/GitHub.stories.mdx
@@ -0,0 +1,9 @@
import { Meta } from '@storybook/addon-docs';
import { Button } from 'reactstrap';

<Meta title="Home/GitHub" />

### Reactstrap is hosted on GitHub:
[https://github.com/reactstrap/reactstrap](https://github.com/reactstrap/reactstrap)

For support, please create [an issue](https://github.com/reactstrap/reactstrap/issues).

0 comments on commit 5cfcd8d

Please sign in to comment.