• English
  • Rspress 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
    Loading graph...
    📊

    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.