-
Notifications
You must be signed in to change notification settings - Fork 3
/
couscous.yml
40 lines (35 loc) · 981 Bytes
/
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
template:
url: https://github.com/Nek-/Template-Light
github:
user: SwagIndustries
repo: Melodiia
exclude:
- vendor
- %gitignore%
cname: melodiia.swag.industries
branch: gh-pages
title: Melodiia Documentation
subTitle: Take control of your API
menu:
items:
home:
text: Home page
relativeUrl: index.html
getting_started:
text: Getting Started
relativeUrl: docs/getting-started.html
filters:
text: Using filters
relativeUrl: docs/filters.html
config:
text: Configuration Reference
relativeUrl: docs/config-reference.html
cruds:
text: CRUD Reference
relativeUrl: docs/crud-controllers.html
forms:
text: Forms Reference
relativeUrl: docs/form-types.html
troubleshooting:
text: Troubleshooting
relativeUrl: docs/troubleshooting.html