DO NOT MERGE until 2026-06-30: docs(solana): note solana.sablier.com UI deprecation#440
Open
PaulRBerg wants to merge 2 commits into
Open
DO NOT MERGE until 2026-06-30: docs(solana): note solana.sablier.com UI deprecation#440PaulRBerg wants to merge 2 commits into
PaulRBerg wants to merge 2 commits into
Conversation
… shutdown The hosted Solana UI at solana.sablier.com is being retired on 2026-06-30; only the hosted UI goes away (onchain programs, SDKs, and docs remain). Mark the hosted app as deprecated in the Solana docs and add a deprecation admonition above the Solana how-to videos, directing users to the Claim with AI skill or direct program interaction.
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.
Caution
DO NOT MERGE until 2026-06-30. This PR is timed to coincide with the
solana.sablier.comhosted UI shutdown on June 30, 2026. Merging earlier would prematurely tell users the live UI is gone while it is still online.What changed
The hosted Solana UI at
solana.sablier.comis being retired on 2026-06-30. Only the hosted UI goes away — the onchain programs, SDKs, and these docs remain. This PR updates the docs to mark the hosted app as deprecated and points users to alternatives.docs/solana/01-sablier-on-solana.md— rewrote the## Appsection: the hosted app is deprecated and will be removed June 30, 2026; directs users to the Claim with AI skill or direct program interaction.docs/support/03-how-to.mdx— added a:::warningadmonition above the# Solanahow-to videos noting the hosted UI is deprecated (removed June 30, 2026) and linking the Claim with AI skill.docs/solana/{03-deployment-addresses,04-fee,08-governance}.mdand the05-architecture-and-diagrams,06-program-reference,07-client-integration_category_.jsonfiles — bumped eachsidebar_position/positionby one so the sidebar order matches the filename numeric prefixes.Why it matters
Keeps the docs honest about the shutdown without removing protocol/program documentation, which stays live. The sidebar renumbering keeps the Solana section ordering consistent with the page filenames.