internal/website/docs/architecture/index.md
Documentation of architectural decisions made in Go Micro, following the ADR pattern.
Architecture Decision Records (ADRs) capture important architectural decisions along with their context and consequences. They help understand why certain design choices were made.
Core Design
Service Discovery
Communication
Configuration
To propose a new ADR:
ADRs are immutable once accepted. To change a decision, create a new ADR that supersedes the old one.