forked from GwendolenLynch/msgphp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
45 lines (43 loc) · 1.73 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
45
site_name: MsgPHP Documentation
site_description: Reusable domain layers. Shipped with industry standard infrastructure.
repo_url: https://github.com/msgphp/msgphp
edit_uri: blob/master/docs/
theme:
name: material
custom_dir: docs/.theme
extra_css: [style.css]
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: true
nav:
- Home: index.md
- Symfony Cookbook:
- User Bundle:
- Installation: cookbook/user-bundle/installation.md
- Creating a User: cookbook/user-bundle/creating-a-user.md
- Configuring Symfony Messenger: cookbook/configuring-symfony-messenger.md
- Configuring Doctrine ORM: cookbook/configuring-doctrine-orm.md
- Domain Driven Design:
- Identifiers: ddd/identifiers.md
- Collections: ddd/collections.md
- Entities: ddd/entities.md
- Repositories: ddd/repositories.md
- Object Factory: ddd/object-factory.md
- Message Bus: ddd/message-bus.md
- Event Sourcing:
- Event Handlers: event-sourcing/event-handlers.md
- Events: event-sourcing/events.md
- Projection:
- Models: projection/models.md
- Type Registry: projection/type-registry.md
- Repositories: projection/repositories.md
- Synchronization: projection/synchronization.md
- Infrastructure:
- Doctrine Collections: infrastructure/doctrine-collections.md
- Doctrine ORM: infrastructure/doctrine-orm.md
- Elasticsearch: infrastructure/elasticsearch.md
- Symfony Console: infrastructure/symfony-console.md
- Symfony Messenger: infrastructure/symfony-messenger.md
- UID: infrastructure/uid.md