-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcouscous.yml
58 lines (54 loc) · 2.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
templateUrl: https://github.com/myclabs/couscous-template
template:
# Base URL of the published website
baseUrl: https://myclabs.github.io/ACL
github:
user: myclabs
repo: ACL
title: MyCLabs\ACL
subTitle: Powerful and efficient access control library for your PHP application.
# The left menu bar
menu:
sections:
main:
name: Main documentation
items:
introduction:
text: Introduction
relativeUrl:
setup:
text: Setup
relativeUrl: doc/setup.html
usage:
text: Usage
relativeUrl: doc/usage.html
filtering:
text: Filtering queries
relativeUrl: doc/filtering-queries.html
advanced-topics:
name: Advanced topics
items:
actions:
text: Actions
relativeUrl: doc/actions.html
cascading:
text: Authorization cascading
relativeUrl: doc/cascading.html
performances:
text: Performances
relativeUrl: doc/performances.html
other-projects:
name: Other MyCLabs projects
items:
work:
text: '<i class="fa fa-github"></i> MyCLabs\Work'
absoluteUrl: https://myclabs.github.io/Work/
deepcopy:
text: '<i class="fa fa-github"></i> MyCLabs\DeepCopy'
absoluteUrl: https://github.com/myclabs/DeepCopy
phpenum:
text: '<i class="fa fa-github"></i> php-enum'
absoluteUrl: https://github.com/myclabs/php-enum
jqueryconfirm:
text: '<i class="fa fa-github"></i> jquery.confirm'
absoluteUrl: https://myclabs.github.io/jquery.confirm/