Skip to content

Commit cf2a20e

Browse files
committed
feat: Refine configuration options by converting models to record types and add a comprehensive configuration guide.
1 parent d4ab976 commit cf2a20e

7 files changed

Lines changed: 827 additions & 12 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ BookStore/
127127
- **[Architecture Overview](docs/architecture.md)** - System design and patterns
128128
- **[Aspire Deployment Guide](docs/aspire-deployment-guide.md)** - Deploy to Azure and Kubernetes
129129
- **[Production Scaling Guide](docs/production-scaling-guide.md)** - Scale applications and databases in production
130+
- **[Configuration Guide](docs/configuration-guide.md)** - Options pattern and validation
130131
- **[Performance Guide](docs/performance-guide.md)** - GC optimization and performance tuning
131132
- **[Testing Guide](docs/testing-guide.md)** - Testing with TUnit, assertions, and best practices
132133
- **[Wolverine Integration](docs/wolverine-guide.md)** - Command/handler pattern with Wolverine

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Welcome to the Book Store API documentation. This is an event-sourced book store
1515
- [API Conventions](api-conventions-guide.md)
1616
- [Aspire Deployment Guide](aspire-deployment-guide.md)
1717
- [Production Scaling Guide](production-scaling-guide.md)
18+
- [Configuration Guide](configuration-guide.md)
1819
- [Deployment](deployment.md)
1920

2021
## 🚀 Quick Start

0 commit comments

Comments
 (0)