Agoric / documentation

User documentation
https://agoric.com/documentation/
Apache License 2.0
14 stars 38 forks source link

UI tutorial #1072

Closed samsiegart closed 1 month ago

samsiegart commented 2 months ago

fixes https://github.com/Agoric/documentation/issues/922

Link to tutorial page: https://ui-tutorial.documentation-7tp.pages.dev/guides/ui-tutorial/#ui-tutorial

Reference repo https://github.com/agoric-labs/ui-tutorial

In general I need to add some reference images, better linking to other docs and repos, and better layout/indexing of pages (in addition to prose and other content from code review/feedback)

cloudflare-pages[bot] commented 2 months ago

Deploying documentation with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7f1c68f
Status: ✅  Deploy successful!
Preview URL: https://5bdf4897.documentation-7tp.pages.dev
Branch Preview URL: https://ui-tutorial.documentation-7tp.pages.dev

View logs

github-actions[bot] commented 2 months ago

Cloudflare deployment logs are available here

otoole-brendan commented 2 months ago

This is awesome @samsiegart! I might have missed it but I didn't see it reference the current 'Building Client Dapps' (https://docs.agoric.com/guides/getting-started/contract-rpc.html) page. Should it?

samsiegart commented 1 month ago

This is awesome @samsiegart! I might have missed it but I didn't see it reference the current 'Building Client Dapps' (https://docs.agoric.com/guides/getting-started/contract-rpc.html) page. Should it?

Yea thanks for calling out, just added links in a few places where the context was appropriate

samsiegart commented 1 month ago

@Jovonni I just made some changes as you suggested and added the tutorial pages to the nav bar, mind taking one more look before I merge?

Also, I realized the AgoricProvider API has changed since https://github.com/Agoric/ui-kit/pull/109. I'll go back and update it here and in the example repo since it's kinda a pain to update all the branches in the example, and this tutorial specifies an older version of @agoric/react-components so it should still work.