-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(storybook): move intro pages back to MDX
- Loading branch information
Showing
8 changed files
with
33 additions
and
65 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
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,19 @@ | ||
import { Markdown, Meta } from '@storybook/blocks'; | ||
|
||
import Intro from '../README.md?raw'; | ||
import PHAROS_TITLE from '@config/pharosTitle'; | ||
|
||
<Meta title="Intro" /> | ||
|
||
export const Title = () => PHAROS_TITLE; | ||
|
||
# <Title /> Web Components | ||
|
||
<Markdown>{Intro}</Markdown> | ||
|
||
## Work with us at ITHAKA | ||
|
||
JSTOR is part of ITHAKA, a not-for-profit dedicated to expanding access to knowledge and education worldwide. Our staff makes us who we are. We’re hiring — join us! | ||
|
||
- [See career opportunities](https://www.ithaka.org/careers/) | ||
- [Learn more about ITHAKA](https://www.ithaka.org/) |
This file was deleted.
Oops, something went wrong.
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,7 @@ | ||
import { Markdown, Meta } from '@storybook/blocks'; | ||
|
||
import Changelog from '../CHANGELOG.md?raw'; | ||
|
||
<Meta title="Changelog" /> | ||
|
||
<Markdown>{Changelog}</Markdown> |
This file was deleted.
Oops, something went wrong.