@@ -6,13 +6,12 @@ Welcome to the Book Store API documentation. This is an event-sourced book store
66
77- [ Getting Started] ( getting-started.md )
88- [ Architecture Overview] ( architecture.md )
9- - [ API Reference] ( api-reference .md )
10- - [ Event Sourcing Guide] ( event-sourcing.md )
9+ - [ API Reference] ( ../ api/index .md)
10+ - [ Event Sourcing Guide] ( event-sourcing-guide .md )
1111- [ Wolverine Integration] ( wolverine-guide.md )
1212- [ Correlation & Causation IDs] ( correlation-causation-guide.md )
1313- [ ETag Support] ( etag-guide.md )
14- - [ Localization] ( localization.md )
15- - [ Deployment] ( deployment.md )
14+ - [ Localization] ( localization-guide.md )
1615
1716## 🚀 Quick Start
1817
@@ -67,20 +66,16 @@ BookStore/
6766
6867- ** [ Getting Started] ( getting-started.md ) ** - Setup and first steps
6968- ** [ Architecture Overview] ( architecture.md ) ** - System design and patterns
70- - ** [ Event Sourcing Guide] ( event-sourcing.md ) ** - Understanding the event store
71- - ** [ API Reference] ( api-reference .md ) ** - Complete endpoint documentation
69+ - ** [ Event Sourcing Guide] ( event-sourcing-guide .md ) ** - Understanding the event store
70+ - ** [ API Reference] ( ../ api/index .md) ** - Complete endpoint documentation
7271
7372### For API Consumers
7473
75- - ** [ API Reference] ( api-reference .md ) ** - All available endpoints
74+ - ** [ API Reference] ( ../ api/index .md) ** - All available endpoints
7675- ** [ ETag Support] ( etag-guide.md ) ** - Optimistic concurrency and caching
7776- ** [ Correlation & Causation IDs] ( correlation-causation-guide.md ) ** - Distributed tracing
7877- ** [ Localization Guide] ( localization-guide.md ) ** - Multi-language support and configuration
7978
80- ### For Operations
81-
82- - ** [ Deployment] ( deployment.md ) ** - Production deployment guide
83- - ** [ Monitoring] ( monitoring.md ) ** - Observability and health checks
8479
8580## 🔗 Quick Links
8681
0 commit comments