-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Initial Multichain API docs #1621
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
For MetaMask, I do not believe we need to document the scenario where |
# Conflicts: # docusaurus.config.js # wallet-sidebar.js
…nto 1566-multichain # Conflicts: # docusaurus.config.js # wallet-sidebar.js
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.
Added some initial feedback.
# About the Multichain API | ||
|
||
:::tip Experimental | ||
The Multichain API is an experimental feature. |
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.
Should we say "early access feature" instead? Experimental probably won't give the user as much confidence to use the feature. @vandan, do you have a preference?
@@ -177,6 +182,11 @@ const sidebar = { | |||
label: "About the Wallet API", | |||
id: "concepts/wallet-api" | |||
}, | |||
{ | |||
type: "doc", | |||
label: "About the Multichain API", |
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.
Perhaps just "Multichain API"?
Same for the Wallet API above.
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.
I think using "About the <X> API" helps immediately differentiate the explainer page from the API reference. I could see it being confusing for users/search engines/llms if both pages have the same title?
Description
Initial Multichain API docs.
Issue(s) fixed
Fixes #1566
Preview
(Links updated May 1)
Checklist
Complete this checklist before merging your PR: