-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
104 lines (96 loc) · 3.58 KB
/
mkdocs.yml
File metadata and controls
104 lines (96 loc) · 3.58 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
site_name: Sons of PHP - Documentation
site_url: https://docs.sonsofphp.com/
site_author: Joshua Estes
repo_url: https://github.com/SonsOfPHP/sonsofphp
repo_name: Mother Repository
copyright: Copyright © 2022 to Present Sons of PHP
edit_uri: https://github.com/SonsOfPHP/sonsofphp/edit/main/docs/
theme:
name: material
features:
#- navigation.instant
- navigation.tabs
#- navigation.sections
- navigation.top
- navigation.indexes
- content.code.annotate
icon:
repo: fontawesome/brands/github
plugins:
- search
#- minify:
# minify_html: true
extra:
generator: false
#version:
# provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/SonsOfPHP
- icon: fontawesome/brands/discord
link: https://discord.gg/sdVxNhFqND
markdown_extensions:
- admonition
- meta
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji
nav:
- Home:
- index.md
- Reporting Issues: reporting-issues.md
- Contributing: contributing.md
- Getting Help: getting-help.md
- Code of Conduct: code-of-conduct.md
- Security Policy: security.md
- Bard:
- bard/index.md
- Components:
- components/index.md
- Clock: components/clock/index.md
- CQRS:
- components/cqrs/index.md
- Commands: components/cqrs/commands.md
- Command Handlers: components/cqrs/command-handlers.md
- Queries: components/cqrs/queries.md
- Query Handlers: components/cqrs/query-handlers.md
- Event Dispatcher: components/event-dispatcher/index.md
- Event Sourcing:
- components/event-sourcing/index.md
- Aggregates:
- components/event-sourcing/aggregates/index.md
- Aggregate ID: components/event-sourcing/aggregates/aggregate-id.md
- Aggregate Version: components/event-sourcing/aggregates/aggregate-version.md
- Storage:
- components/event-sourcing/aggregates/storage/index.md
- Event Messages:
- components/event-sourcing/event-messages/index.md
- 'Using the Generic Event Message': components/event-sourcing/event-messages/generic-event-message.md
- Storage:
- components/event-sourcing/event-messages/storage/index.md
- Serializers:
- components/event-sourcing/event-messages/serializer/index.md
- Enrichers:
- components/event-sourcing/event-messages/enricher/index.md
- Upcasters:
- components/event-sourcing/event-messages/upcaster/index.md
- Feature Toggle: components/feature-toggle/index.md
- Filesystem:
- components/filesystem/index.md
- Adapters: components/filesystem/adapters.md
- HttpFactory: components/http-factory/index.md
- HttpMessage: components/http-message/index.md
- JSON: components/json/index.md
- Money:
- components/money/index.md
- Currency Providers: components/money/currency-providers.md
- Operators: components/money/operators.md
- Queries: components/money/queries.md
- Version: components/version/index.md
- Contracts:
- contracts/index.md
- Core: contracts/core/index.md