-
Notifications
You must be signed in to change notification settings - Fork 63
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
Introduce the Sway-Libs Book #225
Conversation
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 would be great if you could also add the same docs tests used for the other docs repos: https://github.com/FuelLabs/github-actions/blob/master/docs-hub/README.md
It will require you to remove the nested folders, so this is in a format that is compatible with the docs-hub.
CI to check links will fail as the README is self referencing this book which hasn't deployed yet. |
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.
LGTM
Thanks for flatting the nav - it's looking really good! Some of the links are still failing (not the README ones). It looks like mdbook has a mechanism to fix some of them automatically, but technically the getting started page links should be |
Only README links are dead now |
…227) ## Type of change <!--Delete points that do not apply--> - Improvement (refactoring, restructuring repository, cleaning tech debt, ...) ## Notes - After internal discussion it was decided that the term supply is more appropriate than mint for the minting and burning portion of the asset library. - This should be merged after #225 ## Changes The following changes have been made: - The `mint.sw` file has been changed to `supply.sw`, changing the import path from `sway_libs::asset::mint::*` to `sway_libs::asset::supply::*` ## Related Issues <!--Delete everything after the "#" symbol and replace it with a number. No spaces between hash and number--> Closes #222
## Type of change <!--Delete points that do not apply--> - Improvement (refactoring, restructuring repository, cleaning tech debt, ...) ## Changes The following changes have been made: - Updates Sway-Libs to forc v0.53.0 ## Notes - Dependent on #225
Type of change
Changes
The following changes have been made:
Notes
Related Issues
Closes #223