forked from nikoheikkila/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
71 lines (58 loc) · 1.65 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
baseURL = "/"
languageCode = "en-us"
title = "Paytrail Integration Guide"
theme = "dot"
enableEmoji = true
enableGitInfo = true
enableRobotsTXT = true
summaryLength = 140
[[menu.main]]
name = "Contact"
url = "https://www.paytrail.com/en/customer-service"
weight = 1
[[menu.main]]
name = "Paytrail"
url = "https://paytrail.com"
weight = 2
[[menu.main]]
name = "Changelog"
url = "https://github.com/paytrail/documentation/blob/master/CHANGELOG.md"
weight = 3
[params]
logo = "logo.png"
logo_white = "logo.png"
primary_color = "#e60094"
body_color = "#EEEEEE"
text_color = "#222222"
text_color_dark = "#000000"
white_color = "#ffffff"
light_color = "#f9f9f9"
font_family = "Poppins"
[[params.social]]
icon = "ti-facebook"
link = "https://facebook.com/paytrail"
[[params.social]]
icon = "ti-twitter-alt"
link = "https://twitter.com/paytrail"
[[params.social]]
icon = "ti-linkedin"
link = "https://www.linkedin.com/company/paytrail-oyj/"
[Languages.en]
languageName = "en"
languageCode = "en-us"
weight = 1
home = "Home"
copyright = "The content is licensed under the open-source MIT license."
[Languages.en.params.banner]
title = "Paytrail Integration Guide"
subtitle = "Find out how to integrate your business with our payment service."
bg_image = "images/paytrail.jpg"
placeholder = "Searching something specific? Type it here."
[Languages.en.params.cta]
enable = true
title = "Didn't find what you were looking for?"
content = "Call our technical support number +358 20 718 1831 (weekdays 8–16 UTC +2/3), or email your questions at tech@paytrail.com"
[Languages.en.params.cta.button]
enable = true
label = "Contact Us"
link = "https://www.paytrail.com/en/customer-service"