fix: rename overview.md files to avoid conflicts and add collection name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user