Create Couscus settings

This commit is contained in:
Henrique Moody 2015-01-30 12:02:24 -02:00
parent f2292312bc
commit 61410b013a
2 changed files with 41 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.couscous/
Makefile
phpunit.xml
vendor/

40
couscous.yml Normal file
View file

@ -0,0 +1,40 @@
template:
url: https://github.com/CouscousPHP/Template-Dark
exclude:
- library
- tests
- vendor
baseUrl: http://respect.github.io/Validation
github:
user: Respect
repo: Validation
title: Respect\Validation
subTitle: The most awesome validation engine ever created for PHP
menu:
sections:
main:
name: Table of contents
items:
home:
text: Home
relativeUrl: /
contributing:
text: Contributing
relativeUrl: contributing.html
featureguide:
text: Feature Guide
relativeUrl: docs/index.html
installation:
text: Installation
relativeUrl: docs/install.html
license:
text: License
relativeUrl: license.html
validators:
text: Validators
relativeUrl: docs/validators.html