Skip to content

Conversation

@gkorland
Copy link
Contributor

No description provided.

- Remove CNAME file (docs-staging should be served at falkordb.github.io/docs-staging/, not custom domain)
- Add baseurl: /docs-staging so all asset paths resolve correctly

The CNAME pointing to docs.falkordb.com was causing GitHub Pages to attempt
serving from the wrong domain, breaking asset loading. This repository should
be a project site at the GitHub Pages subdirectory with proper baseurl configuration.
Enable automatic building and deployment to GitHub Pages when
commits are pushed to main branch. This ensures the staging site
at falkordb.github.io/docs-staging/ is properly built and served.
- Update actions/upload-pages-artifact to v3
- Update actions/deploy-pages to v4

Fixes deprecation warnings from using older versions.
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 18, 2026

Important

Review skipped

Too many files!

This PR contains 299 files, which is 199 over the limit of 100.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

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.

@gkorland gkorland requested a review from Copilot January 18, 2026 07:26
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR introduces comprehensive documentation for FalkorDB, covering the design, architecture, commands, Cypher language, data types, cloud offerings, algorithms, and integration with AI tools like AG2.

Changes:

  • Adds extensive documentation for FalkorDB's design, including its internal architecture, result structure, client specifications, and third-party dependencies
  • Documents all FalkorDB commands (GRAPH.QUERY, GRAPH.DELETE, etc.) with multi-language examples
  • Provides complete Cypher language reference including clauses, functions, procedures, and indexing
  • Adds cloud service tier documentation (Free, Startup, Pro, Enterprise)
  • Includes AG2 (AutoGen) integration guide and algorithm documentation

Reviewed changes

Copilot reviewed 261 out of 389 changed files in this pull request and generated no comments.

Show a summary per file
File Description
website/docs/genai-tools/ag2.md Comprehensive guide for integrating AG2 with FalkorDB GraphRAG
website/docs/design/*.md Design documentation covering architecture, result structures, and specifications
website/docs/datatypes.md Complete data types reference including temporal types and collections
website/docs/cypher/*.md Full Cypher language documentation with clauses, functions, and syntax
website/docs/commands/*.mdx Command reference with multi-language code examples
website/docs/cloud/*.md Cloud service tier documentation and pricing information
website/docs/algorithms/index.md Overview of available graph algorithms
udfs/index.md Minor frontmatter cleanup for UDFs documentation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

danshalev7 and others added 5 commits January 26, 2026 17:34
Added multiple new terms to the wordlist.
- Create new 'Core Concepts' section with DataTypes (collapsed: false)
- Move Configuration from Quick Start to Reference & Resources
- Elevate Security visibility in Deployment section
- Consolidate Migration Guides into Deployment as 'Migration & Import'
- Move OpenTelemetry from Advanced to Integrations
- Create new 'Developer Guide' section for contributor docs
- Separate user documentation from developer/contributor resources
- Rename Reference to 'Reference & Resources' for clarity

Addresses CTO feedback about illogical menu organization where foundational concepts like DataTypes were buried in Reference section at the bottom of the menu.
- Shorten 'Start Graph Database' to 'Get Started'
- Shorten 'OpenCypher Reference' to 'Learn Cypher'
- Creates visual consistency between both path cards
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.

2 participants