Skip to content

Commit 487351d

Browse files
docs
1 parent ab62114 commit 487351d

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

docs/getting-started.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
- **Node.js 20+** and **npm**
1212
- **Go 1.21+** (to build Agent tools)
1313

14-
---
15-
1614
## Quick Start (Backend)
1715

1816
```bash
@@ -30,8 +28,6 @@ docker compose up -d
3028

3129
> **All variables and examples are documented in** [Environment variables](https://openhvx.org/docs/environment-variables.html).
3230
33-
---
34-
3531
## Create a Global Admin (one-time bootstrap)
3632

3733
This initializes the **platform-wide administrator** via the Admin Auth API.
@@ -80,8 +76,6 @@ curl -k -Method POST "https://admin-api.openhvx.local/api/v1/admin/auth/register
8076
> - Avoid exposing the API key in your shell history: export it to a variable (`export ADMIN_REGISTER_KEY=...`) and use `-H "x-api-key: $ADMIN_REGISTER_KEY"`.
8177
> - Change the password and registration key in real environments.
8278
83-
---
84-
8579
## Build Agent Tools (Windows helpers)
8680

8781
These binaries are required by the PowerShell Agent to create **cloud-init ISOs** and to bridge **serial consoles**.
@@ -111,8 +105,6 @@ This will:
111105

112106
> If you build manually, ensure you build `src/` first, then the tools, then move outputs to `/src/powershell/bin`.
113107
114-
---
115-
116108
## Running the Agent (on a Hyper-V host)
117109

118110
1. Copy the folder `src/powershell/` and its `bin/` subfolder (containing the built `.exe`) to the Windows host.
@@ -146,8 +138,6 @@ This will:
146138
# .\openhvx-agent.exe
147139
```
148140

149-
---
150-
151141
## Next Steps
152142

153143
- Read: **Overview → Architecture & Features**

docs/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ The architecture is divided into two functional layers:
2626

2727
The design emphasizes **asynchronous communication**, **tenant isolation**, and **extensibility** through modular services.
2828

29-
---
30-
3129
## Features
3230

3331
- **VM Lifecycle:** Create, edit, clone, and manage VMs with cloud-init and serial console access.
@@ -39,8 +37,6 @@ The design emphasizes **asynchronous communication**, **tenant isolation**, and
3937
- **Extensible:** Modular microservice architecture, event-driven.
4038
- **Modern UI:** Specific UI for tenant & admin scope.
4139

42-
---
43-
4440
## User Interface
4541

4642
### Admin Dashboard

0 commit comments

Comments
 (0)