Agoric / documentation

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

Adding my screenshots to right assets folder (for UI Components) #1078

Open otoole-brendan opened 1 month ago

cloudflare-pages[bot] commented 1 month ago

Deploying documentation with  Cloudflare Pages  Cloudflare Pages

Latest commit: 45a9c54
Status:🚫  Build failed.

View logs

gibson042 commented 1 month ago

Please also include fixes https://github.com/Agoric/documentation/pull/1077#discussion_r1593376525 and https://github.com/Agoric/documentation/pull/1077#discussion_r1593376673 , and https://github.com/Agoric/documentation/pull/1077#discussion_r1593376283 if you can (although I think that last one depends upon some other PR).

--- main/guides/UIComponentLibrary/UIComponentsstart.md
+++ main/guides/UIComponentLibrary/UIComponentsstart.md
@@ -43,7 +43,7 @@ Before getting started, there are some resources you might want to keep handy in
 Customizable Parameters
 | Parameter | Type | Description |
 |----------|----------|----------|
-| ClassName   | string   | CSS class name for the underlying <button> element   |
+| ClassName   | string   | CSS class name for the underlying \<button> element   |

 ## Wallet Provisioning

@@ -69,7 +69,7 @@ Customizable Parameters
 |----------|----------|----------|
 | value   | bigint | null   | The current value of the input   |
 | decimalPlace   | number   | The number of decimal places used for displaying the denominated value   |
-| className   | string | undefined   | CSS class name for the underlying <input> element   |
+| className   | string | undefined   | CSS class name for the underlying \<input> element   |
 | onChange   | undefined | (value: bigint) => void   | Callback for handling input changes   |
 | disabled   | boolean | undefined   | Whether or not the input is disabled. Defaults to false.   |
dckc commented 1 month ago

Also, rename UIComponentsstart.md to index.md

Be sure to familiarize yourself with contributing guidelines. In particular, the section on README / index files.