Skip to content

feat: add france nuage sponsor - #10

Merged
LeadcodeDev merged 1 commit into
mainfrom
docs/france-nuage-sponsor
Aug 12, 2026
Merged

feat: add france nuage sponsor#10
LeadcodeDev merged 1 commit into
mainfrom
docs/france-nuage-sponsor

Conversation

@LeadcodeDev

@LeadcodeDev LeadcodeDev commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds France Nuage to the shared sponsor list, so it appears on the website sponsors section, the docs sidebar, and the blog sidebar.

Companion to ferriskey/ferriskey#1219, which adds the same logo to the main README.

Sponsor, not supporter — and why that matters

packages/ui/src/lib/sponsors.ts holds two distinct lists, and the choice is not cosmetic: apps/docs/src/components/toc.tsx:133 renders <SponsorCards sponsors={defaultSponsors} /> only. An entry added to defaultSupporters would never appear in the documentation.

France Nuage is therefore added to defaultSponsors with tier: 'partner' (lead is held by Cloud IAM, and the section renders a single lead).

Note that defaultSponsors is commented in-code as "Financial partners — fund development directly." — please confirm that framing is accurate for this relationship before merging.

Changes

  • packages/ui/src/lib/sponsors.ts — one Sponsor entry appended
  • france-nuage-light.png / france-nuage-dark.png added to public/sponsors/ in all three apps (website, docs, blog), matching how every existing logo is duplicated per app

Assets come from the official France Nuage media kit (https://france-nuage.fr/entreprise/mediakit), logo-with-name lockup at 1024×228 (34 KB / 22 KB).

Why PNG rather than SVG

The media kit also ships SVGs, but they render the wordmark as a live <text> element with font-family="Inter, …" rather than outlined paths. Logos here are loaded via <img src>, which creates an isolated document that cannot reach the page's webfonts — so the wordmark would fall back to Helvetica/Arial regardless of the site loading Inter. PNG avoids an off-brand render, and is already the precedent here (nudibranches.png, mineral.png, cloudiam.png, polytech-montpellier.png).

Verification

  • sponsors.ts typechecks clean under strict.
  • Asserted every logoUrlLight / logoUrlDark in the file resolves to a real file in all three apps — all 9 entries pass, not just the new one.
  • Rendered both consuming layouts against real CSS constraints in light and dark: the website partner card (max-h-8 max-w-[120px] object-contain) and the docs sidebar aspect-square cell. Legible in both themes, optical weight consistent with Anthropic and Gilded Health.

Note: in the docs sidebar's square cells, wide lockups render small — France Nuage behaves exactly like Cloud-IAM there. Pre-existing layout constraint, not introduced here, but worth a separate look if it bothers you.

The dev server could not be booted locally to confirm in-app (@rollup/rollup-darwin-x64 missing — the installed native is arm64 while the local node is an x64 build). Pre-existing environment mismatch, unrelated to this change.

Summary by CodeRabbit

  • New Features
    • Added France Nuage as a partner sponsor.
    • Added light and dark logo assets with a link to the sponsor’s website.

@LeadcodeDev LeadcodeDev added the documentation Improvements or additions to documentation label Aug 12, 2026
@LeadcodeDev LeadcodeDev self-assigned this Aug 12, 2026
@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 161c7cce-f0d7-4164-bdca-d948be0ff950

📥 Commits

Reviewing files that changed from the base of the PR and between 42da59b and 685f437.

⛔ Files ignored due to path filters (6)
  • apps/blog/public/sponsors/france-nuage-dark.png is excluded by !**/*.png
  • apps/blog/public/sponsors/france-nuage-light.png is excluded by !**/*.png
  • apps/docs/public/sponsors/france-nuage-dark.png is excluded by !**/*.png
  • apps/docs/public/sponsors/france-nuage-light.png is excluded by !**/*.png
  • apps/website/public/sponsors/france-nuage-dark.png is excluded by !**/*.png
  • apps/website/public/sponsors/france-nuage-light.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • packages/ui/src/lib/sponsors.ts

📝 Walkthrough

Walkthrough

Added France Nuage to the default sponsor list with its website, light logo, dark logo, and partner tier.

Changes

Sponsor directory

Layer / File(s) Summary
Add France Nuage sponsor
packages/ui/src/lib/sponsors.ts
The default sponsor list now includes France Nuage with its identifier, URL, light and dark logos, and partner tier.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: nathaelb

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: adding France Nuage as a sponsor.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/france-nuage-sponsor

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@LeadcodeDev
LeadcodeDev merged commit 470a0fe into main Aug 12, 2026
9 checks passed
@LeadcodeDev
LeadcodeDev deleted the docs/france-nuage-sponsor branch August 12, 2026 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant