forked from travelgateX/documentation-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
399 lines (326 loc) · 13.5 KB
/
config.toml
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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
baseURL = "/"
languageCode = "en-us"
DefaultContentLanguage = "en"
title = "TravelgateX Documentation"
theme = "docdock"
#themesdir = "../.."
#GoogleAnalytics: "UA-106994170-2"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
nofollowLinks = true
[[menu.shortcuts]]
pre = "<h3>More</h3>"
name = "<i class='fa fa-github'></i> GraphQL Playground"
identifier = "ds"
url = "https://api.travelgatex.com"
weight = 10
#[[menu.shortcuts]]
#name = "<i class='fa fa-camera'></i> Showcases"
#url = "/showcase"
#weight = 11
#[[menu.shortcuts]]
#name = "<i class='fa fa-bookmark'></i> Hugo Documentation"
#identifier = "hugodoc"
#url = "https://gohugo.io/"
#weight = 20
#[[menu.shortcuts]]
#name = "<i class='fa fa-bullhorn'></i> Credits"
#url = "/credits"
#weight = 30
#Elade HOME
[params]
############## docdock params
#editURL = "https://github.com/vjeantet/hugo-theme-docdock/edit/master/exampleSite/content/"
editURL = "https://github.com/travelgateX/documentation-site/edit/master/content/"
showVisitedLinks = true # default is false
themeStyle = "flex" # "original" or "flex" # default "original"
#themeVariant = "blue" # choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby = "weight" # ordersectionsby = "title"
#disableHomeIcon = false # default is false
disableSearch = false # default is false
disableNavChevron = false # set true to hide next/prev chevron, default is false
discourseUrl = "http://community.travelgatex.com/"
############## docdock params
#custom_css = ["css/blue.css"]
# Meta
author = "TravelgateX"
description = "All you want and need to know about travelgateX state-of-the-art GraphQL APIs. Start your next travel project here."
email = "[email protected]"
# Navigation
[params.navigation]
brand = '<img src="images/xtg_logo.svg"/>'
home = "Home"
welcome = "About us"
work = "Product"
testimonials = "Testimonials"
services = "Architecture"
about = "About"
contact = "Contact"
# You can add custom links before or after the default links
# Assign a weight to define the order
# postpended links
[[menu.prepend]]
url = "https://api.travelgatex.com"
name = "Playground <i title='Play →' class='icon-control-play'></i>"
weight = 9
[[menu.prepend]]
url = "/getting-started/"
name = "Get Started"
weight = 10
[[menu.prepend]]
url = "https://slack.travelgatex.com/"
name = '<img alt="slack travelgatex" src="https://slack.travelgatex.com/badge.svg" />'
weight = 11
hrefTargetBlank = true
# Hero section
[params.hero]
title = "A travel API you’ll <i title='love ♡' class='icon-heart'></i>"
subtitle = "APIs that connect buyers and suppliers across the Travel Industry.<p>Welcome to TravelgateX, the world’s most advanced and disruptive GraphQL based Travel API.</p>"
# Intro section
# Available icons: http://simplelineicons.com/
[params.intro]
[[params.intro.item]]
title = "Getting Started"
description = "The inner workings of our APIs. Search, book, retrieve stats, mapping hotels and much more."
url = "getting-started/"
button = "Go Get Started"
icon = "icon-fire"
img = "img_8.jpg"
[[params.intro.item]]
title = "Learning GraphQL"
description = "Get to know GraphQL, tutorials, resources. All you need to master the tech."
url = "learning-graphql/"
button = "Go Learn"
icon = "icon-book-open"
img = "img_7.jpg"
[[params.intro.item]]
title = "API Playground"
description = "Don't take it from us, try our ready-made real life examples to see it for yourself."
url = "https://api.travelgatex.com/"
class = "external"
button = "Go Play"
icon = "icon-control-play"
img = "img_10.jpg"
target = "_blank"
#[[params.intro.item]]
#title = "Community"
#description = "You're never alone. Join our growing community."
#url = "http://discourse.travelgatex.com/"
#button = "Join the Discussion"
#icon = "icon-rocket"
#img = "img_10.jpg"
[params.intro.video]
enable = false
title = "Watch the video"
icon = "icon-play2"
url = "https://vimeo.com/channels/staffpicks/93951774"
# Welcome section
[params.welcome]
enable = true
title = "Connecting the dots"
description = "With over 600 suppliers, and growing, our travel APIs focus on making sure you can integrate quickly and securely. Speed up integrations and search extensive supplier catalogues with record response time. Our APIs reduce time to market from 9 months to 2 weeks. See why OTA business developers say it is faster to use Travelgate than to do it themselves."
# Work section
[params.work]
enable = true
title = "Our products"
description = "We’re true believers in the API first philosophy. Anything you can do on any of our sites and tools you can also do using the GraphQL API."
footertext = 'APIs Made With ♡ For Developers By Developers'
[[params.work.row]]
url = "https://www.travelgatex.com/products/hotelx"
img = "hotelx.svg"
alt = "HotelX"
title = "HotelX"
subtitle = "A single XML Integration to connect with more than 600 hotel product providers."
[[params.work.row]]
url = "https://www.travelgatex.com/products/channelx"
img = "channelx.svg"
alt = "channelX"
title = "Channelx"
subtitle = "With a single connection to our API you will receive the full portfolio of all the channels."
[[params.work.row]]
url = "https://www.travelgatex.com/products/flightsx"
img = "flightx.svg"
alt = "flightx"
title = "FlightsX"
subtitle = "A single XML Integration to connect with more than 30 flight providers."
[[params.work.row]]
url = "https://www.travelgatex.com/products/mappea"
img = "mappea.svg"
alt = "Mappea"
title = "Mappea"
subtitle = "Collaborative Assisted Mapping tool for hotels"
[[params.work.row]]
url = "https://www.travelgatex.com/products/inventory"
img = "inventory.svg"
alt = "Inventory"
title = "Inventory"
subtitle = "Inventory is the right solution for those clients willing to connect their offline product."
[[params.work.row]]
url = "https://www.travelgatex.com/products/speed"
img = "speed.svg"
alt = "Speed"
title = "Speed"
subtitle = "Speed is the smart cache solution designed entirely by TravegateX that manages to reduce the number of requests by up to 80%"
[[params.work.row]]
url = "https://www.travelgatex.com/products/insights"
img = "insights.svg"
alt = "Insights"
title = "Insights"
subtitle = "All the data stored in our system is available to you through our Business Intelligence solution"
[[params.work.row]]
url = "https://www.travelgatex.com/products/distribution"
img = "distribution.svg"
alt = "Distribution"
title = "Distribution"
subtitle = "We help you grow"
[[params.work.row]]
url = "https://www.travelgatex.com/products/stats"
img = "stats.svg"
alt = "Stats"
title = "Stats"
subtitle = "The Dashboard is the big data you need to evaluate your suppliers on result, response time and errors."
# Testimonials section
[params.testimonials]
enable = false
title = "Testimonials"
description = "See what our Beta Testers & Early Adopters have to say. Learn. Test. Decide."
[[params.testimonials.item]]
quote = "“We've started working with the legacy API 4 years ago. When they've told us they were developing a new API we _had to be a part of it_. Our developers loved it, and best of all, we can now deliver all the integrations business requires us”"
person = 'Dani Martin, Architect <a href="http://www.guestincoming.com/" target="_blank">Guest Incoming</a> <span class="subtext">CTO</span>'
img = "default-user.png"
alt = "Dani Martin"
[[params.testimonials.item]]
quote = "“I met these guys last year in Berlin and they've told us about the project, it was still at that stage, project only. But as soon as they've told me about their plans I knew they were on to something and I felt I _couldn't miss out_! It's by far the most advanced API I've seen in travel and in general, I'm impresses by the simplicity and speed of the API. Congrats guys!”"
person = 'Vitali, Senior Developer <a href="http://www.roomertravel.com/" target="_blank">Roomer Travel</a> <span class="subtext">CTO</span>'
img = "default-user.png"
alt = "Vitali"
# Services section
[params.services]
enable = true
title = "Architecture"
description = "Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts."
# [[params.services.item]]
# title = "Brand & Strategy"
# description = "Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean"
# icon = "icon-anchor"
#
# [[params.services.item]]
# title = "Web & Interface"
# description = "Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean"
# icon = "icon-layers2"
# [[params.services.item]]
# title = "Photo & Video"
# description = "Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean"
# icon = "icon-video2"
#
# [[params.services.item]]
# title = "CMS & eCommerce"
# description = "Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean"
# icon = "icon-monitor"
# About section
[params.about]
enable = false
title = "About"
description = "Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts."
[[params.about.item]]
name = "Jean Smith"
position = "Web Designer"
description = "Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts"
img = "person1.jpg"
alt = "Person1"
social = [
["icon-twitter", "#"],
["icon-facebook", "#"],
["icon-linkedin", "#"]
]
[[params.about.item]]
name = "Rob Smith"
position = "Web Developer"
description = "Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts"
img = "person2.jpg"
alt = "Person2"
social = [
["icon-twitter", "#"],
["icon-facebook", "#"],
["icon-github", "#"]
]
[[params.about.item]]
name = "Larry Ben"
position = "Web Designer"
description = "Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts"
img = "person3.jpg"
alt = "Person3"
social = [
["icon-twitter", "#"],
["icon-facebook", "#"],
["icon-dribbble", "#"]
]
# Counters section
[params.counters]
enable = true
title = "Stats"
background = "none"
[[params.counters.item]]
description = "Live Suppliers"
icon = "icon-briefcase"
from = 0
to = 623
interval = 50
speed = 2000
[[params.counters.item]]
description = "Searches per Minute"
icon = "icon-speedometer"
from = 0
to = 623456
interval = 50
speed = 2200
[[params.counters.item]]
description = "Bookings Per Day"
icon = "icon-wallet"
from = 0
to = 23412
interval = 50
speed = 2000
[[params.counters.item]]
description = "Happy clients"
icon = "icon-people"
from = 0
to = 132
interval = 50
speed = 1000
# Contact section
[params.contact]
enable = true
map = true
title = "Get in touch"
description = "We´d love to hear from you! Drop us a line and we'll get back to you shortly."
# Available icons: http://simplelineicons.com/
details = [
["icon-home", "Carrer Galileo Galilei, <br> ParcBit 07121 Palma, Illes Balears, Spain"],
["icon-phone", "(+34) 871 968 181"],
["icon-envelope", "[email protected]"],
["icon-globe", '<a href="http://www.travelgatex.com/" target="_blank">travelgatex.com</a>']
]
name = "Full Name"
email = "Email"
phone = "Telephone"
message = "Message"
button = "Send message"
# Footer section
[params.footer]
enable = true
copyright = '© <a title="TravelgateX" target="_blank" href="https://www.travelgatex.com/" style="color: white;font-weight: bold;">TravelgateX</a> 2018. All Rights Reserved. TravelgateX is made with ♥ in the beaultiful 🏝️ of Mallorca.'
# Related Content
[related]
# Only include matches with rank >= threshold. This is a normalized rank between 0 and 100.
threshold = 80
# To get stable "See also" sections we, by default, exclude newer related pages.
includeNewer = false
# Will lower case keywords in both queries and in the indexes.
toLower = false
[[related.indices]]
name = "tags"
weight = 100