This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
forked from GoteoFoundation/goteo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
couscous.yml
63 lines (59 loc) · 2.05 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
# Base URL of the published website
baseUrl: http://goteofoundation.github.io/goteo
template:
# url: https://github.com/CouscousPHP/Template-ReadTheDocs
url: https://github.com/CouscousPHP/Template-Dark
# 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:
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
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