-
Notifications
You must be signed in to change notification settings - Fork 96
/
_config.yml
240 lines (208 loc) · 5.21 KB
/
_config.yml
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
version: "202410.0"
repository: spryker/spryker-docs
output: web
# this property is useful for conditional filtering of content that is separate from the PDF.
topnav_title: Spryker Documentation
# this appears on the top navigation bar next to the home button
site_title: Spryker Documentation
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
company_name: Spryker
# this appears in the footer
github_editme_path: spryker/spryker-docs/blob/master/
# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
google_analytics: "G-CPJX4XMTD1"
# if you have google-analytics ID, put it in. if not, edit this value to blank.
feedback_disable: true
host: 127.0.0.1
# the preview server used. Leave as is.
port: 4000
# the port where the preview is rendered. You can leave this as is unless you have other Jekyll builds using this same port that might cause conflicts. in that case, use another port such as 4006.
exclude:
- .idea/
- .gitignore
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- docker-compose.yml
- Dockerfile
- Gemfile
- Gemfile.lock
- Rakefile
- static.json
- node_modules/
- vendor
- node_modules
- package.json
- package-lock.json
- gulpfile.js
- redirect.html
- docs/scos/dev/drafts-dev/
- docs/scos/dev/developers-corner/
# these are the files and directories that jekyll will exclude from the build
highlighter: rouge
# library used for syntax highlighting
markdown: CommonMarkGhPages
commonmark:
options: ["SMART", "FOOTNOTES"]
extensions: ["strikethrough", "autolink", "table"]
plugins:
- jekyll-last-modified-at
- jekyll-include-cache
# filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: false
search: true
topnav: topnav
-
scope:
path: "docs/"
values:
feed: true
-
scope:
path: "docs/ca"
values:
product: "ca"
-
scope:
path: "docs/ca/dev"
values:
sidebar: "ca_dev_sidebar"
role: "dev"
-
scope:
path: "docs/ca/devscu"
values:
sidebar: "ca_devscu_sidebar"
role: "dev"
-
scope:
path: "docs/dg"
values:
product: "dg"
-
scope:
path: "docs/dg/dev"
values:
sidebar: "dg_dev_sidebar"
role: "dev"
-
scope:
path: "docs/pbc"
values:
product: "pbc"
-
scope:
path: "docs/pbc/all"
values:
sidebar: "pbc_all_sidebar"
role: "all"
-
scope:
path: "docs/about"
values:
product: "about"
-
scope:
path: "docs/about/all"
values:
sidebar: "about_all_sidebar"
role: "all"
versions:
'202311.0': '202311.0'
'202404.0': '202404.0'
'202410.0': '202410.0'
# versioned categories - these must match corresponding directories
versioned_categories:
dg:
dev:
- data-import
- frontend-development
- system-requirements
- glue-api
pbc:
all:
- back-office
- cart-and-checkout
- carrier-management
- content-management-system
- customer-relationship-management
- data-exchange
- discount-management
- dynamic-multistore
- emails
- gift-cards
- identity-access-management
- merchant-management
- miscellaneous
- offer-management
- order-management-system
- price-management
- payment-service-provider
- product-information-management
- product-relationship-management
- push-notification
- return-management
- ratings-reviews
- request-for-quote
- search
- service-point-management
- shopping-list-and-wishlist
- tax-management
- user-management
- warehouse-management-system
- warehouse-picking
# these are defaults used for the front matter for these file types
sidebars:
- ca_dev_sidebar
- ca_devscu_sidebar
- pbc_all_sidebar
- about_all_sidebar
- dg_dev_sidebar
description: "Spryker documentation center."
# the description is used in the feed.xml file
# needed for sitemap.xml file only
# url: http://idratherbewriting.com
# baseurl: /documentation-theme-jekyll
github: [metadata]
search: algolia
algolia:
application_id: 'IBBSSFT6M1'
search_only_api_key: '296ac9c40fa95441b2d89d1fd8395bb4'
max_record_size: 20000
indices:
- name: 'pbc_all'
title: 'Packaged Business Capabilities'
- name: 'scos_user'
title: 'SCOS User'
- name: 'scos_dev'
title: 'SCOS Developer'
- name: 'sdk_dev'
title: 'SDK Developer'
- name: 'ca_dev'
title: 'Managing cloud applications'
- name: 'ca_devscu'
title: 'Upgrading cloud applications'
- name: 'acp_user'
title: 'ACP User'
- name: 'scu_dev'
title: 'SCU Developer'
- name: 'dg_dev'
title: 'Development'
sass:
sass_dir: css
style: compressed
sourcemap: never
last-modified-at:
date-format: '%Y%m%dT%H%M'
redirect_from:
json: false
form_endpoints:
feedback: 'https://formspree.io/f/xdoboyro'
noindex: false