Basic Usage
Learn how to use the Graph Plugin effectively in your documentation.
Understanding the Graph Views
Mini Graph (Sidebar)
The mini graph appears in the sidebar on desktop and at the bottom of the content on mobile.
Features: - Shows the current page (highlighted in blue) - Shows connected pages within configured depth - Updates automatically when navigating - Click nodes to navigate to pages - Drag nodes to rearrange (if enabled)
When You See It: - Desktop: Top of the right sidebar - Mobile: Bottom of page content
Full Graph (Overlay)
Click the expand button in the mini graph to open the full graph overlay.
Features: - Shows all pages in your documentation - Pan by dragging the background - Zoom with mouse wheel or pinch gesture - Click nodes to navigate - Click background or X button to close
Navigating with the Graph
Click to Navigate
Click any node in either graph view to navigate to that page.
Hover to Explore
Hover over nodes to see connections highlighted (if focus_on_hover is enabled).
What Happens: - Hovered node grows slightly - Connected links become opaque - Unconnected nodes fade - Connected nodes stay visible
Drag to Rearrange
Drag nodes to manually position them (if enable_drag is enabled).
Behavior: - Dragged node follows cursor - Physics simulation continues around it - Release to let it settle into new position
Understanding Node Colors
| Color | Meaning |
|---|---|
| Blue (Primary) | Current page you're viewing |
| Gray | Other pages in your documentation |
| Orange (Accent) | Hovered page |
Understanding Connections
Direct Connections (Depth 1)
Pages with links to/from the current page:
Indirect Connections (Depth 2+)
Pages connected through other pages:
Common Scenarios
Finding Related Content
- Open any page
- Look at the mini graph
- See what pages link to/from this page
- Click to explore related content
Understanding Documentation Structure
- Click the expand button
- View the full graph
- Observe clusters of related pages
- Navigate to areas of interest
Discovering Isolated Pages
Pages with no connections appear as single nodes (only visible on their own page).
This indicates: - Page has no internal links - Page is not linked from other pages - Consider adding connections for better navigation
Tips for Users
On Desktop
- Use the sidebar mini graph for quick navigation
- Hover to see connections
- Click expand for full overview
On Mobile
- Scroll to bottom of page for mini graph
- Tap expand button for full view
- Use pinch-to-zoom for better visibility
- Tap nodes to navigate
Keyboard Users
- Tab through nodes in the graph
- Enter to navigate to selected node
- Escape to close full graph overlay
Troubleshooting
Mini Graph is Empty
Possible Reasons: - Current page has no links to/from other pages - Graph depth is set too low - Page is isolated in documentation
Solution: Check page content and add relevant links.
Too Many Nodes
Solution: Site administrator should reduce local_graph_depth in configuration.
Graph Performs Slowly
Solution: Site administrator should disable focus_on_hover or reduce graph depth.
Next Steps
- Learn about Advanced Features
- Read Best Practices
- Explore Configuration Options