-
Notifications
You must be signed in to change notification settings - Fork 0
/
couscous.yml
30 lines (29 loc) · 942 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
title: Slim modules
subTitle: Organize your Slim applications in a modular structure
baseUrl: https://comphppuebla.github.io/slim-modules
template:
url: https://github.com/CouscousPHP/Template-Dark
index: index.md
menu:
sections:
main:
name: Usage
items:
installation:
text: Installation
relativeUrl: docs/installation.html
service_providers:
text: Service providers
relativeUrl: docs/service-providers.html
controller_providers:
text: Route providers
relativeUrl: docs/controller-providers.html
argument_converters:
text: Argument converters
relativeUrl: docs/argument-converters.html
grouping_definitions:
text: Definition Groups
relativeUrl: docs/grouping-definitions.html
middleware:
text: Application middleware
relativeUrl: docs/middleware.html