Update Solana docs for open beta - #271
Merged
Merged
Conversation
The Solana Swap API is now in open beta, so the announcement banner no longer needs to point at the priority-access application form -- that form no longer exists. Point the banner CTA at dashboard signup instead, and add an open-beta callout to each Solana Swap API page. Also fixes the introduction page, which described the API as generally available.
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.
Summary
The Solana Swap API is now in open beta, so the docs no longer need to gate it behind priority access. This updates the announcement banner and adds a beta callout to every Solana Swap API page.
Changes
Announcement banner (
fern/docs.yml) — was "Solana API is available via priority access. Apply now" linking to0x.org/products/solana. Now:The old CTA pointed at an application form that no longer exists, so the link now goes to self-serve dashboard signup. This was the only reference to
products/solanaanywhere in the repo.Open-beta callout — added below the frontmatter on all 7 Solana Swap API pages (
introduction,guides/get-started,guides/important-integration-notes,guides/integrator-byte-costs,guides/monetize-your-app,reference/evm-to-solana,reference/troubleshooting):Introduction page — the Access & Authentication section described the API as "generally available," which contradicted beta status. Now reads "is in open beta and available to everyone."
Notes
<Note>with notitleprop, matching existing usage across the docs (49<Tip>, 35<Note>, none with titles).cross-chain-api/guides/cross-chain-swaps-from-solana.mdxwas deliberately left alone. It matches "solana" by filename but documents the Cross-Chain API, which is still in private beta — a Solana open-beta callout there would state the wrong status for that product.Testing
fern/docs.ymlwas verified to still parse as valid YAML. The Fern build was not run locally, so please confirm the<Note>renders as expected on the preview deploy.