-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Additional documentation for the Sway book. #478
Conversation
looking good. If I get a chance I'll add more on the Address type which is now implemented, as well as the Contract ID type |
@sezna commentary, I'd like to see the following:
In general, this is okay, but I'm still pretty underwhelmed, the Zinc docs are a good example to strive for. |
* Update Address and ContractID types * Rename colored coins * Cleanup markdown * Move Address and ContractId types to new book section * Update SUMMARY.md * Remove colored-coins * Fixup
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 overall.
Co-authored-by: John Adler <adlerjohn@users.noreply.github.com>
Co-authored-by: John Adler <adlerjohn@users.noreply.github.com>
* fmt * New language server. * Add basics page index. * Index updates. * Update index. * Update readme. * Update install docs. * Clean up Forc project intro. * Skeleton for why sway.
As the title says, writing more documentation for the Sway book. I've been using The Rust Book as a template for structure and tone.