forked from GoteoFoundation/goteo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
couscous.yml
69 lines (65 loc) · 2.3 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
# Base URL of the published website
baseUrl: https://goteofoundation.github.io/goteo
template:
# url: https://github.com/CouscousPHP/Template-ReadTheDocs
url: https://github.com/GoteoFoundation/Template-Goteo-Docs
# Used to link to the GitHub project
github:
user: goteofoundation
repo: goteo
title: Goteo Developer's Documentation
subTitle: An opensource crowdfunding platform made with PHP
# The left menu bar
menu:
sections:
main:
name: Main documentation
items:
home:
text: About
relativeUrl: index.html
install:
text: Install
relativeUrl: docs/install.html
upgrade:
text: Upgrade
relativeUrl: docs/upgrade.html
console:
text: Console scripts
relativeUrl: docs/console.html
developers:
name: Developers
items:
docker:
text: Docker
relativeUrl: docs/developers/docker.html
environment:
text: Environment
relativeUrl: docs/developers/environment.html
templates:
text: Template system
relativeUrl: docs/developers/templates.html
migration:
text: Legacy migration howto
relativeUrl: docs/developers/migration.html
payments:
text: Payment process
relativeUrl: docs/developers/payments.html
extend:
text: Plugins & extending
relativeUrl: docs/developers/extend.html
events:
text: Using events
relativeUrl: docs/developers/events.html
consoledev:
text: Extending console
relativeUrl: docs/developers/consoledev.html
about:
name: About
items:
release_notes:
text: Release notes
relativeUrl: release_notes.html
license:
text: License
relativeUrl: LICENSE