-
Notifications
You must be signed in to change notification settings - Fork 1
/
couscous.yml
70 lines (62 loc) · 1.71 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
59
60
61
62
63
64
65
66
67
68
69
70
template:
directory: website
url: https://github.com/phonetworks/website-template.git
index: overview.md
include:
- docs
exclude:
- vendor
- website
# This special entry will ask Couscous to read the exluded directories from your ".gitignore" file
- "%gitignore%"
scripts:
after:
- php apigen.php
#before:
#- rm website/couscous.phar
cname: www.phonetworks.org
# Set the target branch in which to deploy the generated website
branch: gh-pages
# Any variable you put in this file is also available in the Twig layouts:
title: Phở Networks
subTitle: "A modern framework for your next social-enabled app"
#github:
#user: phonetworks
#repo: pho-kernel
menu:
items:
home:
text: Overview
features:
text: Features
relativeUrl: features.html
#projects:
# text: Projects
# relativeUrl: projects.html
getting-started:
text: Getting Started
relativeUrl: getting-started.html
designer:
text: Gapp Designer
relativeUrl: designer.html
reference:
text: Reference
relativeUrl: reference.html
restapi:
text: REST API
relativeUrl: assets/restapi.html
#api:
# text: API
# relativeUrl: api/index.html
clients:
text: Clients
absoluteUrl: https://github.com/pho-clients
recipes:
text: Recipes
absoluteUrl: https://github.com/pho-recipes
support:
text: Support
relativeUrl: support.html
more:
text: More...
relativeUrl: more.html