Skip to content

VitePress Plugin Viz

Bring Graphviz to your documentation

digraph G {
  rankdir=LR
  node [style=filled, fillcolor="#f8f8f8"]
  
  Docs -> Graphviz [label=" uses"]
  Graphviz -> "SVG" [label=" renders"]
  
  "SVG" [fillcolor="#e5e7eb"]
}
Preview
📊

Graphviz Support

Create diagrams using DOT language, powered by @viz-js/viz.

⚡️

WebAssembly Powered

Fast rendering using the latest viz.js implementation.

🛠

Zero Config

Automatic component registration and easy setup.

Released under the MIT License.