Skip to content

Commit 92390f2

Browse files
author
Вадим Козыревский
committed
Upgrade documentation
1 parent 0e4c353 commit 92390f2

43 files changed

Lines changed: 507 additions & 187 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/bootstrap/advanced.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Advanced
22

3-
See [Bootstrap Overview](index.md) for general information.
3+
<div class="grid cards" markdown>
4+
5+
- :material-home: **Back to Bootstrap Overview**
6+
7+
Return to the Bootstrap overview page with all configuration options.
8+
9+
[:octicons-arrow-left-24: Back to Overview](index.md)
10+
11+
</div>
412

513
---
614

docs/bootstrap/di_containers.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Di Containers
22

3-
See [Bootstrap Overview](index.md) for general information.
3+
<div class="grid cards" markdown>
4+
5+
- :material-home: **Back to Bootstrap Overview**
6+
7+
Return to the Bootstrap overview page with all configuration options.
8+
9+
[:octicons-arrow-left-24: Back to Overview](index.md)
10+
11+
</div>
412

513
---
614

docs/bootstrap/event_mediator.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Event Mediator
22

3-
See [Bootstrap Overview](index.md) for general information.
3+
<div class="grid cards" markdown>
4+
5+
- :material-home: **Back to Bootstrap Overview**
6+
7+
Return to the Bootstrap overview page with all configuration options.
8+
9+
[:octicons-arrow-left-24: Back to Overview](index.md)
10+
11+
</div>
412

513
---
614

docs/bootstrap/index.md

Lines changed: 46 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,53 @@
11
# Bootstrap
22

3-
## Table of Contents
4-
5-
- [Overview](#overview)
6-
- [Mediator Types](#mediator-types)
7-
- [Request Mediator](request_mediator.md)
8-
- [Streaming Request Mediator](streaming_mediator.md)
9-
- [Event Mediator](event_mediator.md)
10-
- [Message Brokers](message_brokers.md)
11-
- [Middlewares](middlewares.md)
12-
- [Dependency Injection Containers](di_containers.md)
13-
- [Advanced Configuration](advanced.md)
14-
153
## Overview
164

5+
<div class="grid cards" markdown>
6+
7+
- :material-code-tags: **Request Mediator**
8+
9+
Standard mediator for commands and queries with automatic handler resolution.
10+
11+
[:octicons-arrow-right-24: Read More](request_mediator.md)
12+
13+
- :material-play-circle: **Streaming Request Mediator**
14+
15+
For incremental processing and Server-Sent Events (SSE) support.
16+
17+
[:octicons-arrow-right-24: Read More](streaming_mediator.md)
18+
19+
- :material-bell-ring: **Event Mediator**
20+
21+
For processing events from message brokers like Kafka and RabbitMQ.
22+
23+
[:octicons-arrow-right-24: Read More](event_mediator.md)
24+
25+
- :material-message-processing: **Message Brokers**
26+
27+
Configure Kafka, RabbitMQ, and custom brokers for event publishing.
28+
29+
[:octicons-arrow-right-24: Read More](message_brokers.md)
30+
31+
- :material-filter-variant: **Middlewares**
32+
33+
Request interception and modification with custom middleware support.
34+
35+
[:octicons-arrow-right-24: Read More](middlewares.md)
36+
37+
- :material-puzzle: **DI Containers**
38+
39+
Dependency injection configuration and container setup.
40+
41+
[:octicons-arrow-right-24: Read More](di_containers.md)
42+
43+
- :material-cog: **Advanced Configuration**
44+
45+
Combining all options and manual setup for complex scenarios.
46+
47+
[:octicons-arrow-right-24: Read More](advanced.md)
48+
49+
</div>
50+
1751
The `bootstrap` utilities simplify the initial configuration of your CQRS application. They automatically set up:
1852

1953
- **Dependency Injection Container** — Resolves handlers and their dependencies (see [Dependency Injection](../di.md))

docs/bootstrap/message_brokers.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Message Brokers
22

3-
See [Bootstrap Overview](index.md) for general information.
3+
<div class="grid cards" markdown>
4+
5+
- :material-home: **Back to Bootstrap Overview**
6+
7+
Return to the Bootstrap overview page with all configuration options.
8+
9+
[:octicons-arrow-left-24: Back to Overview](index.md)
10+
11+
</div>
412

513
---
614

docs/bootstrap/middlewares.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Middlewares
22

3-
See [Bootstrap Overview](index.md) for general information.
3+
<div class="grid cards" markdown>
4+
5+
- :material-home: **Back to Bootstrap Overview**
6+
7+
Return to the Bootstrap overview page with all configuration options.
8+
9+
[:octicons-arrow-left-24: Back to Overview](index.md)
10+
11+
</div>
412

513
---
614

docs/bootstrap/request_mediator.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Request Mediator
22

3-
See [Bootstrap Overview](index.md) for general information.
3+
<div class="grid cards" markdown>
4+
5+
- :material-home: **Back to Bootstrap Overview**
6+
7+
Return to the Bootstrap overview page with all configuration options.
8+
9+
[:octicons-arrow-left-24: Back to Overview](index.md)
10+
11+
</div>
412

513
## Overview
614

docs/bootstrap/streaming_mediator.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Streaming Mediator
22

3-
See [Bootstrap Overview](index.md) for general information.
3+
<div class="grid cards" markdown>
4+
5+
- :material-home: **Back to Bootstrap Overview**
6+
7+
Return to the Bootstrap overview page with all configuration options.
8+
9+
[:octicons-arrow-left-24: Back to Overview](index.md)
10+
11+
</div>
412

513
---
614

docs/chain_of_responsibility/advanced.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Advanced Topics
22

3-
See [Chain of Responsibility Overview](index.md) for general information.
3+
<div class="grid cards" markdown>
4+
5+
- :material-home: **Back to Chain of Responsibility Overview**
6+
7+
Return to the Chain of Responsibility overview page with all topics.
8+
9+
[:octicons-arrow-left-24: Back to Overview](index.md)
10+
11+
</div>
412

513
---
614

docs/chain_of_responsibility/examples.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Examples
22

3-
See [Chain of Responsibility Overview](index.md) for general information.
3+
<div class="grid cards" markdown>
4+
5+
- :material-home: **Back to Chain of Responsibility Overview**
6+
7+
Return to the Chain of Responsibility overview page with all topics.
8+
9+
[:octicons-arrow-left-24: Back to Overview](index.md)
10+
11+
</div>
412

513
---
614

0 commit comments

Comments
 (0)