mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-02 05:34:04 +00:00
Changing the folder structure will cause too many broken links for external references (from other sites). So, let's put the content back where it was before the reorg, and instead use the new persona-based navigation to point to documents in the original locations. Also, introduce redirects for some documents that no longer exits. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
10 lines
269 B
Plaintext
10 lines
269 B
Plaintext
digraph {
|
|
bgcolor="transparent"; rankdir=LR;
|
|
{ a [shape=circle height="1" style=filled color=AntiqueWhite
|
|
label="Circle\nLabel"]
|
|
b [shape=box height="1" width="1" style="rounded,filled"
|
|
color="#F080F0" label="Square\nLabel"]
|
|
}
|
|
a -> b
|
|
}
|