forked from doctrine-extensions/DoctrineExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
couscous.yml
65 lines (58 loc) · 1.4 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
template:
url: https://github.com/CouscousPHP/Template-ReadTheDocs
exclude:
- vendor
- lib
- bin
- example
- tests
scripts:
after:
- cp -R schemas .couscous/generated/.
github:
user: Atlantic18
repo: DoctrineExtensions
title: Doctrine Extensions 3.0.0
subTitle: Behaviors for Doctrine2 ORM and ODM
baseUrl: http://Atlantic18.github.io/DoctrineExtensions
menu:
items:
tree:
text: Tree
relativeUrl: doc/tree.html
translatable:
text: Translatable
relativeUrl: doc/translatable.html
sluggable:
text: Sluggable
relativeUrl: doc/sluggable.html
timestampable:
text: Timestampable
relativeUrl: doc/timestampable.html
blameable:
text: Blameable
relativeUrl: doc/blameable.html
loggable:
text: Loggable
relativeUrl: doc/loggable.html
sortable:
text: Sortable
relativeUrl: doc/sortable.html
translator:
text: Translator
relativeUrl: doc/translatable.html
softdeleteable:
text: SoftDeleteable
relativeUrl: doc/softdeleteable.html
uploadable:
text: Uploadable
relativeUrl: doc/uploadable.html
references:
text: References
relativeUrl: doc/references.html
reference-integrity:
text: ReferenceIntegrity
relativeUrl: doc/reference_integrity.html
iptraceable:
text: IpTraceable
relativeUrl: doc/ip_traceable.html