Skip to content

docs: add support contact (support@falkordb.com) and Support page#485

Open
dragnot wants to merge 1 commit into
mainfrom
docs/add-support-contact
Open

docs: add support contact (support@falkordb.com) and Support page#485
dragnot wants to merge 1 commit into
mainfrom
docs/add-support-contact

Conversation

@dragnot
Copy link
Copy Markdown
Contributor

@dragnot dragnot commented May 15, 2026

Summary

The docs currently have no instructions for opening a support ticket, and support@falkordb.com is not mentioned anywhere. The cloud tier pages advertise Community / 24/7 / Dedicated support but never tell readers how to actually reach support. This PR closes that gap.

Changes

  • New top-level page support.md (nav_order 1000, permalink /support/) — single source of truth for support contact:
    • How to open a ticket (support@falkordb.com).
    • What to include (instance ID, region, time, logs, repro steps).
    • Discord link for community help.
    • info@falkordb.com for sales / general inquiries.
  • cloud/free-tier.md, cloud/startup-tier.md, cloud/pro-tier.md, cloud/enterprise-tier.md — added a short "Getting Support" section to each tier page with the support email and a link to the new Support page. Pro and Enterprise sections call out their support level (24/7 and Dedicated).

Tier-specific SLAs and additional details will be added in a follow-up PR.

Testing

N/A — documentation-only change. No code, build, or test impact.

Memory / Performance Impact

N/A.

Related Issues

None.

Summary by CodeRabbit

  • Documentation
    • Added "Getting Support" sections to all tier documentation pages with clear contact information
    • Created a new dedicated Support page with email contact options, community Discord link, and guidance for submitting support requests
    • Enterprise and Pro tiers now highlight their specific support offerings

Review Change Stack

The docs previously had no instructions for opening a support ticket
and never mentioned support@falkordb.com. Cloud tier pages advertise
Community/24x7/Dedicated support without telling users how to reach it.

- Add new top-level support.md page (nav_order 1000) with the support
  email, what to include in a ticket, Discord for community help, and
  info@falkordb.com for sales/general inquiries.
- Add a 'Getting Support' section linking to support@falkordb.com on
  each cloud tier page (free, startup, pro, enterprise).

More tier-specific SLA details to be added in a follow-up.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@dragnot dragnot requested review from dudizimber and gkorland May 15, 2026 19:09
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 15, 2026

📝 Walkthrough

Walkthrough

This PR adds a centralized support documentation structure. A new support.md page provides unified contact methods (support email, Discord community, sales inquiries), and corresponding "Getting Support" sections are added to all four tier documentation pages, each with tier-specific support details that reference the main support page.

Changes

Support Contact Documentation

Layer / File(s) Summary
Create centralized support page
support.md
New support.md page includes front-matter metadata (title, nav_order, description, permalink) and sections for opening support tickets via email, joining the Discord community, and contacting sales/general inquiries.
Add support contact sections to tier documentation
cloud/free-tier.md, cloud/startup-tier.md, cloud/pro-tier.md, cloud/enterprise-tier.md
"Getting Support" sections are added to each tier page with tier-appropriate guidance: Free and Startup tiers reference email and Discord options; Pro Tier emphasizes 24/7 support; Enterprise Tier highlights dedicated support and account managers. All sections link to the centralized support page.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Support now documented with care,
From enterprise down to free tier's share,
A single page for all to find,
Where help awaits, of every kind!

🚥 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 accurately summarizes the main changes: adding support contact information and a new Support page across documentation files.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/add-support-contact

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

Copy link
Copy Markdown
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

🧹 Nitpick comments (1)
support.md (1)

31-31: 💤 Low value

Ensure file ends with newline.

Standard practice for text files is to end with a newline character. This helps with version control diffs and some tooling.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@support.md` at line 31, Add a trailing newline character at the end of
support.md so the file ends with a single newline; open support.md and ensure
the final line is terminated with "\n" (no other content changes required).
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@support.md`:
- Line 26: Update the Discord invite link text "https://discord.gg/ErBEqN9E" in
the support page to point to a non-expiring (permanent) invite; open the server
settings in Discord, create a new invite with "Never" expiration and optionally
enable a max number of uses, then replace the existing invite URL in the support
content with the newly generated permanent invite URL and verify the link
resolves.

---

Nitpick comments:
In `@support.md`:
- Line 31: Add a trailing newline character at the end of support.md so the file
ends with a single newline; open support.md and ensure the final line is
terminated with "\n" (no other content changes required).
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3953e7cd-c74b-45e5-84e8-5c027a4dac66

📥 Commits

Reviewing files that changed from the base of the PR and between f7229b8 and e99d1a8.

📒 Files selected for processing (5)
  • cloud/enterprise-tier.md
  • cloud/free-tier.md
  • cloud/pro-tier.md
  • cloud/startup-tier.md
  • support.md

Comment thread support.md

## Community Support

For general questions, usage help, and discussion, join the FalkorDB community on **[Discord](https://discord.gg/ErBEqN9E)**.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Verify the Discord invite link is accessible

curl -sL -w "%{http_code}" -o /dev/null "https://discord.gg/ErBEqN9E"

Repository: FalkorDB/docs

Length of output: 60


Ensure the Discord invite link is configured to never expire.

The Discord link (https://discord.gg/ErBEqN9E) is currently accessible. However, ensure it is set to never expire in the Discord server settings to maintain reliable access in the documentation.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@support.md` at line 26, Update the Discord invite link text
"https://discord.gg/ErBEqN9E" in the support page to point to a non-expiring
(permanent) invite; open the server settings in Discord, create a new invite
with "Never" expiration and optionally enable a max number of uses, then replace
the existing invite URL in the support content with the newly generated
permanent invite URL and verify the link resolves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant