-
Notifications
You must be signed in to change notification settings - Fork 17
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: Proofread Standards docs #1668
docs: Proofread Standards docs #1668
Conversation
…tandards-docs-updates
…tandards-docs-updates
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
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.
It's a nit, but let's put the Overview
page on the header of Standards
. like we did it here 4681b24
Okay, I think I did what you wanted, but not 100% sure I understood correctly 😅 |
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.
@PhilippGackstatter well done! Just left several minor comments.
✅ Vercel Preview Deployment is ready! |
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.
Suggested a better way to autogenerate index pages.
This is also the reason why we need description frontmatter everywhere, because then it gets added to the cards in the index page
Co-authored-by: Dr-Electron <[email protected]>
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
* fix(docs): Typos in Standards section * fix(docs): Fix typos and broken links in coin docs * fix(docs): Typos in CoinManager doc * feat(docs): Add missing PTBs to kiosk docs * fix(docs): Typos in kiosk apps * fix(docs): Fix typos and consistency * fix(docs): Convert tabs to spaces * fix(docs): Typos in wallet standard * fix(docs): JavaScript examples * fix(docs): Make Move examples syntactically correct * fix(docs): Put overview on Standards header * fix(docs): update link to Standards in developer documentation * Update docs/content/sidebars/developer.js Co-authored-by: Dr-Electron <[email protected]> * fix(docs): Auto generate standards overview * fix(docs): More move warning fixes * fix(docs): Use `programmable_move_call` instead of command --------- Co-authored-by: Thibault Martinez <[email protected]> Co-authored-by: Dr-Electron <[email protected]>
Description of change
Proofread Standards section in the docs.
@iota/wallet-standard
is a package that will be published, so the Wallet Standard page should be correct as-is once the wiki goes public.struct
definition examples in Move were madepublic
since structs must always be public and the examples should be syntactically correct. Unnecessary imports were also removed and some occurrences were rewritten to method-style syntax.Links to any relevant issues
fixes #1293