Skip to content

docs: fix for platinum sponsors#10659

Merged
jasonsaayman merged 2 commits intov1.xfrom
fix/docs-issue-with-sponsors
Apr 6, 2026
Merged

docs: fix for platinum sponsors#10659
jasonsaayman merged 2 commits intov1.xfrom
fix/docs-issue-with-sponsors

Conversation

@jasonsaayman
Copy link
Copy Markdown
Member

@jasonsaayman jasonsaayman commented Apr 6, 2026

Summary by cubic

Adds a Platinum sponsor tier to the docs, shows it first, and makes the sponsor script handle new tiers safely. Also refreshes sponsor data and adds a Platinum badge.

Description

  • Added platinum tier to docs/data/sponsors.json; added a new platinum sponsor, new silver sponsors, and marked some sponsors inactive.
  • Updated docs/index.md to show active platinum, gold, then silver; added .tagSponsorPlatinum style in docs/index.md and docs/pages/misc/sponsors.md.
  • Updated docs/pages/misc/sponsors.md to include the platinum tier at the top.
  • Made docs/scripts/process-sponsors.js initialize missing tier arrays so unknown tiers (e.g., platinum) are appended correctly.
  • Reasoning: Platinum sponsors were not rendered and new tiers could be dropped by the script; this fixes display, ordering, and data ingestion.

Testing

  • No automated tests added.
  • Manual checks:
    • Build docs and confirm platinum sponsors render before gold/silver with the new badge.
    • Confirm the homepage shows only active sponsors.
    • Run docs/scripts/process-sponsors.js and verify it adds sponsors for new tiers without errors.

Written for commit e473feb. Summary will update on new commits.

@jasonsaayman jasonsaayman self-assigned this Apr 6, 2026
@jasonsaayman jasonsaayman added priority::medium A medium priority commit::docs The PR is related to docs labels Apr 6, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 4 files

Confidence score: 4/5

  • This PR is likely safe to merge with minimal risk, but there is a clear content regression in docs/data/sponsors.json (severity 4/10, high confidence 8/10).
  • The duplicate buzzvoice.com sponsor block will cause the sponsor to render twice, creating a visible docs/UI inconsistency for users.
  • Pay close attention to docs/data/sponsors.json - remove the duplicated sponsor entry to avoid double rendering.
Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="docs/data/sponsors.json">

<violation number="1" location="docs/data/sponsors.json:1718">
P2: This adds a duplicate sponsor entry for buzzvoice.com, which will render the sponsor twice. Remove the duplicated block.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment thread docs/data/sponsors.json
@jasonsaayman jasonsaayman merged commit 8023035 into v1.x Apr 6, 2026
45 of 48 checks passed
@jasonsaayman jasonsaayman deleted the fix/docs-issue-with-sponsors branch April 6, 2026 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

commit::docs The PR is related to docs priority::medium A medium priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant