-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcouscous.yml
37 lines (33 loc) · 1.05 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
templateUrl: https://github.com/myclabs/couscous-template
template:
# Base URL of the published website
baseUrl: https://myclabs.github.io/Work
github:
user: myclabs
repo: Work
title: MyCLabs\Work
subTitle: A fantastic work queue library.
# The left menu bar
menu:
sections:
main:
name: Main documentation
items:
home:
text: Home
relativeUrl:
foo:
text: Events
relativeUrl: doc/Events.html
other:
name: Adapters
items:
inmemory:
text: InMemory
relativeUrl: doc/InMemory.html
rabbitmq:
text: RabbitMQ
relativeUrl: doc/RabbitMQ.html
beanstalkd:
text: Beanstalkd
relativeUrl: doc/Beanstalkd.html