-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcouscous.yml
More file actions
59 lines (53 loc) · 1.3 KB
/
couscous.yml
File metadata and controls
59 lines (53 loc) · 1.3 KB
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
59
title: PhpAb
subTitle: The A/B testing framework for PHP
baseUrl: https://phpab.github.io
branch: master
template:
directory: template
index: source/index.md
include:
- source/
exclude:
- template/
- vendor/
menu:
items:
introduction:
section: Introduction
items:
getting-started:
text: Getting started
url: docs/getting-started.html
library-layout:
text: Library layout
url: docs/library-layout.html
components:
section: Components
items:
analytics:
text: Analytics
url: docs/components/analytics.html
events:
text: Events
url: docs/components/events.html
participation:
text: Participation
url: docs/components/participation.html
storage:
text: Storage
url: docs/components/storage.html
variants:
text: Variants
url: docs/components/variants.html
frameworks:
section: Frameworks Integrations
items:
symfony2:
text: Symfony 2
url: docs/frameworks/symfony2.html
wordpress:
text: Wordpress
url: docs/frameworks/wordpress.html
zf2:
text: Zend Framework 2
url: docs/frameworks/zf2.html