17 Commits

Author SHA1 Message Date
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
Dean Sallinen 28cf69d141 add support for ssl in dev server (#134) 2023-08-25 09:29:42 -07:00
Dean Sallinen b3fa1f8abe Highlight toc content on scroll (#139)
* sectionize markdown

* add observer

* switch from observer to scroll position

* remove logging
2023-08-25 09:29:41 -07:00
Dean Sallinen c24cec9f6d upgrade dependencies (#80) 2023-07-25 17:02:50 -07:00
Dean Sallinen 4ad42a241d add basic postcss config 2023-07-04 12:46:33 -07:00
Dean Sallinen 3c830c3f6c Add Documentation (#47)
* first pass at custom docs

* comparison to markdoc

* Updated editor configuration files

* add plugins for table of contents

* Changed to default from editor-configs

* reformat world

* Formatting for everything

* More world formatting

* fix 500 error on reload

* finish merge

* add flexible docs sections

* add sort order for documentation sections

* update docs styling

* add article filter

* fix lockfile

* add responsive navigation on mobile

* fix toc column

* fix collapse icon

* center images

* fix element semantics

* add keyboard shortcuts to filter

* add support for breadcrumbs

* documentation styling

* move testing docs

* integrate docs repo

* remove testing docs

* fix table layouts for few columns

* add styling to all docs pages

* modify routing

* enable ssr for documentation

* update docs

* fix formatting for long strings in code blocks

* sticky toc

* render toc server side

* fix bad urls

* temporarily revert to ua defined margins

* fix mobile layout

* update spacing for mobile

* Updated submodule

* add page title to toc

* add seo description and title for doc pages

* add section landing pages

* update layout and spacing

* fix accidental collapse

* source github commits for update log

---------

Co-authored-by: Aaron Cox <aaron@greymass.com>
2023-06-14 10:31:14 -07:00
Dean Sallinen 842209aef0 add persistent theme switcher 2023-05-23 15:38:47 -07:00
Dean Sallinen 99e136ee6a update svelte for container query support 2023-03-31 12:00:40 -07:00
Aaron Cox 4fe541255a Adding package resolution for svelte adapter 2023-02-21 12:00:02 -05:00
Aaron Cox db3dc6ad3f 2.0.1 2023-02-21 11:49:34 -05:00
Aaron Cox 8e60456bf3 testing fix that rolls back cloudflare-adapter 2023-02-21 11:47:51 -05:00
Dean Sallinen d5300aeed4 add slugs to blog posts 2023-01-09 16:38:32 -08:00
Dean Sallinen 508b1abbaa add blog 2023-01-03 19:46:04 -08:00
Dean Sallinen 32a710f344 update download links and color palette component 2022-12-16 15:26:01 -08:00
Dean Sallinen dc6e780614 add brand guidelines 2022-12-13 16:31:08 -08:00
Dean Sallinen afff87f434 add url 2022-11-15 12:10:53 -08:00
Dean Sallinen 3ad3d63164 init 2022-11-15 08:49:08 -08:00