fix: rename overview.md files to avoid conflicts and add collection name

This commit is contained in:
Timur Gordon
2025-11-14 11:01:43 +01:00
parent f67296cd25
commit 2c24b120de
20 changed files with 85 additions and 91 deletions

View File

@@ -15,19 +15,19 @@ Horus is a distributed job execution system with three layers: Coordinator, Supe
### Coordinator
Workflow orchestration engine for DAG-based execution.
- [Overview](./coordinator/overview.md)
- [Overview](./coordinator/coordinator.md)
### Supervisor
Job dispatcher with authentication and routing.
- [Overview](./supervisor/overview.md)
- [Overview](./supervisor/supervisor.md)
- [Authentication](./supervisor/auth.md)
- [OpenRPC API](./supervisor/openrpc.json)
### Runners
Job executors for different workload types.
- [Runner Overview](./runner/overview.md)
- [Runner Overview](./runner/runners.md)
- [Hero Runner](./runner/hero.md) - Heroscript execution
- [SAL Runner](./runner/sal.md) - System operations
- [Osiris Runner](./runner/osiris.md) - Database operations