consolidate solana-official + solana-labs into 'solana' provider - #1299
Merged
Conversation
Both slugs pointed at api.mainnet-beta.solana.com and rendered as Solana Labs branding: - solana-official (rpc-capabilities) - solana-labs (ws-head-latency) Neither was a distinct product from the Solana chain brand. Two /products/* pages (solana-official, solana-labs) duplicated content that logically lives on /chains/solana. Consolidation: - Harness config: rename Prom provider label to 'solana' on both harnesses - Spec YAMLs (solana-rpc, ws-head-latency-solana): rename provider slug and all query labels to 'solana' - Registry: delete solana-official entry (redundant with existing 'solana' entry) - PRODUCT_ALIASES: solana-official -> solana + solana-labs -> solana so legacy inbound URLs resolve to canonical - Logo manifest: alias solana-labs to solana (solana-official already aliased) Post-deploy: /products/solana-official and /products/solana-labs will 308-redirect to /products/solana which 308-redirects to /chains/solana (consistent with the arbitrum/base/optimism-official pattern already in place). No 404s on old inbound links.
Flotapponnier
added a commit
that referenced
this pull request
Jul 18, 2026
…) (#1302) Both slugs pointed at api.mainnet-beta.solana.com and rendered as Solana Labs branding: - solana-official (rpc-capabilities) - solana-labs (ws-head-latency) Neither was a distinct product from the Solana chain brand. Two /products/* pages (solana-official, solana-labs) duplicated content that logically lives on /chains/solana. Consolidation: - Harness config: rename Prom provider label to 'solana' on both harnesses - Spec YAMLs (solana-rpc, ws-head-latency-solana): rename provider slug and all query labels to 'solana' - Registry: delete solana-official entry (redundant with existing 'solana' entry) - PRODUCT_ALIASES: solana-official -> solana + solana-labs -> solana so legacy inbound URLs resolve to canonical - Logo manifest: alias solana-labs to solana (solana-official already aliased) Post-deploy: /products/solana-official and /products/solana-labs will 308-redirect to /products/solana which 308-redirects to /chains/solana (consistent with the arbitrum/base/optimism-official pattern already in place). No 404s on old inbound links. Co-authored-by: Florent Tapponnier <contact@mobula.io>
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.
Both slugs pointed at
api.mainnet-beta.solana.comand rendered as Solana Labs branding:solana-official(rpc-capabilities harness)solana-labs(ws-head-latency harness)Neither is a distinct product from the Solana chain brand. Two
/products/*pages duplicated content that logically lives on/chains/solana.Changes
providerlabel tosolanaon both harnessessolana-rpc,ws-head-latency-solana): rename provider slug + all query labels tosolanasolana-officialentryPRODUCT_ALIASES:solana-official → solana,solana-labs → solanaso legacy URLs resolvesolana-labs → solanaPost-deploy
/products/solana-officialand/products/solana-labs→ 308 →/products/solana→ 308 →/chains/solanaVerified: pnpm typecheck ✅, pnpm validate ✅ (75 specs), go build clean on both harnesses.