docs(cloud): consolidate pricing table into cloud index page#455
docs(cloud): consolidate pricing table into cloud index page#455
Conversation
Move the pricing comparison table to cloud/index.md as the single source of truth. Remove duplicate 4-tier pricing tables from each individual tier page (free-tier.md, startup-tier.md, pro-tier.md, enterprise-tier.md) and replace with a link to the central table. Previously, when prices changed all four pages had to be updated identically, and the tables had already drifted (different emoji styles, inconsistent cloud provider claims). Addresses audit item P2.5. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ 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. Review rate limit: 0/1 reviews remaining, refill in 4 minutes and 41 seconds.Comment |
There was a problem hiding this comment.
Pull request overview
This PR consolidates the Cloud pricing comparison into cloud/index.md so the overview page becomes the canonical place for plan-to-plan comparisons, while tier pages keep only their tier-specific pricing/details.
Changes:
- Added a single pricing comparison table to
cloud/index.md. - Removed duplicated comparison tables from each tier page and replaced them with links to the overview table.
- Kept per-tier terms, pricing formulas, and getting-started content on the individual tier pages.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
cloud/index.md |
Adds the centralized pricing comparison table on the Cloud landing page. |
cloud/free-tier.md |
Replaces the duplicated comparison table with a link to the centralized table. |
cloud/startup-tier.md |
Replaces the duplicated comparison table with a link to the centralized table. |
cloud/pro-tier.md |
Replaces the duplicated comparison table with a link to the centralized table. |
cloud/enterprise-tier.md |
Replaces the duplicated comparison table with a link to the centralized table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | Multi-zone Deployment | ✗ | ✗ | ✓ | ✓ | | ||
| | Scalability | ✗ | ✗ | ✓ | ✓ | | ||
| | Continuous Persistence | ✗ | ✗ | ✓ | ✓ | | ||
| | Automated Backups | ✗ | Every 12 Hours | Every 12 Hours | Every Hour | |
| | Dedicated Account Manager | ✗ | **🔴** | ✗ | ✓ | | ||
| | **Cloud Providers** | AWS, GCP | **AWS, GCP** | AWS, GCP | AWS, GCP, Azure (BYOC) | | ||
| | **Call-to-Action** | [Sign up](https://app.falkordb.cloud/signup) | [Sign up](https://app.falkordb.cloud/signup) | [Sign up](https://app.falkordb.cloud/signup) | [Contact Us](mailto:info@falkordb.com) | | ||
| > **📊 Compare all plans:** See the [full pricing comparison](/cloud#pricing-plans-comparison) on the Cloud overview page. |
| | Dedicated Account Manager | ✗ | ✗ | **🔴** | ✓ | | ||
| | **Cloud Providers** | AWS, GCP | AWS, GCP | **AWS, GCP** | AWS, GCP, Azure (BYOC) | | ||
| | **Get started** | [Sign up](https://app.falkordb.cloud/signup) | [Sign up](https://app.falkordb.cloud/signup) | [Sign up](https://app.falkordb.cloud/signup) | [Contact Us](mailto:info@falkordb.com) | | ||
| > **📊 Compare all plans:** See the [full pricing comparison](/cloud#pricing-plans-comparison) on the Cloud overview page. |
Summary
Move the 4-tier pricing comparison table to
cloud/index.mdas the single source of truth, eliminating 4× duplication across tier pages.Changes
cloud/index.md: Added canonical pricing comparison tablecloud/free-tier.md: Removed duplicate table, added link to central tablecloud/startup-tier.md: Removed duplicate table, added link to central tablecloud/pro-tier.md: Removed duplicate table, added link to central tablecloud/enterprise-tier.md: Removed duplicate table, added link to central tableWhy
Previously, when prices changed all four tier pages had to be updated identically. The tables had already drifted — different emoji styles (✓ vs 🟢), inconsistent cloud provider claims, and different CTA labels.
Testing
/cloud#pricing-plans-comparisonMemory / Performance Impact
N/A — documentation only
Related Issues
Addresses audit item P2.5 (Audit-Report.md)