Files
galaxy-game/gateway/docs/README.md
T
2026-04-02 19:18:42 +02:00

21 lines
739 B
Markdown

# Edge Gateway Docs
This directory keeps service-local documentation that is too detailed for the
root architecture documents and too diagram-heavy for the module README.
Sections:
- [Runtime and components](runtime.md)
- [Public auth, command, and push flows](flows.md)
- [Operator runbook](runbook.md)
- [Configuration and contract examples](examples.md)
- [Example `.env`](../.env.example)
Primary references:
- [`../README.md`](../README.md) for service scope, contracts, configuration,
and operational behavior
- [`../openapi.yaml`](../openapi.yaml) for the public REST contract
- [`../../README.md`](../../README.md) for workspace-level architecture
- [`../../SECURITY.md`](../../SECURITY.md) for the transport security model