-
Notifications
You must be signed in to change notification settings - Fork 8
New Design #327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
New Design #327
Conversation
- 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.
|
Important Review skippedToo many files! This PR contains 299 files, which is 199 over the limit of 100. You can disable this status message by setting the
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. Comment |
There was a problem hiding this 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.
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
No description provided.