Merge development to master - #1025
Merged
Merged
Conversation
## Goal Fill in long-missing cybersecurity docs landing page. Claude wrote it with our README and reference to IAM and Robotics for style to copy. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
## Goal Add documentation for the TypeDB MCP Server to the Tools section. It describes what it is and when does one wants it, as well as how to run and configure it to point to a TypeDB server instance.
## Goal Restructure the TypeDB documentation to elevate "Use Cases" as a top-level category and add AI-related use case content. ## Implementation ### Revamp Navigation Make Use Cases a top-level category - Renamed `examples/` directory to `use-cases/` - Elevated use cases to top-level documentation category - Flattened structure: moved Robotics, IAM, and Cybersecurity from nested subdirectory to root pages - Updated all cross-references from `@examples::` to `@use-cases::` throughout docs - Moved social network example to `guides/integrations/` ### Add AI Use Case Added a new use case emphasizing how TypeDB can empower AI applications. Two patterns are included: - unstructured-to-structured: highlighting working together in tandem with ML. ML parses unstructured data, TypeDB stores them. - prompt-guided retrieval: highlighting how users can query TypeDB's highly structured data through english with the help of LLM.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Implementation