-
Notifications
You must be signed in to change notification settings - Fork 730
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #713 from hshoff/chris--docgen-mockdata
docs(vx-mock-data): update to docgen
- Loading branch information
Showing
4 changed files
with
185 additions
and
229 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import React from 'react'; | ||
import MockDataReadme from '!!raw-loader!../../../../vx-mock-data/Readme.md'; | ||
import DocPage from '../../components/DocPage'; | ||
|
||
export default () => <DocPage readme={MockDataReadme} vxPackage="mock-data" />; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.