Add Neon as sponsor and recommended database#1192
Merged
Merged
Conversation
Co-authored-by: Fatih Kadir Akın <fka@fka.dev>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThis PR integrates Neon as a recommended hosted PostgreSQL provider and sponsor throughout the prompts.chat documentation and configuration. Sponsor metadata is defined in configuration, displayed in the self-hosting React component with responsive branding, and referenced consistently across Docker, self-hosting, and README guides. ChangesNeon Sponsorship Integration
🎯 2 (Simple) | ⏱️ ~8 minutes ✨ Finishing Touches📝 Generate docstrings
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 |
Co-authored-by: Fatih Kadir Akın <fka@fka.dev>
Co-authored-by: Fatih Kadir Akın <fka@fka.dev>
Co-authored-by: Fatih Kadir Akın <fka@fka.dev>
Co-authored-by: Fatih Kadir Akın <fka@fka.dev>
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.
Description
public/sponsors/.Type of Change
Additional Notes
Uses Neon referral link: https://get.neon.com/VqfnMo4
Verification:
git diff --checkpassesnpx eslint src/app/docs/self-hosting/page.tsxpassesnpm run lint -- --quietpassesOverview
This PR adds Neon as a new sponsor to the prompts.chat project and integrates it as the recommended hosted PostgreSQL database option across documentation and configuration files. The changes include adding Neon's SVG logo assets (light and dark variants) and updating multiple documentation files to prominently feature Neon as a sponsorship partnership.
Changes Made
Configuration
prompts.config.tsto add a new Neon sponsor entry to the homepage sponsors list, including name, CSS class, logo references (light/dark variants), and destination URLDocumentation Updates
Assets
public/sponsors/:neon.svg(light theme)neon-dark.svg(dark theme)Technical Details
Impact