mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-02 23:05:23 +00:00
We've been expanding documentation, and now need to organize things a bit cleaner and separate content into new major folders: Introduction, Getting Started, User Guides, Developer Guides, Tutorials, and Release notes.. 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"]
|
|
}
|