mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-06 07:26:56 +00:00
Rather than a "tutorial", it was suggested to move the graphviz information to the devleoper-guides, along with the documentation guidelines. Makes sense. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
digraph {
|
|
bgcolor=transparent; rankdir=LR;
|
|
node [shape="rectangle" style="filled" color="lightblue"]
|
|
edge [fontsize="12" fontcolor="grey"]
|
|
|
|
"acrnprobe" -> "telemetrics-client" [label="crashlog\npath"]
|
|
"telemetrics-client" -> "backend" [label="log\ncontent"]
|
|
}
|