docs: testnet how-to + FAQ + register swaps-api/skills pages (#265)#21
Open
0x0603 wants to merge 2 commits into
Open
docs: testnet how-to + FAQ + register swaps-api/skills pages (#265)#210x0603 wants to merge 2 commits into
0x0603 wants to merge 2 commits into
Conversation
Wire the two previously-undocumented packages into the docs site: - sync-sodax-sdks.sh: copy swaps-api README -> packages/foundation/swaps-api.md and skills README -> packages/experience/skills.md (with GitBook frontmatter). - SUMMARY.md: add nav entries (swaps-api under The Foundation, skills under The Experience Layer, per issue #265). - Seed both page files from the current package READMEs so the PR renders a GitBook preview; the next sync run regenerates them idempotently. Depends on sodax-sdks #279 (the expanded swaps-api README) for full content.
Adds a mainnet-only explainer under developers/how-to answering the four testnet questions (is SODAX on testnet / why not / can I integrate) and pointing readers to safe mainnet testing next steps, plus a condensed FAQ entry and the SUMMARY nav link. Also de-hardcodes the stale chain count in FAQ Q1 (drop 20/12/8 numerals, add Hedera).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Covers the entire
sodax-documentside of #265: the testnet answer + registering the two new package pages.Testnet (per @DavidFBD)
/developers/how-to/testnet) answering the four questions (Is SODAX on testnet? / testnet? / why not? / can I integrate?) with retention-focused next steps (test small on mainnet,apps/node, skills). Registered inSUMMARY.md.New package pages
swaps-api/README→packages/foundation/swaps-api.mdandskills/README→packages/experience/skills.md(with GitBook frontmatter).@sodax/swaps-apiunder The Foundation,@sodax/skillsunder The Experience Layer (per the issue).bash sync-sodax-sdks.shregenerates them idempotently.Merge order
faq.md/testnet.mdare independent. The swaps-api page picks up its full content fromsodax-sdks#279 — merge #279 first, then runbash sync-sodax-sdks.shto refreshswaps-api.md.