docs: add LocalStack sponsor section to homepage and README - #136
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughAdds a new localized Sponsors component that renders a themed LocalStack sponsor link with responsive styling; updates i18n types and translations; and inserts the component into English, Spanish, and Catalan homepages. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested labels
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
…edundant aria-label
- Introduced new vertical color and dark logos for LocalStack. - Updated the Sponsors component to use new logos based on theme. - Changed sponsor section titles in multiple languages to "Sponsors".
Summary
Adds a LocalStack sponsor section to the Envilder website homepage and README. LocalStack has granted
Envilder an Ultimate open-source subscription, which powers the integration tests against real AWS SSM
and Azure Key Vault APIs. This change visually acknowledges their support.
Changes
src/website/src/components/Sponsors.astro— new minimal sponsor strip (logo + label, theme-aware SVGs)src/website/public/localstack-on-light.svg— LocalStack horizontal color logo (light theme)src/website/public/localstack-on-dark.svg— LocalStack horizontal white logo (retro/dark theme)src/website/src/i18n/types.ts— addedSponsorsTranslationsinterfacesrc/website/src/i18n/{en,ca,es}.ts— added sponsor translations in all 3 localessrc/website/src/pages/{index,ca/index,es/index}.astro—<Sponsors>added after<TrustBadges>README.md— added## 💜 Sponsorssection with theme-aware logo via#gh-dark-mode-only/#gh-light-mode-onlyTesting
pnpm lintpasses (Biome pre-commit hook green)pnpm build:websitepasses — 9 pages built cleanlyRelated
N/A
Summary by CodeRabbit