-
Notifications
You must be signed in to change notification settings - Fork 5.2k
docs: Update JS APIs, add Drift #16070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for ethereumorg canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ryangoree! Appreciate the updates here.. for the sake of organization and proper approvals, I'm going to split out the Blockquote
updates into a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Will commit a couple tiny patches here and pull in.
As noted above, reverted the addition of the Blockquote
component just to keep the change requests isolated, and can make sure we grab a quick approval from designers on that one and not hold this up. I'll post that in a separate PR and tag you @ryangoree.. thanks again!
Congrats, your important contribution to this open-source project has earned you a GitPOAP! GitPOAP: 2025 Ethereum.org Contributor: Join the [ethereum.org Discord server](https://ethereum.org/discord) to explore more ways to contribute to the project. Depending on the tasks you complete, you may also unlock additional rewards. Visit [ethereum.org/contributing](https://ethereum.org/contributing) to learn more.Head to gitpoap.io & connect your GitHub account to mint!Keep buidling, keep learning, and let's grow the Ethereum open-source community together 🌱 Learn more about GitPOAPs here. |
@all-contributors please add @ryangoree for maintenance |
I've put up a pull request to add @ryangoree! 🎉 |
Description
This PR updates the libraries listed for JS and adds a component for markdown quotes to give them a default style.
Removes deprecated and/or archived libraries (except Web3.js).
Replaces the old Alchemy Web3 and NFT libraries with the new Alchemy SDK.
Updates Ethers.js link to the one listed on the Repo.
Adds Drift to listed JS APIs.
Adds a(See feat(DS): add Blockquote markdown component #16234)Blockquote
component for quotes/callouts in markdown pages.Before:
After:

Related Issue