forked from php-etl/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
219 lines (186 loc) · 5.06 KB
/
Copy pathconfig.toml
File metadata and controls
219 lines (186 loc) · 5.06 KB
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
baseURL = "https://php-etl.github.io/documentation/"
languageCode = "en-us"
# theme
theme = "middleware"
# site title
title = "Middleware"
# disable language
disableLanguages = []
# google analytics
googleAnalytics = "" # paste your analytics ID here. (Ex: UA-123-45)
publishDir = "docs"
[[menu.main]]
name = "Installation"
url = "installation"
weight = 1
hasChildren = true
[[menu.main]]
parent = "Installation"
name = "System Requirements"
url = "system-requirements"
weight = 1
[[menu.main]]
parent = "Installation"
name = "Bare metal"
url = "installation/bare-metal"
weight = 2
[[menu.main]]
weight = 2
name = "Packages"
hasChildren = true
[[menu.main]]
parent = "Packages"
name = "Pipeline"
url = "components/pipeline"
weight = 1
[[menu.main]]
parent = "Packages"
name = "Fast Map"
url = "components/fast-map"
weight = 2
[[menu.main]]
parent = "Packages"
name = "Satellite"
url = "components/satellite"
weight = 3
[[menu.main]]
parent = "Packages"
name = "Batch"
url = "components/batch"
weight = 4
[[menu.main]]
weight = 3
name = "Framework"
hasChildren = true
[[menu.main]]
parent = "Framework"
name = "Contracts"
url = "framework/contracts"
weight = 1
[[menu.main]]
parent = "Framework"
name = "Metadata"
url = "framework/metadata"
weight = 2
[[menu.main]]
parent = "Framework"
name = "Promise"
url = "framework/promise"
weight = 3
[[menu.main]]
weight = 4
name = "Connectivity"
hasChildren = true
[[menu.main]]
parent = "Connectivity"
name = "Open API"
url = "connectivity/openapi"
weight = 1
[[menu.main]]
parent = "Connectivity"
name = "JSON schema"
url = "connectivity/json-schema"
weight = 2
[[menu.main]]
parent = "Connectivity"
name = "Custom connector"
url = "connectivity/custom"
weight = 2
[[menu.main]]
parent = "Connectivity"
name = "Akeneo"
url = "connectivity/akeneo"
weight = 3
[[menu.main]]
parent = "Connectivity"
name = "SQL database"
url = "connectivity/database"
weight = 4
[[menu.main]]
parent = "Connectivity"
name = "CSV files"
url = "connectivity/csv"
weight = 5
[[menu.main]]
parent = "Connectivity"
name = "Spreadsheet files"
url = "connectivity/spreadsheet"
weight = 6
[params]
logo = "logo-web.svg"
logo_white = "logo-web.svg"
primary_color = "#22014f"
light_color = "#fe8507"
dark_color = "#22014f"
body_color = "#ddd"
text_color = "#666"
text_color_dark = "#333"
text_color_light = "#eee"
white_color = "#eee"
font_family = "lato"
################################ English Language ######################
[Languages.en]
languageName = "English"
languageCode = "en-us"
weight = 1
home = "Home"
copyright = "The Middleware Documents are copyright © [Kiboko](https://kiboko.fr/) 2020, 2021."
# banner
[Languages.en.params.banner]
title = "Middleware Documentation"
subtitle = "Browse the documentation and knowledge base to start quickly with Middleware"
placeholder = "Have a question? Just ask here or enter terms"
# call to action
[Languages.en.params.cta]
enable = true
title = "Didn't find an answer to your question?"
content = "You can reach our sales team we will find together the best way to provide you support."
# call to action button
[Languages.en.params.cta.button]
enable = true
label = "contact us"
link = "contact"
# Heading in the home page
[Languages.en.params.heading]
enable = true
title = "A data-centric framework for the cloud"
content = '''
A cloud-friendly framework built for synchronizing your applications over the Internet.
Built to take advantage of the PHP ecosystem.
Build your data flows around APIs, message queues flat files or search engines to make them work
together smoothly. With integrated reporting and logging, get insights on what is going on and
keep control.
'''
################################ French Language ######################
[Languages.fr]
languageName = "Français"
languageCode = "fr-fr"
weight = 2
home = "Accueil"
copyright = "La documentation Middleware est copyright © [Kiboko](https://kiboko.fr/) 2020, 2021."
# banner
[Languages.fr.params.banner]
title = "Documentation Middleware"
subtitle = "Browse the documentation and knowledge base to start quickly with Middleware"
placeholder = "Have a question? Just ask here or enter terms"
# call to action
[Languages.fr.params.cta]
enable = true
title = "Vous n'avez pas trouvé de réponses à vos questions ?"
content = "Vous pouvez contacter nos équipes commerciales pour trouver le meilleur moyen pour vous acocmpagner."
# call to action button
[Languages.fr.params.cta.button]
enable = true
label = "contactez-nous"
link = "contact"
# Heading in the home page
[Languages.fr.params.heading]
enable = true
title = "Un framework pour les flux de données conçu pour le cloud"
content = '''
A cloud-friendly framework built for synchronizing your applications over the Internet.
Built to take advantage of the PHP ecosystem.
Build your data flows around APIs, message queues flat files or search engines to make them work
together smoothly. With integrated reporting and logging, get insights on what is going on and
keep control.
'''