Skip to content

Release develop docs updates to main

Viet Tan Tran requested to merge develop into main

Created by: ihsraham

Summary

Promote the current develop docs updates to main.

Branch context:

  • develop head: 8b7ad75
  • main head: 2d1e38d
  • develop has 34 commits going to main in this promotion.
  • main has one merge commit not present on develop: the previous release PR merge commit from #189.

Deliverables going to main

  • July release documentation from #193

    • Adds release documentation for the July 07, July 04, and July 03 WDK package updates, plus the existing July 01 entries.
    • Updates EVM wallet docs for signer-backed accounts, private-key accounts, contract creation transactions, and ERC-7702 authorization/delegation helpers.
    • Updates TRON wallet docs for arbitrary transaction support, including native TRX transfers, smart-contract call descriptors, and pre-built TronWeb transactions.
    • Updates Bitfinex pricing docs for direct Bitfinex quote behavior after removal of the USD-pivot fallback.
    • Keeps Worklet Bundler usage docs on the prior workflow while documenting the v1.0.0-beta.4 artifact caveat in the changelog.
  • Solana gasless wallet documentation from #174 and IA alignment from #200

    • Adds the published @tetherto/wdk-wallet-solana-gasless@1.0.0-beta.1 documentation set.
    • Covers overview, setup, configuration, account management, balances, send/sign flows, SPL transfers, message verification, transaction receipts, errors, and API reference.
    • Wires the module into wallet navigation, module indexes, flat URL redirects, redirect validation, and API-reference navigation.
    • Groups Solana wallet modules under one Solana sidebar parent, adds Standard Solana / Gasless Solana labels, and adds gasless Solana to the wallet chooser.
  • Rhino.fi Swidge release documentation from #198

    • Adds documentation for @rhino.fi/wdk-protocol-swidge-rhinofi@1.0.0-beta.2.
    • Documents installation, configuration, usage, API surface, supported route discovery, status tracking, fee controls, and SDK module listings.
    • Places Rhino.fi under Swap and Bridge, links Rhino.fi Console for API-key setup, and links Rhino.fi Supported Chains near route-support guidance.
    • Refreshes /llms.txt and /llms-full.txt so the new Rhino.fi pages are included.
  • Orchestra Swidge community module documentation from #188

    • Adds documentation for the Flashnet-maintained wdk-protocol-swidge-orchestra@0.2.0 community Swidge module.
    • Adds overview, usage, configuration, API reference, and guides for quotes, execution, persistence, recovery, and error handling.
    • Documents package-filtered route discovery, the live Orchestra route matrix, client-key status reads with readToken, and the sourceTokenAddress / sourceTokenIdentifier options.
    • Places Orchestra under Swap and Bridge, aligns Swidge/module catalog pages, removes stale STON.fi TON placeholder references, and removes the generic Swap module reference / Bridge module reference sidebar links.
  • Raw Markdown docs page support from #194

    • Generates static per-page .md files for every exported docs page during the build.
    • Points the page action button at the current page Markdown URL while keeping /llms-full.txt available.
    • Adds checks for unsafe manifest paths, leaked manifests, HTML/404 bodies, missing Markdown pages, and served-route regressions.

Validation

The merged source PRs ran the repo docs validation checks, including metadata checks, redirects, internal link checks, production build, npm run quality, rendered-link crawling, or targeted route smoke tests where applicable. This release PR is running the repository Docs Quality Gates for the final develop -> main promotion.

Merge request reports