-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
291 lines (271 loc) · 7.24 KB
/
config.toml
File metadata and controls
291 lines (271 loc) · 7.24 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
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
baseURL = "/comparison"
title = "GroupDocs API References"
staticdir = 'content/static'
enableRobotsTXT = true
enableGitInfo = true
disableKinds = ["taxonomy", "taxonomyTerm", "page", "RSS"]
# Hugo allows theme composition (and inheritance). The precedence is from left to right.
theme = ["tutorials-theme"]
[params.menu]
zh = "groupdocs-zh"
ru = "groupdocs-ru"
ar = "groupdocs-ar"
cs = "groupdocs-cs"
de = "groupdocs-de"
el = "groupdocs-el"
es = "groupdocs-es"
fr = "groupdocs-fr"
hi = "groupdocs-hi"
hu = "groupdocs-hu"
id = "groupdocs-id"
it = "groupdocs-it"
ja = "groupdocs-ja"
ko = "groupdocs-ko"
nl = "groupdocs-nl"
pl = "groupdocs-pl"
pt = "groupdocs-pt"
sv = "groupdocs-sv"
th = "groupdocs-th"
tr = "groupdocs-tr"
vi = "groupdocs-vi"
zh-hant = "groupdocs-zht"
defaultContentLang = 'en'
[languages]
[languages.en]
contentDir = 'content/english'
languageName = 'English'
languageCode = "en"
flag = "flag-us"
weight = 10
[languages.ru]
contentDir = 'content/russian'
languageName = 'Русский'
languageCode = "ru"
flag = "flag-ru"
weight = 11
[languages.zh]
contentDir = 'content/chinese'
languageName = "简体中文"
languageCode = "zh"
flag = "flag-cn"
weight = 12
[languages.ar]
contentDir = 'content/arabic'
languageName = "عربي"
languageCode = "ar"
flag = "flag-sa"
weight = 13
[languages.fr]
contentDir = 'content/french'
languageName = "Français"
languageCode = "fr"
flag = "flag-fr"
weight = 14
[languages.de]
contentDir = 'content/german'
languageName = "Deutsch"
languageCode = "de"
flag = "flag-de"
weight = 15
[languages.it]
contentDir = 'content/italian'
languageName = "Italiano"
languageCode = "it"
flag = "flag-it"
weight = 16
[languages.es]
contentDir = 'content/spanish'
languageName = "Español"
languageCode = "es"
flag = "flag-es"
weight = 17
[languages.sv]
contentDir = 'content/swedish'
languageName = "Svenska"
languageCode = "sv"
flag = "flag-se"
weight = 18
[languages.tr]
contentDir = 'content/turkish'
languageName = "Türkçe"
languageCode = "tr"
flag = "flag-tr"
weight = 19
[languages.pt]
contentDir = 'content/portuguese'
languageName = "Português"
languageCode = "pt"
flag = "flag-br"
weight = 20
[languages.ko]
contentDir = 'content/korean'
languageName = "한국인"
languageCode = "ko"
flag = "flag-kr"
weight = 21
[languages.vi]
contentDir = 'content/vietnamese'
languageName = "Tiếng Việt"
languageCode = "vi"
flag = "flag-vn"
weight = 22
[languages.id]
contentDir = 'content/indonesian'
languageName = "Indonesian"
languageCode = "id"
flag = "flag-id"
weight = 23
[languages.ja]
contentDir = 'content/japanese'
languageName = "日本語"
languageCode = "ja"
flag = "flag-jp"
weight = 24
[languages.pl]
contentDir = 'content/polish'
languageName = "Polski"
languageCode = "pl"
flag = "flag-pl"
weight = 25
[languages.nl]
contentDir = 'content/dutch'
languageName = "Nederlands"
languageCode = "nl"
flag = "flag-nl"
weight = 26
[languages.hu]
contentDir = 'content/hungarian'
languageName = "Magyar"
languageCode = "hu"
flag = "flag-hu"
weight = 27
[languages.hi]
contentDir = 'content/hindi'
languageName = "हिन्दी"
languageCode = "hi"
flag = "flag-in"
weight = 28
[languages.th]
contentDir = 'content/thai'
languageName = "ไทย"
languageCode = "th"
flag = "flag-th"
weight = 29
[languages.el]
contentDir = 'content/greek'
languageName = "Ελληνικά"
languageCode = "el"
flag = "flag-gr"
weight = 30
[languages.cs]
contentDir = 'content/czech'
languageName = "čeština"
languageCode = "cs"
flag = "flag-cz"
weight = 31
[languages.zh-hant]
contentDir = 'content/hongkong'
languageName = "繁體中文"
languageCode = "zh-hant"
flag = "flag-tw"
weight = 32
ignoreFiles = ["(?i:readme.md)", '\.spin$']
# Image processing configuration.
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
[services]
[services.googleAnalytics]
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
# id = "UA-00000000-0"
[markup]
[markup.tableOfContents]
endLevel = 2
ordered = true
startLevel = 2
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = false
tabWidth = 4
# Everything below this are Site Params
[params]
copyright = "The GroupDocs Authors"
privacy_policy = "https://policies.google.com/privacy"
topbar_search_active = false
logo_rel_link = ""
# Containerize Menu
[params.containerize]
menu = "groupdocs-en"
[params.meta]
msapplication_TileColor = "#2b5797"
msapplication_config = "https://cms.admin.containerize.com/templates/groupdocs/images/browserconfig.xml"
theme_color = "#ffffff"
author = "GroupDocs"
# Title of 404 page
title_404_page = "404 - Page Not Found | GroupDocs API References"
# Open Grapgh settings
title = "GroupDocs API References"
images = ["images/groupdocs-image-for-open-graph.jpg"]
description = "Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms."
# Specify a value here if your content directory is not in your repo's root directory
# github_subdir = ""
# Google Custom Search Engine ID. Remove or comment out to disable search.
# gcs_engine_id = "011737558837375720776:fsdu1nryfng"
# User interface configuration
[params.ui]
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact = true
# Set to true to disable breadcrumb navigation.
breadcrumb_disable = false
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
sidebar_search_disable = true
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
navbar_logo = false
# Set to true to disable the About link in the site footer
footer_about_disable = false
[minify]
disableCSS = false
disableHTML = false
disableJS = false
disableJSON = false
disableSVG = false
disableXML = false
minifyOutput = true
[minify.tdewolff]
[minify.tdewolff.css]
decimals = -1
keepCSS2 = true
[minify.tdewolff.html]
keepConditionalComments = true
keepDefaultAttrVals = true
keepDocumentTags = true
keepEndTags = true
keepQuotes = false
keepWhitespace = false
[minify.tdewolff.js]
[minify.tdewolff.json]
[minify.tdewolff.svg]
decimals = -1
[minify.tdewolff.xml]
keepWhitespace = false
[Taxonomies]
[deployment]
[[deployment.matchers]]
# Set custom content type for /sitemap.xml
#pattern = "^sitemap\\.xml$"
#pattern = "^[a-z]\\.xml$"
pattern = "^.+\\.(xml)$"
contentType = "application/xml"
gzip = true
force = true