forked from MetaMask/metamask-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Openrpc sidebar support two (MetaMask#811)
* Implement loadContent * Added content loading for markdown * Switch to using api-specs document * Add instructions for watching api-specs changes * Added docusaurus-openrpc plugin from npm * remove garbage markdown * remove more garbage generated md * lint fix * update yarn lock * Update docusaurus-openrpc plugin version * bump docusaurus-openrpc * add navbar link to playground * lint fix * Removed Playground from navbar until we are ready to expose it to developers (MetaMask#737) * wip * Fixed deps * Fixed deps * Fixed yarn lock issue * Fixed up yarn lock * bump docusaurus-openrpc * bump plugin * Changed version of `@metamask/docusaurus-openrpc` * Bumped @metamask/docusaurus-openrpc * Changed links to new playground and bump plugin * Remove dead link and incorrect recomendation * Added OpenRPC docusuarus sidebar support * Changed enhanced plugin to be in @metamask/docusaurus-openrpc * Changed docusaurus config to use docusaurus-openrpc preset * Fixed openrpcDocument url * Fixed docusaurus-openrpc version * Fixed docusaurus versions to be all using 2.4.1 * Fixed duplicate key in config * Remove api playground from snaps docs * Update docusaurus-openrpc to latest 2.0.0 * Fix linting issue * Added newline at end of CONTRIBUTING.md * Remove extra line CONTRIBUTING.md * Fixed openrpcDocument link * Added docusaurus-openrpc 0.2.1 * Fixed links to old api-playground * Fixed broken link --------- Co-authored-by: Shane Jonas <[email protected]>
- Loading branch information
1 parent
d04703a
commit ed80d74
Showing
16 changed files
with
5,146 additions
and
2,338 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 |
---|---|---|
|
@@ -110,3 +110,8 @@ img { | |
padding: 10px; | ||
text-align: center; | ||
} | ||
|
||
/* Reset SVG to be inline by default */ | ||
svg { | ||
display: inline; | ||
} |
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
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
Oops, something went wrong.