477 Commits

Author SHA1 Message Date
Aaron Cox eda8f2e636 TO-DO App 2024-01-08 11:13:41 -08:00
Dean Sallinen 386294cc81 Plugin page edits (#223)
* fix: update plugin categories

* fix: transact filter

* chore: add remaining plugins

* fix: horizontal overflow

* fix: increase results limit
2023-12-14 08:13:03 -08:00
Dean Sallinen 11a7efc0f9 Plugin pages (#217)
* add a11y label for copy code button

* a11y: add label for logo

* fix: persistent focus on themetoggle

* fix: background pattern

* fix: stats should now show in prod (#162)

* fix: add key to update on filter change (#163)

* Add sort by date to blog posts (#164)

* add blog sort by date feature

* update styles

* custom component controlling hidden select element

* fix padding

* add some padding to blog nav header

* fix selector for visited button links (#173)

* Update Session.md to show where to import WalletPluginPrivateKey from

* Use source path for edit link (#176)

* add contract kit page

* fix: missing text

* swap cta

* add link

* Setting structure for Contract Docs

* chore: added action, contract and contract-kit to contract-kit docs

* chore: added cursor and first docs

* chore: added docs for get, query, first scopes, table and table()

* chore: added docs for all() method

* fix: getting docs build working again

* fix: added missing titles

* fix: fixed broken links

* chore: making contract kit method pages consistent with those of the session kit

* chore: reformatted the Contract and ContractKit docs pages

* chore: reformatted the Table and Cursor docs

* chore: reformatted method options

* Added drafts of remaining documentation

* chore: added example to action method

* fix: fixed the format of broken lists

* chore: added more examples for cursor.next() method docs

* chore: added more examples for first() method

* chore: added more usage examples for query() and scopes() methods

* chore: added an extra example for table() method

* fix: tweaked wording in different docs

* chore: general polishing of contract-kit pages

* chore: added ContractKit home page

enhancement: polished all contract kit pages

* Reworking Contract Kit docs

* Added requiresReview to all contract kit docs

* Broken links

* Basic Antelope landing page.

* fix: unreadable text with no client js (#192)

* feat: change cube layout on home

* feat: change cube layout on kits overview

* fix: blog overflow

* fix: resize and animate tablet logo

* Docs edits (#195)

* Update Time.md

* Update ActionMethod.md

* Update AllMethod.md

* Update SessionKit.md

* Update ContractKit.md

* Update Contract.md

* Update TableMethod.md

* Update Table.md

* Update Checksum.md

* Update FirstMethod.md

* Update Struct.md

* Update ScopesMethod.md

* Update GetMethod.md

* Update QueryMethod.md

* Update PublicKey.md

* Update Authority.md

* Update PermissionLevel.md

* Update Action.md

* Update Authority.md

* Update Serializer.md

* Update Signature.md

* Update Bytes.md

* Update Cursor.md

* Update Transaction.md

* Update Authority.md

* Update Bytes.md

* Update Struct.md

* Update Time.md

* Update Transaction.md

* Account kit docs (#182)

* chore: added AccountKit and Account docs

* chore: added Balance and Undelegate methods docs

* chore: added all missing AccountKit files

* chore: added buyRam, buyRamBytes, delegate and linkAuth docs

* chore: added linkAuth, removePermission, sellRam and unlinkAuth docs

* chore: added Permission class docs

* chore: added setPermission docs

* chore: added all resources related docs

* chore: added AccountKit home page

* enhancement: polished the Account and AccountKit pages

* enhancement: polished the BalanceMethod page

* enhancement: polished the buyRam pages

* enhancement: polished the delegate and linkauth pages

* enhancement: reordered AccountKit pages

* enhancement: polished the permission and permissionMethod pages

* enhancement: polished the removePermission page

* enhancement: polished the Resource page

* chore: polished resource() and Resource pages

* enhancement: polished the resources() page

* enhancement: polished the sellram method page

* enhancement: polished the setPermission method page

* enhancement: polished the undelegate method page

* enhancement: polished the unlinkAuth method page

* enhancement: last pass of polishing

* cleanup: code cleanup

* enhancement: changed wording

cleanup: removed removeMethod page

* cleanup: removing Resource page

* cleanup: more rewording

* cleanup: changed wording and added to description for some action methods

* enhancement: last minute polishing

* chore: updated @wharfkit/resources url

* fix: fixed categories

* Bit more on Antelope landing page

* Adding requiresReview tag

* feat: add plugin list and details pages

* fix: update lockfile

* Account Kit docs edits (#206)

* Update Time.md

* Update ActionMethod.md

* Update AllMethod.md

* Update SessionKit.md

* Update ContractKit.md

* Update Contract.md

* Update TableMethod.md

* Update Table.md

* Update Checksum.md

* Update FirstMethod.md

* Update Struct.md

* Update ScopesMethod.md

* Update GetMethod.md

* Update QueryMethod.md

* Update PublicKey.md

* Update Authority.md

* Update PermissionLevel.md

* Update Action.md

* Update Authority.md

* Update Serializer.md

* Update Signature.md

* Update Bytes.md

* Update Cursor.md

* Update Transaction.md

* Update Authority.md

* Update Bytes.md

* Update Struct.md

* Update Time.md

* Update Transaction.md

* Update BuyRamMethod.md

* Update Antelope.md

* Update RemovePermissionMethod.md

* Update BuyRamBytesMethod.md

* Update UnlinkAuthMethod.md

* Update Permission.md

* Update LinkAuthMethod.md

* Update SellRamMethod.md

* Update Authority.md

* Update AccountKit.md

* Update Serializer.md

* Update Serializer.md

* Update SetPermissionMethod.md

* Update Account.md

* Update DelegateMethod.md

* Update BalanceMethod.md

* Update UndelegateMethod.md

* Update PermissionMethod.md

* Update ResourcesMethod.md

* Fixing some links

* feat: add plugin pages with search

* fix: color for error message

* fix: remove top level await err

* fix: yaml strings

* fix: use import.meta.glob instead of node:fs

* chore: run make format

* chore: require node 18

* chore: update layout

* feat: add body content from readme

* feat: add pluginId for install script

* feat: add syntax highlighting to plugin md

* feat: add copy fn to plugin button

* fix: meta title and description

* fix: update meta

* fix: mobile layout

* fix: build error

---------

Co-authored-by: Captain Crypto <kylanhurt@users.noreply.github.com>
Co-authored-by: Aaron Cox <aaron.cox@greymass.com>
Co-authored-by: Aaron Cox <aaron@greymass.com>
Co-authored-by: dafuga <danielfugere28@gmail.com>
Co-authored-by: mmimac <131405079+mmimac@users.noreply.github.com>
2023-12-13 12:43:43 -08:00
Daniel Fugere 97221f611f Template docs (#208)
* chore: added AccountCreationPlugin page

* chore: added login, transact and wallet plugin docs

* enhancement: polished the template pages

* enhancement: touchups to the templates docs

* chore: added AccontCreationPlugin page

* chore: added Templates/UserInterface page

* fix: fixed broken links

* enhancement: more touchups
2023-11-29 13:39:22 -08:00
Daniel Fugere 149e89bb7f Merge pull request #213 from wharfkit/signing-request-docs
Signing Request docs
2023-11-20 12:01:49 -08:00
dafuga 4447e46d43 enhancement: clarifying that identity requests do not require abis when resolving 2023-11-16 16:58:04 -08:00
Aaron Cox bad170a4cf Merge pull request #216 from wharfkit/signing-request-docs-edits
Start of edits to ESR docs
2023-11-16 16:44:45 -08:00
Aaron Cox 20699e67a1 Clarifying the two purposes to creation 2023-11-16 15:48:50 -08:00
Aaron Cox 77d4f6ed55 Update src/lib/docs/Utilities/SigningRequest.md
Co-authored-by: Daniel Fugere <danielfugere28@gmail.com>
2023-11-16 14:43:33 -08:00
Aaron Cox 926a4e8ad8 word 2023-11-16 14:41:50 -08:00
Aaron Cox b3a963b3bd Few more updates 2023-11-16 14:16:04 -08:00
Aaron Cox fc329e4140 Start of edits to ESR docs 2023-11-15 19:42:01 -08:00
Aaron Cox 196482e37d Re-added current version of ESR docs 2023-11-15 18:01:03 -08:00
Aaron Cox 00f761075d Fixing links 2023-11-14 10:35:13 -08:00
Aaron Cox c6b180675f Adding 1.0 blog post 2023-11-14 10:24:01 -08:00
Dean Sallinen d0dc8e180c chore: add new posts 2023-11-14 10:24:01 -08:00
Dean Sallinen edcc450c03 refactor: getVideoID function 2023-11-14 10:24:01 -08:00
mmimac d4ffd18428 Updated copy on the Account Kit page 2023-11-14 10:24:01 -08:00
mmimac 7c3529c2de Edits for documentation (#214)
* Update Time.md

* Update ActionMethod.md

* Update AllMethod.md

* Update SessionKit.md

* Update ContractKit.md

* Update Contract.md

* Update TableMethod.md

* Update Table.md

* Update Checksum.md

* Update FirstMethod.md

* Update Struct.md

* Update ScopesMethod.md

* Update GetMethod.md

* Update QueryMethod.md

* Update PublicKey.md

* Update Authority.md

* Update PermissionLevel.md

* Update Action.md

* Update Authority.md

* Update Serializer.md

* Update Signature.md

* Update Bytes.md

* Update Cursor.md

* Update Transaction.md

* Update Authority.md

* Update Bytes.md

* Update Struct.md

* Update Time.md

* Update Transaction.md

* Update BuyRamMethod.md

* Update Antelope.md

* Update RemovePermissionMethod.md

* Update BuyRamBytesMethod.md

* Update UnlinkAuthMethod.md

* Update Permission.md

* Update LinkAuthMethod.md

* Update SellRamMethod.md

* Update Authority.md

* Update AccountKit.md

* Update Serializer.md

* Update Serializer.md

* Update SetPermissionMethod.md

* Update Account.md

* Update DelegateMethod.md

* Update BalanceMethod.md

* Update UndelegateMethod.md

* Update PermissionMethod.md

* Update ResourcesMethod.md

* Update GenerateKeys.md

* Update GenerateKeys.md

* Update GenerateKeys.md

* Update CreateAccount.md

* Update Cli.md

* Update Cli.md

* Update CreateAccount.md

* Update GenerateContract.md

* Update ResourceProvider.md

* Update ResourceProvider.md

* Update ResourceProvider.md
2023-11-14 10:24:01 -08:00
Dean Sallinen 2523c83a88 fix: remove coming soon text 2023-11-14 10:24:01 -08:00
Dean Sallinen dabfb19381 feat: add account kit page 2023-11-14 10:24:01 -08:00
Aaron Cox 365d7d2dad Resource Provider Spec (#209)
* WIP

* Second pass

* Final pass
2023-11-14 10:24:01 -08:00
Daniel Fugere 37995692e7 CLI docs (#199)
* chore: added cli docs

* Moved CLI into utilities

* A pass extending CLI docs

* Update src/lib/docs/Utilities/Cli.md

Co-authored-by: Daniel Fugere <danielfugere28@gmail.com>

* Changes based on feedback

* New warning

* Adding review tags

---------

Co-authored-by: Aaron Cox <aaron@greymass.com>
Co-authored-by: Aaron Cox <aaron.cox@greymass.com>
2023-11-14 10:24:01 -08:00
Aaron Cox 14da8218bb Fixing some links 2023-11-14 10:24:01 -08:00
mmimac b7d81e72a7 Account Kit docs edits (#206)
* Update Time.md

* Update ActionMethod.md

* Update AllMethod.md

* Update SessionKit.md

* Update ContractKit.md

* Update Contract.md

* Update TableMethod.md

* Update Table.md

* Update Checksum.md

* Update FirstMethod.md

* Update Struct.md

* Update ScopesMethod.md

* Update GetMethod.md

* Update QueryMethod.md

* Update PublicKey.md

* Update Authority.md

* Update PermissionLevel.md

* Update Action.md

* Update Authority.md

* Update Serializer.md

* Update Signature.md

* Update Bytes.md

* Update Cursor.md

* Update Transaction.md

* Update Authority.md

* Update Bytes.md

* Update Struct.md

* Update Time.md

* Update Transaction.md

* Update BuyRamMethod.md

* Update Antelope.md

* Update RemovePermissionMethod.md

* Update BuyRamBytesMethod.md

* Update UnlinkAuthMethod.md

* Update Permission.md

* Update LinkAuthMethod.md

* Update SellRamMethod.md

* Update Authority.md

* Update AccountKit.md

* Update Serializer.md

* Update Serializer.md

* Update SetPermissionMethod.md

* Update Account.md

* Update DelegateMethod.md

* Update BalanceMethod.md

* Update UndelegateMethod.md

* Update PermissionMethod.md

* Update ResourcesMethod.md
2023-11-14 10:24:01 -08:00
Aaron Cox c9cec1a77b Adding requiresReview tag 2023-11-14 10:24:01 -08:00
Aaron Cox 0fc1eb2ff3 Bit more on Antelope landing page 2023-11-14 10:24:01 -08:00
Daniel Fugere 60e6397e03 Account kit docs (#182)
* chore: added AccountKit and Account docs

* chore: added Balance and Undelegate methods docs

* chore: added all missing AccountKit files

* chore: added buyRam, buyRamBytes, delegate and linkAuth docs

* chore: added linkAuth, removePermission, sellRam and unlinkAuth docs

* chore: added Permission class docs

* chore: added setPermission docs

* chore: added all resources related docs

* chore: added AccountKit home page

* enhancement: polished the Account and AccountKit pages

* enhancement: polished the BalanceMethod page

* enhancement: polished the buyRam pages

* enhancement: polished the delegate and linkauth pages

* enhancement: reordered AccountKit pages

* enhancement: polished the permission and permissionMethod pages

* enhancement: polished the removePermission page

* enhancement: polished the Resource page

* chore: polished resource() and Resource pages

* enhancement: polished the resources() page

* enhancement: polished the sellram method page

* enhancement: polished the setPermission method page

* enhancement: polished the undelegate method page

* enhancement: polished the unlinkAuth method page

* enhancement: last pass of polishing

* cleanup: code cleanup

* enhancement: changed wording

cleanup: removed removeMethod page

* cleanup: removing Resource page

* cleanup: more rewording

* cleanup: changed wording and added to description for some action methods

* enhancement: last minute polishing

* chore: updated @wharfkit/resources url

* fix: fixed categories
2023-11-14 10:24:01 -08:00
Aaron Cox 10b32cebe0 Basic Antelope landing page. 2023-11-14 10:24:01 -08:00
mmimac 531b049141 Docs edits (#195)
* Update Time.md

* Update ActionMethod.md

* Update AllMethod.md

* Update SessionKit.md

* Update ContractKit.md

* Update Contract.md

* Update TableMethod.md

* Update Table.md

* Update Checksum.md

* Update FirstMethod.md

* Update Struct.md

* Update ScopesMethod.md

* Update GetMethod.md

* Update QueryMethod.md

* Update PublicKey.md

* Update Authority.md

* Update PermissionLevel.md

* Update Action.md

* Update Authority.md

* Update Serializer.md

* Update Signature.md

* Update Bytes.md

* Update Cursor.md

* Update Transaction.md

* Update Authority.md

* Update Bytes.md

* Update Struct.md

* Update Time.md

* Update Transaction.md
2023-11-14 10:24:01 -08:00
Dean Sallinen 1121ddadd6 fix: resize and animate tablet logo 2023-11-14 10:24:01 -08:00
Dean Sallinen 975ef3483d fix: blog overflow 2023-11-14 10:24:01 -08:00
Dean Sallinen 2f0b8ce8cd feat: change cube layout on kits overview 2023-11-14 10:24:01 -08:00
Dean Sallinen a111245924 feat: change cube layout on home 2023-11-14 10:24:01 -08:00
Dean Sallinen 5ef64484b0 fix: unreadable text with no client js (#192) 2023-11-14 10:24:01 -08:00
Aaron Cox 20c42e345e Broken links 2023-11-14 10:24:01 -08:00
Aaron Cox dbb60b5a9b Added requiresReview to all contract kit docs 2023-11-14 10:24:01 -08:00
Aaron Cox dc0c57747a Reworking Contract Kit docs 2023-11-14 10:24:01 -08:00
Aaron Cox ad22572418 Added drafts of remaining documentation 2023-11-14 10:24:01 -08:00
dafuga 3903434517 chore: added ContractKit home page
enhancement: polished all contract kit pages
2023-11-14 10:24:01 -08:00
dafuga 632ce48f82 chore: general polishing of contract-kit pages 2023-11-14 10:24:01 -08:00
dafuga dd3437231b fix: tweaked wording in different docs 2023-11-14 10:24:01 -08:00
dafuga 3b44b4ea48 chore: added an extra example for table() method 2023-11-14 10:24:01 -08:00
dafuga e061492dd7 chore: added more usage examples for query() and scopes() methods 2023-11-14 10:24:01 -08:00
dafuga d0ac762b59 chore: added more examples for first() method 2023-11-14 10:24:01 -08:00
dafuga 50f8ccaa9d chore: added more examples for cursor.next() method docs 2023-11-14 10:24:01 -08:00
dafuga 2c4d6c01a0 fix: fixed the format of broken lists 2023-11-14 10:24:01 -08:00
dafuga 1d67e4a251 chore: added example to action method 2023-11-14 10:24:01 -08:00
dafuga df10aaec53 chore: reformatted method options 2023-11-14 10:24:01 -08:00
dafuga 68177b9457 chore: reformatted the Table and Cursor docs 2023-11-14 10:24:01 -08:00