forked from mikededecker1/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
143 lines (118 loc) · 2.92 KB
/
Copy pathconfig.toml
File metadata and controls
143 lines (118 loc) · 2.92 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
baseURL = "https://docs.multisafepay.com/"
languageCode = "en-us"
title = "MultiSafepay Docs"
# Code higlighting settings
pygmentsCodefences = true
pygmentsCodeFencesGuesSsyntax = false
pygmentsOptions = ""
pygmentsStyle = "monokai"
# The monokai stylesheet is included in the base template.
pygmentsUseClasses = true
# Enable nested shortcode
[markup.goldmark.renderer]
unsafe= true
[outputs]
home = [ "HTML", "JSON"]
page = [ "HTML"]
[blackfriday]
hrefTargetBlank = true
#CUSTOM PARAMS
[params]
search = true
# Configure the language example tabs.
[[params.language_tabs]]
key = "shell"
name = "Shell"
# Menu config
[[menu.main]]
name = "Getting started"
url = "/getting-started/"
pre = "fa fa-rocket fa-lg"
weight = 1
[[menu.main]]
name = "Create a test account"
url = "/getting-started/create-a-test-account"
parent = "Getting started"
weight = 2
[[menu.main]]
name = "Set up your account"
url = "/getting-started/set-up-your-account"
parent = "Getting started"
weight = 3
[[menu.main]]
name = "Build your integration"
url = "/getting-started/build-your-integration"
parent = "Getting started"
weight = 4
[[menu.main]]
name = "Test your integration"
url = "/getting-started/test-your-integration"
parent = "Getting started"
weight = 5
[[menu.main]]
name = "Onboard and go live"
url = "/getting-started/go-live"
parent = "Getting started"
weight = 6
[[menu.main]]
name = "Glossary"
url = "/getting-started/glossary"
parent = "Getting started"
weight = 7
[[menu.main]]
name = "Account"
url = "/account/"
pre = "fa fa-user-circle fa-lg"
weight = 10
[[menu.main]]
name = "Payments"
url = "/payments/"
identifier = "payments"
pre = "fa fa-credit-card fa-lg"
weight = 20
[[menu.main]]
name = "Add payment methods"
url = "/payments/methods/"
parent = "payments"
identifier = "payment-methods"
weight = 210
[[menu.main]]
name = "Build your integration"
url = "/payments/integrations/"
parent = "payments"
weight = 220
[[menu.main]]
name = "Choose your checkout"
url = "/payments/checkout"
parent = "payments"
weight = 230
[[menu.main]]
name = "Refunds and chargebacks"
url = "/payments/refunds-and-chargebacks"
parent = "payments"
weight = 250
[[menu.main]]
name = "Payment features"
url = "/payments/features"
parent = "payments"
weight = 240
[[menu.main]]
name = "Business operations"
url = "/business/"
pre = "fa fa-briefcase fa-lg"
weight = 30
[[menu.main]]
name = "Security and legal"
url = "/security-and-legal/"
pre = "fa fa-lock fa-lg"
weight = 60
[[menu.main]]
name = "Developer tools"
url = "/developer/"
pre = "fa fa-cube fa-lg"
weight = 70
[[menu.main]]
name = "API Reference"
url = "/api/"
pre = "fa fa-code fa-lg"
weight = 80