forked from brefphp/bref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
couscous.yml
96 lines (93 loc) · 3.2 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
template:
# Name of the directory containing the website template (default is "website")
directory: website/template
exclude:
- demo
- runtime
- src
- template
- tests
- vendor
- website
# This special entry will ask Couscous to read the excluded directories from your ".gitignore" file
- %gitignore%
scripts:
# Scripts to execute before generating the website
before:
- make website-assets
menu:
- section: Getting Started
items:
what-is-bref:
text: What is Bref and serverless?
url: /docs/
installation:
text: Installation
url: /docs/installation.html
first-steps:
text: First steps
url: /docs/first-steps.html
- section: Runtimes
items:
runtimes-introduction:
text: Introduction
url: /docs/runtimes/
php-functions:
text: PHP functions
url: /docs/runtimes/function.html
http-applications:
text: HTTP
url: /docs/runtimes/http.html
console-applications:
text: Console
url: /docs/runtimes/console.html
- section: Usage
items:
deploy:
text: Deployment
url: /docs/deploy.html
local-development:
text: Local development
url: /docs/local-development.html
- section: Environment
items:
variables:
text: Variables
url: /docs/environment/variables.html
title: Configuring environment variables with Bref
php:
text: PHP
url: /docs/environment/php.html
title: Configuring PHP versions and options with Bref
storage:
text: Storage
url: /docs/environment/storage.html
title: Storing files and data with Bref on AWS Lambda
logs:
text: Logs
url: /docs/environment/logs.html
title: Managing logs with Bref on AWS Lambda
custom-domains:
text: Custom domains
url: /docs/environment/custom-domains.html
title: Configuring custom domain names for HTTP applications
- section: Frameworks
items:
laravel:
text: Laravel
url: /docs/frameworks/laravel.html
title: Learn how to deploy serverless Laravel applications
symfony:
text: Symfony
url: /docs/frameworks/symfony.html
title: Learn how to deploy serverless Symfony applications
- section: Learning
items:
case-studies:
text: Case studies
url: /docs/case-studies.html
title: A collection of case studies of serverless PHP applications built using Bref.
community:
text: Community
url: /docs/community.html
title: Places where to learne and exchange about Bref.