-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat(docs): Add abilities from the Move book #3629
Conversation
Signed-off-by: salaheldinsoliman <[email protected]>
d078e0f
to
67c08d6
Compare
✅ 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.
Great addition :)
docs/content/developer/iota-101/move-overview/structs-and-abilities/struct.mdx
Outdated
Show resolved
Hide resolved
docs/content/developer/iota-101/move-overview/structs-and-abilities/struct.mdx
Outdated
Show resolved
Hide resolved
docs/content/developer/iota-101/move-overview/structs-and-abilities/abilities-intro.mdx
Outdated
Show resolved
Hide resolved
docs/content/developer/iota-101/move-overview/structs-and-abilities/copy.mdx
Outdated
Show resolved
Hide resolved
docs/content/developer/iota-101/move-overview/structs-and-abilities/copy.mdx
Outdated
Show resolved
Hide resolved
docs/content/developer/iota-101/move-overview/structs-and-abilities/store.mdx
Outdated
Show resolved
Hide resolved
docs/content/developer/iota-101/move-overview/structs-and-abilities/store.mdx
Outdated
Show resolved
Hide resolved
docs/content/developer/iota-101/move-overview/structs-and-abilities/store.mdx
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,84 @@ | |||
# Visibility Modifiers |
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.
This article overlaps with https://docs.iota.org/developer/iota-101/move-overview/entry-functions. WDYT about merging them?
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.
The one added gives an overview of visibility modifiers, while https://docs.iota.org/developer/iota-101/move-overview/entry-functions explains when and why to use entry
, public
and public entry
I think we should keep them separate, while mentioning entry-functions.mdx
in the newly added overview
Does that make sense?
Co-authored-by: Lucas Tortora <[email protected]>
✅ Vercel Preview Deployment is ready! |
Signed-off-by: salaheldinsoliman <[email protected]>
✅ Vercel Preview Deployment is ready! |
docs/content/developer/iota-101/move-overview/structs-and-abilities/copy.mdx
Outdated
Show resolved
Hide resolved
docs/content/developer/iota-101/move-overview/structs-and-abilities/abilities-intro.mdx
Show resolved
Hide resolved
Signed-off-by: salaheldinsoliman <[email protected]>
Co-authored-by: vivekjain23 <[email protected]>
Signed-off-by: salaheldinsoliman <[email protected]>
…dger/iota into devx/add-MoveBook-to-docs
Signed-off-by: salaheldinsoliman <[email protected]>
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.
Please add Title
and Description
to other pages as well, the rest looks good to me. Good Work 👍
docs/content/developer/iota-101/move-overview/structs-and-abilities/abilities-intro.mdx
Outdated
Show resolved
Hide resolved
docs/content/developer/iota-101/move-overview/structs-and-abilities/abilities-intro.mdx
Outdated
Show resolved
Hide resolved
docs/content/developer/iota-101/move-overview/structs-and-abilities/abilities-intro.mdx
Outdated
Show resolved
Hide resolved
docs/content/developer/iota-101/move-overview/structs-and-abilities/abilities-intro.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Lucas Tortora <[email protected]>
Signed-off-by: salaheldinsoliman <[email protected]>
✅ Vercel Preview Deployment is ready! |
Description of change
Add docs about structs and abilities from the move book, and link it to our docs
Links to any relevant issues
Related to #3744
Type of change
Choose a type of change, and delete any options that are not relevant.
How the change has been tested
Docs built locally
Make sure to provide instructions for the maintainer as well as any relevant configurations.
Change checklist
Tick the boxes that are relevant to your changes, and delete any items that are not.