forked from cakemanager/cakephp-cakeadmin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
couscous.yml
49 lines (43 loc) · 1 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
template:
url: https://github.com/CouscousPHP/Template-Light.git
index: index.md
include:
- docs
exclude:
- vendor
- website
- some/dir
- %gitignore%
branch: gh-pages
title: CakeAdmin
subTitle: Manage your CakePHP Application with ease.
baseUrl: http://bakkerij.github.io/cakeadmin
menu:
items:
introduction:
text: Introduction
relativeUrl: index.html
installation:
text: Installation
relativeUrl: installation.html
quik-start:
text: Quick Start
relativeUrl: quick-start.html
cakeadmin-class:
text: CakeAdmin Class
relativeUrl: cakeadmin-class.html
configuration:
text: Configuration
relativeUrl: configuration.html
posttypes:
text: PostTypes
relativeUrl: posttypes.html
commands:
text: Commands
relativeUrl: commands.html
custom-controllers:
text: Custom Controllers
relativeUrl: custom-controllers.html
events:
text: Events
relativeUrl: events.html