-
Notifications
You must be signed in to change notification settings - Fork 42
/
couscous.yml
35 lines (35 loc) · 1.18 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
title: SimpleBus/MessageBus
subTitle: Generic classes and interfaces for command and event buses
baseUrl: //simplebus.github.io/MessageBus
menu:
items:
home:
itemId: home
text: Home
relativeUrl: ""
getting_started:
itemId: getting_started
text: Getting started
relativeUrl: doc/getting_started.html
command_bus:
itemId: command_bus
text: Command bus
relativeUrl: doc/command_bus.html
event_bus:
itemId: event_bus
text: Event bus
relativeUrl: doc/event_bus.html
message_recorder:
itemId: message_recorder
text: Recording events
relativeUrl: doc/message_recorder.html
upgrade_guide:
itemId: upgrade_guide
text: Upgrade guide
relativeUrl: doc/upgrade_guide.html
doctrine_orm_integration:
text: Doctrine ORM integration
absoluteUrl: http://simplebus.github.io/DoctrineORMBridge/
symfony_integration:
text: Symfony integration
absoluteUrl: http://simplebus.github.io/SymfonyBridge/