forked from mnapoli/silly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
couscous.yml
executable file
·30 lines (28 loc) · 905 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
baseUrl: http://mnapoli.fr/silly
title: Silly - CLI micro-framework based on Symfony Console
menu:
items:
home:
text: Introduction
relativeUrl:
definition:
text: Command definition
relativeUrl: docs/command-definition.html
callable:
text: Command callables
relativeUrl: docs/command-callables.html
helpers:
text: Console helpers
relativeUrl: docs/helpers.html
dependency-injection:
text: Dependency injection
relativeUrl: docs/dependency-injection.html
php-di:
text: The PHP-DI edition
relativeUrl: docs/php-di.html
pimple:
text: The Pimple edition
relativeUrl: docs/pimple.html
contributing:
text: Contributing
relativeUrl: contributing.html