Skip to content

Add YouTube and Reddit links to docs footer socials - #547

Merged
gkorland merged 2 commits into
mainfrom
copilot/fix-140048192-676674481-6eda351b-bdc7-490d-8c0b-2516cbd7ea65
Aug 17, 2026
Merged

Add YouTube and Reddit links to docs footer socials#547
gkorland merged 2 commits into
mainfrom
copilot/fix-140048192-676674481-6eda351b-bdc7-490d-8c0b-2516cbd7ea65

Conversation

Copilot AI commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

The docs footer social links were missing FalkorDB’s YouTube and Reddit entries. This update adds both links in the Mintlify site config so they render alongside existing social channels.

  • Config updates (docs.json)
    • Added youtube and reddit to footer.socials.
    • Kept all existing social entries unchanged.
"footer": {
  "socials": {
    "github": "https://github.com/FalkorDB/FalkorDB",
    "x": "https://x.com/FalkorDB",
    "linkedin": "https://www.linkedin.com/company/falkordb",
    "discord": "https://discord.com/invite/6M4QwDXn2w",
    "youtube": "https://www.youtube.com/@falkordb",
    "reddit": "https://www.reddit.com/r/falkordb/"
  }
}

Copilot AI linked an issue Aug 17, 2026 that may be closed by this pull request
Co-authored-by: dudizimber <16744955+dudizimber@users.noreply.github.com>
@dudizimber
dudizimber marked this pull request as ready for review August 17, 2026 12:51
Copilot AI lite review requested due to automatic review settings August 17, 2026 12:51
Copilot AI changed the title [WIP] Copilot Request Add YouTube and Reddit links to docs footer socials Aug 17, 2026
Copilot AI requested a review from dudizimber August 17, 2026 12:51

Copilot AI left a comment

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.

Pull request overview

Adds missing YouTube and Reddit social links to the FalkorDB docs site footer configuration so they render alongside existing social channels in Mintlify.

Changes:

  • Added youtube and reddit entries under footer.socials in docs.json.
  • Preserved existing footer social link entries while maintaining valid JSON formatting.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@gkorland
gkorland merged commit 9cf0c0f into main Aug 17, 2026
10 checks passed
@gkorland
gkorland deleted the copilot/fix-140048192-676674481-6eda351b-bdc7-490d-8c0b-2516cbd7ea65 branch August 17, 2026 12:54
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.

add reddit and youtube to docs.json footer

4 participants