Skip to content

Commit 1fcdb0b

Browse files
samchonclaude
andcommitted
docs(graph): link the 3D viewer from the overview instead of embedding it
Loading three.js, the force-graph engine, and a multi-megabyte example graph on the docs overview page is too heavy for an entry page that already carries the interactive benchmark chart. Replace the embedded viewer with a static TypeORM render linking to the dedicated viewer page. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01N3Cn3zmu1uUVkYJfwyPFeJ
1 parent 458fe4d commit 1fcdb0b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

website/src/content/docs/graph/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import TtscWebsiteBenchmarkGraphCommon from "../../../components/benchmark/graph/TtscWebsiteBenchmarkGraphCommon";
2-
import TtscWebsiteGraphViewer3D from "../../../components/graph/TtscWebsiteGraphViewer3D";
32

43
# Code Graph (MCP)
54

@@ -89,6 +88,6 @@ Your agent picks the tool up from the MCP handshake and calls it when it needs t
8988

9089
- [Design](/docs/graph/design): the design decisions, the single MCP tool and its request/result branches, and the node and edge kinds.
9190
- [Comparison](/docs/graph/compare): how it differs from codegraph, codebase-memory-mcp, and serena.
92-
- [3D Viewer](/docs/graph/viewer): browse the whole graph in your browser, or load your own project. Here it is live, the benchmark repositories rendered as navigable graphs; the [viewer page](/docs/graph/viewer) explains the colors and the reduction:
91+
- [3D Viewer](/docs/graph/viewer): browse the whole graph in your browser, or load your own project. This is TypeORM's graph, colored by declaration kind:
9392

94-
<TtscWebsiteGraphViewer3D />
93+
[![The TypeORM code graph rendered in 3D](/graph/typeorm.png)](/docs/graph/viewer)

0 commit comments

Comments
 (0)