Skip to content

Conversation

@danshalev7
Copy link
Contributor

@danshalev7 danshalev7 commented Dec 18, 2025

Summary by CodeRabbit

  • Documentation

    • Added comprehensive Cloud docs: main overview plus Free, Startup, Pro, and Enterprise tier pages featuring pricing tables, tier comparisons, deployment guidance, enterprise features (VPC peering, monitoring, dedicated support), getting-started videos, and contact/consultation details
    • Added Features guide covering multi-tenancy, cloud providers, storage, TLS/VPC, persistence, and solution architecture
  • Chores

    • Expanded site wordlist with cloud/DB-related tokens (DBaaS, GCP, VPC, BYOC, etc.)

✏️ Tip: You can customize this high-level summary in your review settings.

PR Summary by Typo

Overview

This PR introduces comprehensive documentation for FalkorDB's Cloud DBaaS offering, detailing various service tiers and their features. The goal is to provide clear information on Free, Startup, Pro, and Enterprise plans, including pricing, capabilities, and how to get started.

Key Changes

  • Added new documentation files for the FalkorDB Cloud DBaaS, including free-tier.md, startup-tier.md, pro-tier.md, enterprise-tier.md, and features.md.
  • Created an index.md file to serve as the main entry point for the cloud documentation, summarizing features and linking to individual tier details.
  • Each tier document outlines specific features, pricing models, and includes a detailed comparison table across all plans.
  • The features.md file provides in-depth explanations for core DBaaS functionalities such as Multi-Tenancy, Cloud Providers, TLS, VPC, and Persistence.
  • Incorporated call-to-action buttons and video tutorials to guide users through the signup and setup processes.

Work Breakdown

Category Lines Changed
New Work 373 (100%)
Total Changes 373
To turn off PR summary, please visit Notification settings.

Added a comprehensive guide for getting started with FalkorDB's Cloud DBaaS, detailing features, tiers, and deployment options.
Add documentation for FalkorDB DBaaS Free Tier
Added front matter for Cloud DBaaS documentation.
Added detailed features documentation for FalkorDB DBaaS, covering multi-tenancy, cloud provider integrations, storage, TLS, VPC, persistence, and solution architecture.
Added images and links to enhance the documentation.
Reorganized features into a table format for clarity and added a demo link.
Updated video guide section with a new image and sign-up badge.
Added detailed information about the Startup Tier, including pricing, features, and getting started instructions.
Added detailed information about the Pro Tier of FalkorDB, including pricing, features, and comparison with other tiers.
Added detailed information about the FalkorDB Enterprise Tier, including pricing, features, and getting started instructions.
Updated call-to-action section and corrected markdown table alignment for instance pricing.
Added billing setup instructions for FalkorDB cloud tiers.
Commented out the section on clustered instances and their costs.
Updated the tutorial video thumbnail size for better display.
Updated video thumbnail size for better display.
Updated the Call-to-Action link and adjusted the image size in the Getting Started section.
Removed a customer testimonial and updated the cloud providers list. Added the Free Tier section earlier in the document and adjusted descriptions for the Startup and Pro Tiers.
Removed sections on Clusters, Availability, Deployment Options, Scalability, Backups, and Monitoring & Analytics from features documentation.
Added a 'Learn More' badge linking to the features documentation.
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 18, 2025

📝 Walkthrough

Walkthrough

Seven new documentation pages under cloud/ plus an appended .wordlist.txt; all are Markdown content additions (YAML front matter, banners, pricing tables, media/CTAs). No code or runtime logic changes.

Changes

Cohort / File(s) Summary
Cloud Documentation Index
cloud/index.md
New landing page for FalkorDB Cloud DBaaS with banner, features & services table, billing/setup steps, and tier overview CTAs.
Cloud Platform Features
cloud/features.md
New features reference covering multi-tenancy, cloud providers (AWS, GCP, BYOC), storage, TLS, VPC, persistence, and solution architecture guidance.
Tier Pages — Free & Startup
cloud/free-tier.md, cloud/startup-tier.md
New tier docs: banners, deployment scope, storage/backups, pricing comparison tables, getting-started videos, and signup CTAs.
Tier Pages — Pro & Enterprise
cloud/pro-tier.md, cloud/enterprise-tier.md
New Pro and Enterprise pages: HA/multi-zone deployment details, pricing examples, enterprise features (VPC peering, advanced monitoring, dedicated account manager), contact/consultation instructions, media/CTAs.
Wordlist Update
.wordlist.txt
Appended tokens: DBaaS, GCP, VPC, VPCs, BYOC, FDB, xlarge, SaaS.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~15 minutes

Poem

🐇 I hopped through docs beneath the banner light,
Added tiers and tables in the quiet night,
Videos, badges, plans — all neatly sewn,
Pages bloom where once was only stone,
🥕 Hooray — the cloud grows bright and right!

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title is vague and generic, using the non-descriptive phrase 'cloud docs' without specifying what new documentation is being added or what the primary change entails. Consider a more specific title such as 'Add comprehensive FalkorDB Cloud DBaaS documentation with tier guides and features' to clearly convey the main change.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch Cloud-Docs

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 and usage tips.

Removed the Storage section from the features documentation.
Updated cloud providers to include BYOC option.
@danshalev7
Copy link
Contributor Author

@gkorland @shahar-biron I've addressed Dudi's comments

Copy link
Contributor Author

@danshalev7 danshalev7 left a comment

Choose a reason for hiding this comment

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

Updated

Copy link
Contributor

@dudizimber dudizimber left a comment

Choose a reason for hiding this comment

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

see comments

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

♻️ Duplicate comments (5)
cloud/features.md (1)

55-55: Fix heading level increment.

The "Solution Architecture" heading should be ### (h3) not #### (h4), as it follows the ## Persistence heading (h2). Heading levels should only increment by one level at a time per markdown lint rule MD001.

🔎 Apply this diff to fix the heading:
-#### Solution Architecture
+### Solution Architecture
cloud/free-tier.md (2)

36-36: Fix heading level increment.

The "Terms" heading should be ### (h3) not #### (h4), as it follows standard heading hierarchy. Heading levels should only increment by one level at a time per markdown lint rule MD001.

🔎 Apply this diff to fix the heading:
-#### Terms
+### Terms

38-38: Fix malformed Markdown link syntax.

Line 38 has an extra closing parenthesis after the link. The Markdown link should close properly with a single ).

🔎 Apply this diff to fix the syntax:
-Need an extension? Speak to [sales](https://www.falkordb.com/get-a-demo/))
+Need an extension? Speak to [sales](https://www.falkordb.com/get-a-demo/)
cloud/index.md (1)

24-24: Replace GitHub branch links with relative Markdown paths.

The Learn More and Watch Demo badge links reference the "Cloud-Docs" source branch. After this PR merges to the main branch, these GitHub URLs will become stale or broken. Use relative Markdown paths instead (e.g., ./features.md instead of the full GitHub blob URL) for internal documentation links to maintain compatibility.

🔎 Proposed fixes for badge links:
-[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/edit/Cloud-Docs/cloud/features.md)
+[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](./features.md)

-[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/cloud/free-tier.md)
+[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](./free-tier.md)

-[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/cloud/startup-tier.md)
+[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](./startup-tier.md)

-[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/cloud/pro-tier.md)
+[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](./pro-tier.md)

-[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/cloud/enterprise-tier.md)
+[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](./enterprise-tier.md)

Also applies to: 40-40, 48-48, 54-54, 62-62

cloud/startup-tier.md (1)

12-12: Remove Azure from Startup Tier cloud providers.

Line 12 mentions deploying on "AWS, GCP, or Azure (BYOC)", but the pricing table at line 34 correctly shows only "AWS, GCP". Based on past feedback, Azure with BYOC is only available on the Enterprise Tier. Update line 12 to remove the Azure/BYOC mention to maintain consistency within the document and across all tier documentation.

🔎 Proposed fix:
-FalkorDB's **Startup Tier** gives you instant access to a production-ready graph database starting at **$73/Month**. This tier is designed to help you **Build a Powerful MVP** with standalone deployment, multi-graph support, and multi-tenancy capabilities. You can deploy on AWS, GCP, or Azure (BYOC) and rely on community support to grow your application.
+FalkorDB's **Startup Tier** gives you instant access to a production-ready graph database starting at **$73/Month**. This tier is designed to help you **Build a Powerful MVP** with standalone deployment, multi-graph support, and multi-tenancy capabilities. You can deploy on AWS or GCP and rely on community support to grow your application.
🧹 Nitpick comments (1)
cloud/index.md (1)

31-31: Use descriptive link text instead of generic "Link".

The Markdown link at line 31 uses generic text "[Link]" which doesn't convey the link's purpose. Replace it with descriptive text that clearly indicates what users will access when clicking.

🔎 Example fix:
-> Adding your billing information is an easy, 2-step process:
-> > 1. Create a billing account ([Link](https://app.falkordb.cloud/billing))
+> Adding your billing information is an easy, 2-step process:
+> 1. Create a billing account ([here](https://app.falkordb.cloud/billing))
📜 Review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4fd9a68 and 424b3a7.

📒 Files selected for processing (5)
  • cloud/features.md
  • cloud/free-tier.md
  • cloud/index.md
  • cloud/pro-tier.md
  • cloud/startup-tier.md
🧰 Additional context used
🪛 GitHub Actions: spellcheck
cloud/features.md

[error] 1-1: Spellcheck failed. Misspelled words detected during spellcheck: html>body>p (DBaaS).

cloud/free-tier.md

[error] 1-1: Spellcheck failed. Misspelled words detected during spellcheck: html>body>p (DBaaS) and related HTML content issues.

🪛 LanguageTool
cloud/index.md

[style] ~29-~29: ‘Prior to’ might be wordy. Consider a shorter alternative.
Context: ...tures.md) --- ### Billing & Setup ℹ️ Prior to subscribing to any of FalkorDB's paid c...

(EN_WORDINESS_PREMIUM_PRIOR_TO)

cloud/features.md

[style] ~19-~19: Try using a synonym here to strengthen your writing.
Context: ... on Amazon Web Services infrastructure, giving you access to AWS's global network of data ...

(GIVE_PROVIDE)

🪛 markdownlint-cli2 (0.18.1)
cloud/index.md

31-31: Link text should be descriptive

(MD059, descriptive-link-text)

cloud/features.md

55-55: Heading levels should only increment by one level at a time
Expected: h3; Actual: h4

(MD001, heading-increment)

cloud/free-tier.md

36-36: Heading levels should only increment by one level at a time
Expected: h3; Actual: h4

(MD001, heading-increment)

🔇 Additional comments (5)
cloud/features.md (1)

10-60: Content structure and clarity look good.

The features documentation is well-organized with clear explanations for each capability. The multi-tenancy clarification (removing mention of different credentials per tenant) aligns well with the feature description.

cloud/free-tier.md (1)

10-45: Pricing and features table are clear and well-structured.

The Free Tier documentation effectively communicates the offering with a comprehensive feature comparison and clear upgrade path messaging.

cloud/pro-tier.md (1)

38-80: Pricing calculations and tables are clear and well-documented.

The Pro Tier pricing clearly differentiates standalone vs. replicated (HA) costs, and the note explaining the replication overhead is helpful for customers understanding cost implications.

cloud/index.md (1)

28-34: Verify GIF content matches the billing setup steps.

Past feedback noted that the GIF at line 34 shows step 1, not step 3. Please verify the GIF aligns with the described 2-step process and update either the image or the step numbering accordingly.

cloud/startup-tier.md (1)

38-50: Pricing calculation and examples are clear.

The Startup Tier pricing is well-documented with helpful examples showing how monthly costs are calculated based on memory allocation. The graph size calculator link provides a helpful tool for users to estimate their specific costs.

@danshalev7 danshalev7 closed this Dec 29, 2025
@danshalev7 danshalev7 reopened this Dec 29, 2025
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (1)
.wordlist.txt (1)

670-677: Reorder new tokens to maintain alphabetical consistency.

The eight new cloud-related tokens are correctly chosen and spelled, but they're not in alphabetical order. The file maintains alphabetical ordering throughout, so these should be reordered to be consistent.

🔎 Proposed reordering
- DBaaS
- GCP
- VPC
- VPCs
- BYOC
- FDB
- xlarge
- SaaS
+ BYOC
+ DBaaS
+ FDB
+ GCP
+ SaaS
+ VPC
+ VPCs
+ xlarge
📜 Review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 424b3a7 and 86ac962.

📒 Files selected for processing (1)
  • .wordlist.txt

cloud/index.md Outdated
| **Security & Access** | - Graph Access Control<br>- TLS<br>- VPC Peering |
| **Deployment & Scaling** | - Dedicated Cluster Deployment<br>- Scalability |
| **Support & Monitoring** | - Dedicated Support<br>- Advanced Monitoring<br>- Dedicated Account Manager |
| ☁️ **Cloud Providers** | - AWS<br>- GCP<br>- Azure<br>- BYOC (AWS, GCP) |
Copy link
Contributor

Choose a reason for hiding this comment

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

The opposite.
we only support Azure for BYOC

Copy link
Contributor Author

@danshalev7 danshalev7 left a comment

Choose a reason for hiding this comment

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

fixed

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

♻️ Duplicate comments (1)
cloud/index.md (1)

24-24: Replace hardcoded GitHub branch URLs with relative paths.

The Learn More badge links point to GitHub editor URLs on the "Cloud-Docs" branch (lines 24, 40, 47, 54, 61). After this PR merges to main, these URLs will become stale or broken. Use relative Markdown paths instead to maintain portability across branches and the documentation site.

🔎 Proposed fixes for all Learn More badge links
-[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/edit/Cloud-Docs/cloud/features.md)
+[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](./features.md)

-[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/cloud/free-tier.md)
+[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](./free-tier.md)

-[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/cloud/startup-tier.md)
+[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](./startup-tier.md)

-[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/cloud/pro-tier.md)
+[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](./pro-tier.md)

-[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/cloud/enterprise-tier.md)
+[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](./enterprise-tier.md)

This was flagged in previous reviews; please ensure all instances are corrected before merge.

Also applies to: 40-40, 47-47, 54-54, 61-61

🧹 Nitpick comments (2)
cloud/index.md (2)

29-29: Reduce wordiness in the introductory phrase.

"Prior to subscribing" is unnecessarily formal. Use a shorter alternative like "Before subscribing" for improved readability.

🔎 Proposed fix
-ℹ️ Prior to subscribing to any of FalkorDB's paid cloud tiers, please set up your billing information here:
+ℹ️ Before subscribing to any of FalkorDB's paid cloud tiers, please set up your billing information here:

31-31: Use descriptive link text instead of generic "[Link]".

Line 31 uses the non-descriptive text "[Link]" for the billing account creation URL. Replace it with actionable text that describes the destination (e.g., "Create a billing account" or "Billing Portal").

🔎 Proposed fix
-> 1. Create a billing account ([Link](https://app.falkordb.cloud/billing))
+> 1. Create a billing account ([Billing Portal](https://app.falkordb.cloud/billing))
📜 Review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 86ac962 and 2b43c1a.

📒 Files selected for processing (2)
  • .wordlist.txt
  • cloud/index.md
🧰 Additional context used
🪛 LanguageTool
cloud/index.md

[style] ~29-~29: ‘Prior to’ might be wordy. Consider a shorter alternative.
Context: ...tures.md) --- ### Billing & Setup ℹ️ Prior to subscribing to any of FalkorDB's paid c...

(EN_WORDINESS_PREMIUM_PRIOR_TO)

🪛 markdownlint-cli2 (0.18.1)
cloud/index.md

31-31: Link text should be descriptive

(MD059, descriptive-link-text)

🔇 Additional comments (2)
.wordlist.txt (1)

688-696: ✓ Wordlist additions align with documentation content.

The new tokens (DBaaS, GCP, VPC, VPCs, BYOC, FDB, xlarge, SaaS, GCP's) are well-curated and directly correspond to terminology used throughout the cloud documentation updates.

cloud/index.md (1)

34-34: Verify the GIF correctly depicts the billing setup flow.

A previous review comment indicated the GIF shows step 1, but the caption suggests this should illustrate the 2-step billing setup process. Confirm the image matches the numbered steps above it (step 1 and step 2) to avoid user confusion.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

♻️ Duplicate comments (1)
cloud/index.md (1)

24-24: Replace GitHub branch URLs with relative Markdown paths.

These badge links still reference hardcoded GitHub branch URLs. After this PR merges to main, they will become stale or broken. Use relative Markdown paths (e.g., ./features.md) for internal documentation links.

🔎 Proposed fixes for all badge links
- Line 24:
-[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/edit/Cloud-Docs/cloud/features.md)
+[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](./features.md)

- Line 40:
-[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/cloud/free-tier.md)
+[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](./free-tier.md)

- Line 47:
-[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/cloud/startup-tier.md)
+[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](./startup-tier.md)

- Line 54:
-[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/cloud/pro-tier.md)
+[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](./pro-tier.md)

- Line 61:
-[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](https://github.com/FalkorDB/docs/cloud/enterprise-tier.md)
+[![Learn More](https://img.shields.io/badge/Learn%20More-8A2BE2?style=for-the-badge)](./enterprise-tier.md)

Also applies to: 40-40, 47-47, 54-54, 61-61

🧹 Nitpick comments (1)
cloud/index.md (1)

29-29: Simplify wordy phrase.

Replace "Prior to" with the more concise "Before" for better readability.

🔎 Proposed fix
-ℹ️ Prior to subscribing to any of FalkorDB's paid cloud tiers, please set up your billing information here:
+ℹ️ Before subscribing to any of FalkorDB's paid cloud tiers, please set up your billing information here:
📜 Review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2b43c1a and b58fc49.

📒 Files selected for processing (1)
  • cloud/index.md
🧰 Additional context used
🪛 LanguageTool
cloud/index.md

[style] ~29-~29: ‘Prior to’ might be wordy. Consider a shorter alternative.
Context: ...tures.md) --- ### Billing & Setup ℹ️ Prior to subscribing to any of FalkorDB's paid c...

(EN_WORDINESS_PREMIUM_PRIOR_TO)

🪛 markdownlint-cli2 (0.18.1)
cloud/index.md

31-31: Link text should be descriptive

(MD059, descriptive-link-text)

🔇 Additional comments (3)
cloud/index.md (3)

24-24: Clarify intent for line 24 Learn More badge.

Prior feedback indicated the link should be removed ("Remove the link. This is your personal portal"). However, the current revision still includes this badge. Clarify whether line 24 should be removed entirely or retained with a relative path fix per the comments above.


34-34: Verify GIF content matches step labeling.

Prior feedback indicated this GIF displays step 1 content, not step 3. Ensure the image accurately reflects the billing setup process as described in the surrounding text.


22-22: Clarify BYOC (Bring Your Own Cloud) support across cloud providers.

The current line lists cloud providers but does not explicitly state which ones support BYOC. Prior feedback suggested BYOC is Azure-exclusive. Verify and clarify the BYOC support matrix if it differs across AWS, GCP, and Azure.

### Billing & Setup
ℹ️ Prior to subscribing to any of FalkorDB's paid cloud tiers, please set up your billing information here:
> Adding your billing information is an easy, 2-step process:
> 1. Create a billing account ([Link](https://app.falkordb.cloud/billing))
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Make link text more descriptive.

The link text "[Link]" is not descriptive and violates accessibility best practices. Use a label that conveys the destination or action.

🔎 Proposed fix
-> 1. Create a billing account ([Link](https://app.falkordb.cloud/billing))
+> 1. Create a billing account ([FalkorDB Billing Portal](https://app.falkordb.cloud/billing))
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
> 1. Create a billing account ([Link](https://app.falkordb.cloud/billing))
> 1. Create a billing account ([FalkorDB Billing Portal](https://app.falkordb.cloud/billing))
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

31-31: Link text should be descriptive

(MD059, descriptive-link-text)

🤖 Prompt for AI Agents
In cloud/index.md around line 31, the Markdown link text currently reads
"[Link]" which is not descriptive; replace the generic link text with a
meaningful label (e.g., "Falkordb billing", "Create a billing account", or "Open
Falkordb Billing") so the link conveys its destination/action, keeping the same
URL and adjusting only the bracketed text to improve accessibility.

@danshalev7 danshalev7 merged commit df45daf into main Dec 29, 2025
4 checks passed
@danshalev7 danshalev7 deleted the Cloud-Docs branch December 29, 2025 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants