Graph View
Visualize page relationships as an interactive force-directed graph.
Planned design
Graph View will render an interactive force-directed graph that maps the link relationships between your documentation pages. Readers can explore your content structure visually — clicking a node navigates to that page.
The planned feature set:
- Auto-generated from your existing Markdown links — no manual configuration.
- Available as a full-page view (
/graph) and as an embeddable<GraphView />component. - Nodes sized by inbound link count (more-linked pages appear larger).
- Tag-based filtering to highlight a subset of pages.
- Performant layout that scales to large doc sites.
Use cases
- Onboarding — help new users understand how concepts relate before diving into individual pages.
- Content audits — identify orphan pages (no inbound links) and over-linked hubs.
- Navigation — give readers a spatial alternative to the sidebar hierarchy.
Questions or feedback on Graph View? Email [email protected].