-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove non-functional Renovate badge * Leverage markdown files in docs * Update sidebar order
- Loading branch information
1 parent
8c5b748
commit 8fedd41
Showing
6 changed files
with
34 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import { Meta, Description } from '@storybook/addon-docs/blocks'; | ||
import changelog from '../../CHANGELOG.md'; | ||
|
||
<Meta title="Changelog" /> | ||
|
||
<Description>{changelog}</Description> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import { Meta, Description } from '@storybook/addon-docs/blocks'; | ||
import contributing from '../../CONTRIBUTING.md'; | ||
|
||
<Meta title="Contributing" /> | ||
|
||
<Description>{contributing}</Description> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { Meta, Description } from '@storybook/addon-docs/blocks'; | ||
import readme from '../../README.md'; | ||
|
||
<Meta title="Introduction" /> | ||
|
||
<Description> | ||
{readme | ||
.replace( | ||
'[View Netlify Preview →](https://v-next--cloudfour-patterns.netlify.com/)', | ||
'[View GitHub Repository →](https://github.com/cloudfour/cloudfour.com-patterns)' | ||
) | ||
// Weird link path due to this issue: | ||
// https://github.com/storybookjs/storybook/issues/9005 | ||
.replace( | ||
/\[(.+)]\(CONTRIBUTING\.md\)/g, | ||
'<a href="../?path=/story/contributing--page">$1</a>' | ||
)} | ||
</Description> |
This file was deleted.
Oops, something went wrong.