Skip to content

Commit 70e38a4

Browse files
Documenting
1 parent 6ece0f1 commit 70e38a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ OpenHVX is an open-source orchestration platform for **multi-tenant Hyper-V infr
66
> Expect rapid iteration and potential breaking changes between releases.
77
> Community testing and contributions are highly encouraged!
88
9-
---
10-
119
## Architecture
1210

1311
OpenHVX separates orchestration and execution into clear layers.
@@ -16,8 +14,10 @@ The architecture is divided into four functional layers:
1614

1715
### Architecture Diagram
1816

19-
![Architecture Diagram (Light)](/assets/schema.openhvx.light.png){.vp-only-light}
20-
![Architecture Diagram (Dark)](/assets/schema.openhvx.dark.png){.vp-only-dark}
17+
<picture>
18+
<source media="(prefers-color-scheme: dark)" srcset="/assets/schema.openhvx.dark.png">
19+
<img src="/assets/schema.openhvx.light.png" alt="OpenHVX Architecture Diagram" />
20+
</picture>
2121

2222
- **Control Plane:** Includes the API Gateway, Authentication Service, Controller, Quota Service, WS-Broker (console tunneling), MongoDB, and RabbitMQ. It handles orchestration logic, workflows, multi-tenancy and quota enforcement.
2323
- **Data Plane:** Consists of lightweight PowerShell Agents running on Hyper-V hosts. Agents execute tasks, collect inventory, and stream console sessions.

0 commit comments

Comments
 (0)