Skip to content

Commit 54b4842

Browse files
committed
feat: Add Aspire deployment and production scaling guides, updating documentation navigation.
1 parent 5c14663 commit 54b4842

6 files changed

Lines changed: 1789 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,12 @@ BookStore/
125125

126126
- **[Getting Started](docs/getting-started.md)** - Setup and first steps
127127
- **[Architecture Overview](docs/architecture.md)** - System design and patterns
128+
- **[Aspire Deployment Guide](docs/aspire-deployment-guide.md)** - Deploy to Azure and Kubernetes
129+
- **[Production Scaling Guide](docs/production-scaling-guide.md)** - Scale applications and databases in production
128130
- **[Performance Guide](docs/performance-guide.md)** - GC optimization and performance tuning
129131
- **[Testing Guide](docs/testing-guide.md)** - Testing with TUnit, assertions, and best practices
130132
- **[Wolverine Integration](docs/wolverine-guide.md)** - Command/handler pattern with Wolverine
131-
- **[Time Standards](docs/time-standards.md)** - JSON serialization and UTC standards
133+
- **[API Conventions](docs/api-conventions-guide.md)** - Time handling and JSON serialization standards
132134
- **[ETag Support](docs/etag-guide.md)** - Optimistic concurrency and caching
133135
- **[Correlation & Causation IDs](docs/correlation-causation-guide.md)** - Distributed tracing
134136
- **[Real-time Notifications](docs/signalr-guide.md)** - SignalR integration and optimistic updates

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Welcome to the Book Store API documentation. This is an event-sourced book store
1212
- [Correlation & Causation IDs](correlation-causation-guide.md)
1313
- [ETag Support](etag-guide.md)
1414
- [Localization](localization-guide.md)
15+
- [API Conventions](api-conventions-guide.md)
16+
- [Aspire Deployment Guide](aspire-deployment-guide.md)
17+
- [Production Scaling Guide](production-scaling-guide.md)
1518
- [Deployment](deployment.md)
1619

1720
## 🚀 Quick Start
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time and JSON Serialization Standards
1+
# API Conventions Guide
22

33
## Overview
44

0 commit comments

Comments
 (0)