-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
docs: add mollusk docs #3530
docs: add mollusk docs #3530
Conversation
@buffalojoec is attempting to deploy a commit to the coral-xyz Team on Vercel. A member of the Team first needs to authorize it. |
docs/content/docs/clients/meta.json
Outdated
@@ -1,4 +1,4 @@ | |||
{ | |||
"title": "Client Libraries", | |||
"pages": ["typescript", "rust"] | |||
"pages": ["typescript", "rust", "mollusk"] |
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 it would be better to create a new section called something like "Testing" or "Integrations" and put mollusk
there because "Client Libraries" specifically refers to Anchor clients.
cc @ZYJLiu
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.
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.
Works for me!
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.
Sorry I didn't see @ZYJLiu's comment, but I took a stab at it. Let me know!
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.
Thanks!
This PR adds a section for Mollusk docs, and also links out to it under the Quickstart section where the
--test-template
flag is introduced.