-
Notifications
You must be signed in to change notification settings - Fork 27
/
couscous.yml
123 lines (116 loc) · 3.89 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
template:
#directory: template
url: https://github.com/thecodingmachine/tcm-couscous-template.git
index: index.md
exclude:
- vendor
- tests
- node_modules
- template
- "%gitignore%"
baseUrl: https://thecodingmachine.github.io/tdbm/
site:
title: TDBM
logo:
logo: doc/images/logo.png
align: left
icon:
burger: doc/images/hamburger.png
body:
bg: doc/images/bg-web.jpg
google_analytics: UA-10196481-4
githubForkUrl: https://github.com/thecodingmachine/tdbm/blob/master/
githubUrl: https://github.com/thecodingmachine/tdbm
menu:
items:
introduction:
text: Introduction
relativeUrl: index.html
# Useful for active menu when we don't use the markdown metadata
originalUrl: index.md
install_main:
text: Installation
install:
text: Installing TDBM
relativeUrl: doc/install.html
install_laravel:
text: Install in Laravel
relativeUrl: doc/install_laravel.html
install_lumen:
text: Install in Lumen
relativeUrl: doc/install_lumen.html
install_symfony:
text: Install in Symfony
relativeUrl: doc/install_symfony.html
install_silex:
text: Install in Silex
relativeUrl: doc/install_silex.html
install_mouf:
text: Install in Mouf
relativeUrl: doc/install_mouf.html
manual_install:
text: Manual install
relativeUrl: doc/manual_install.html
install_service-provider:
text: Install with container-interop/service-provider
relativeUrl: doc/install_service-provider.html
getting_started_main:
text: Basics
getting_started:
text: Getting started
relativeUrl: doc/quickstart.html
limit_offset_resultset:
text: Playing with result sets
relativeUrl: doc/limit_offset_resultset.html
generating_daos:
text: About DAOs
relativeUrl: doc/generating_daos.html
adv:
text: Advanced
annotations:
text: Annotations
relativeUrl: doc/annotations.html
advanced:
text: Advanced filtering
relativeUrl: doc/advanced.html
modeling_inheritance:
text: Modeling inheritance
relativeUrl: doc/modeling_inheritance.html
json_serialization:
text: JSON serialization
relativeUrl: doc/json_serialization.html
miscellaneous:
text: Miscellaneous features
relativeUrl: doc/miscellaneous.html
memory_management:
text: Memory management and batches processing
relativeUrl: doc/memory_management.html
configuring_naming:
text: Configuring naming of beans and DAOs
relativeUrl: doc/configuring_naming.html
comparison_with_doctrine:
text: A quick comparison with Doctrine
relativeUrl: doc/comparison_with_doctrine.html
migrating:
text: Migrating
relativeUrl: doc/migrating.html
compatibility:
text: Databases compatibility
relativeUrl: doc/compatibility.html
internals:
text: TDBM internals
relativeUrl: doc/internals.html
code_generation:
text: Customizing code generation
relativeUrl: doc/customizing_code_generation.html
faq:
text: Frequently asked questions
relativeUrl: doc/faq.html
integrations_main:
text: Integrations and extensions
integrations_schema_builder:
text: Fluid schema builder
relativeUrl: doc/fluid_schema_builder.html
integrations_graphqlite:
text: GraphQLite
relativeUrl: doc/graphqlite.html