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: 52f9fb1
  • main head: 8b3227e
  • develop is 24 commits ahead of main and 0 commits behind main.
  • #187 is merged, so develop now includes the latest main commits before this promotion.

Deliverables going to main

  • CoinGecko pricing module docs from #181

    • Adds the @tetherto/wdk-pricing-coingecko-http documentation set.
    • Wires CoinGecko into pricing navigation, all modules, redirects, Price Rates docs, and changelog coverage.
  • Purpose-driven docs IA and wallet chooser from #183

    • Reorganizes the docs tree around builder intent while preserving existing reference URLs.
    • Adds Which wallet module do I need? and the wallet module chooser component.
    • Keeps package reference pages available while improving navigation across wallets, swap/bridge, lending, fiat, AI, React Native, UI kits, tools, contributors, and resources.
    • Adds community RGB and Cosmos wallet module reference pages and catalog entries.
    • Clarifies failover provider docs and EVM fee-cap wording.
  • Browser-relative link validation fix from #185

    • Updates the link checker to match browser resolution for exported trailing-slash routes.
    • Converts affected docs links to root-relative routes across AI, MCP Toolkit, Fiat, Lending, Indexer API, UI Kit, and related docs pages.
  • Seed lifecycle guidance from #186

    • Documents how WDK handles app-provided seed material and what dispose() clears.
    • Adds guidance under Core SDK memory management, Concepts, Core SDK API reference, and seed setup entrypoints.
    • Improves discoverability with direct Core SDK overview and usage cards.
  • Main-to-develop sync and Arkade wallet module readiness from #187

    • Brings the current main commits into develop before this release promotion.
    • Marks the published Arkade community wallet module as ready in the wallet module overview.
    • Links Arkade to the published @arkade-os/wdk package source and README.
  • Release and catalog updates included in the merged develop work

    • Adds June release coverage for WDK core, wallet, Solana, Spark, TRON gas-free, WDK Utils, Bitcoin, EVM, TON, TRON, and latest Spark package updates.
    • Updates all-modules and community-module catalogs for newly documented modules.
    • Keeps generated public/api/ search output ignored so local search-index generation does not dirty the tree.

Validation

The merged source PRs ran the repo docs validation checks, including metadata checks, redirects, internal link checks, production build, and rendered-link crawling where applicable. This release PR is running the repository Docs Quality Gates and CodeQL checks for the final develop -> main promotion.

Merge request reports