Add Orchestra Swidge community module docs
Created by: ihsraham
Summary
- Add docs for the Flashnet-maintained community Swidge module
wdk-protocol-swidge-orchestra@0.2.0. - Place Orchestra under the existing
Swap and BridgeIA, after the Swidge protocol interface page and before the Velora and USDT0 provider pages. - Add overview, usage, configuration, API reference, and guide pages for quotes, execution, persistence, recovery, and error handling.
- Document package-filtered route discovery, link the live Orchestra route matrix as provider-level data, and call out the route filters apps should apply before exposing routes.
- Document client-key status reads with
readToken, and addsourceTokenAddress/sourceTokenIdentifierto the API options reference. - Align
/sdk/swidge-modules,/sdk/all-modules,/sdk/community-modules, static LLM docs, and related module pages with the documented module set. - Remove stale STON.fi TON placeholder references and remove the generic
Swap module reference/Bridge module referencesidebar links from theSwap and Bridgesection.
References
- npm: https://www.npmjs.com/package/wdk-protocol-swidge-orchestra
- Package repository: https://github.com/flashnetxyz/wdk-protocol-swidge-orchestra
- Flashnet docs: https://docs.flashnet.xyz/introduction
- Live route matrix: https://orchestration.flashnet.xyz/v1/orchestration/routes
Validation
git diff --checkgit diff --check upstream/develop...HEADPATH="/opt/homebrew/opt/node@22/bin:$PATH" npm run check:metaPATH="/opt/homebrew/opt/node@22/bin:$PATH" npm run check:redirectsPATH="/opt/homebrew/opt/node@22/bin:$PATH" LINK_CHECK_EXTERNAL=false npm run check:linksPATH="/opt/homebrew/opt/node@22/bin:$PATH" npm run buildcurl -I -L --max-time 20 https://orchestration.flashnet.xyz/v1/orchestration/routes
The local build generated 250 static pages and @vahor/next-broken-links found 0 broken links. The build still prints existing docType warnings on older docs pages outside this PR.