ronny-mysten
ronny-mysten
> I moved the above update to the integrations page following your split. Jeez, I forgot about this PR @mskd12 . Sorry, I shoulda warned you.
A redirect will be added to point https://mystenlabs.github.io/sui to https://mystenlabs.github.io/sui/crates. This will keep https://mystenlabs.github.io/sui links from breaking. This approach is necessary to not completely wipe out the gh-pages branch with...
Thanks for creating, @amnn . This helped me understand policies and should help a lot of others do the same. Carry on!
Thanks for submitting @healthydeve. I have some of these about to be submitted in a separate PR. I'll add here instead so as not to introduce more conflicts.
> Thanks for the review. I'll put up a separate PR to address these because this PR is now a stack, being prepared to land as-is. Oops. Apologies. I'll start...
The CI failed on this PR but the issue was addressed.
Thew CI failed on this but the issue was addressed.
Thanks @emmanuel-ferdman !
> @ronny-mysten @tedks, we can't use `Move.toml` files from examples folder, because they're also used in our CIs (and there don't support implicit deps yet). So I inlined `.toml` temporarily...
Thanks @marsian83 ! When making these changes, you also need to build the documentation by running `UPDATE=1 cargo nextest run build_system_packages` in the sui/packages/sui-framework directory. I'd do it for you...