-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcouscous.yml
43 lines (40 loc) · 1.4 KB
/
couscous.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
template:
directory: website
baseUrl: https://simple-es.github.io
title: SimpleES
subTitle: A collection of "simple" Event Sourcing libraries for PHP
menu:
sections:
event_sourcing:
name: Event Sourcing
items:
home:
text: Home
relativeUrl: ""
events:
text: Events
relativeUrl: event-sourcing/events
aggregates:
text: Aggregates
relativeUrl: event-sourcing/aggregates
aggregate_manager:
text: Aggregate Manager
relativeUrl: event-sourcing/aggregate-manager
event_store:
text: Event Store
relativeUrl: event-sourcing/event-store
bridges:
name: Bridges
items:
doctrine_dbal_bridge:
text: Doctrine DBAL
relativeUrl: bridges/doctrine-dbal
jms_serializer_bridge:
text: JMS Serializer
relativeUrl: bridges/jms-serializer
ramsey_uuid_bridge:
text: Ramsey UUID
relativeUrl: bridges/ramsey-uuid
message_bus_bridge:
text: SimpleBus
relativeUrl: bridges/message-bus