forked from ibm-cloud-architecture/refarch-kc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (42 loc) · 1.77 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
site_name: Container Shipment EDA reference implementation
repo_url: https://github.com/ibm-cloud-architecture/refarch-kc
google_analytics:
- 'UA-149377589-3'
- 'auto'
nav:
- Introduction: index.md
- Business problem statement:
- Introduction: introduction.md
- Event storming analysis: ./analysis/readme.md
- From Analysis to Microservice Specifications: ./design/readme.md
- Architecture: ./design/architecture.md
- Development practices:
- Order microservice with CQRS and Event Sourcing: https://ibm-cloud-architecture.github.io/refarch-kc-order-ms
- Container microservice with Springboot - Spring Kafka and PostgreSQL: https://ibm-cloud-architecture.github.io/refarch-kc-container-ms/springboot
- Adopting Schema Registry and Avro: avro/avro.md
- Saga applied to container solution: saga/saga.md
- Dead letter pattern for this solution: dlq/dlq.md
- Order cancellation principle: ./cancellation/cancellation.md
- Container anomaly: containerAnomaly/containerAnomaly.md
- Related repositories: ./deployments/reposlist.md
- Deployments:
- Backing Services: ./deployments/backing-services.md
- Application Components: ./deployments/application-components.md
- Security: ./security.md
- Integration tests:
- Overview: ./itg-tests/itgtests.md
- Happy Path: ./itg-tests/happy-path/happy_path.md
- Saga Pattern: ./itg-tests/saga/saga.md
- Order cancellation: ./itg-tests/order-cancelled/order_cancelled.md
- Dead letter: ./itg-tests/dlq/dlq.md
- Container Anomaly: ./itg-tests/containerAnomaly/containerAnomaly.md
- Demonstration script: ./demo/readme.md
theme:
name: material
extra_css: ["extra.css"]
markdown_extensions:
- admonition
- codehilite
- footnotes
- pymdownx.smartsymbols
- pymdownx.superfences