-
Notifications
You must be signed in to change notification settings - Fork 278
/
_config.yml
183 lines (169 loc) · 3.26 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
# This file sets default project configuration for the User Guides website generator
# See default Jekyll configuration at https://jekyllrb.com/docs/configuration/default/
title: Adobe Commerce 2.4 User Guide
description: Merchant-focused documentation for both Adobe Commerce and Magento Open Source
logo: Commerce User Guide
baseurl: /user-guide
url: "https://docs.magento.com"
destination: _site/user-guide
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
markdown: kramdown
highlighter: rouge
theme: devdocs
source: src
plugins_dir: ./_plugins
version: 2.4
versions:
-
name: "2.4"
url: "/user-guide"
-
name: "2.3"
url: "/user-guide/v2.3"
algolia:
application_id: E642SEDTHL
index_name: merchdocs
# search-only API key allows to search data immediately.
# It is safe to use in production front-end code.
# Used at src/_includes/layout/header-scripts.html
# For more details, refer to: https://www.algolia.com/doc/guides/security/api-keys/#search-only-api-key
search_only_key: d2d0f33ab73e291ef8d88d8b565e754c
google:
gtm: GTM-KRCLXBB
defaults:
-
scope:
path: '' # an empty string here means all files in the project
values:
layout: default
lang: en
github_link: true
feedback_link: true
github_repo: https://github.com/magento/merchdocs/
github_files: https://github.com/magento/merchdocs/blob/master/
-
scope:
path: catalog
values:
group: catalog
-
scope:
path: cms
values:
group: content
-
scope:
path: customers
values:
group: customers
-
scope:
path: design
values:
group: content
-
scope:
path: getting-started
values:
group: getting-started
-
scope:
path: quick-tour
values:
group: getting-started
-
scope:
path: marketing
values:
group: marketing
-
scope:
path: product-recommendations
values:
group: marketing
-
scope:
path: live-search
values:
group: marketing
-
scope:
path: operations
values:
group: operations
-
scope:
path: sales-channels
values:
group: marketing
-
scope:
path: stores
values:
group: operations
-
scope:
path: system
values:
group: operations
-
scope:
path: tax
values:
group: operations
-
scope:
path: reports
values:
group: operations
-
scope:
path: mcom
values:
group: operations
-
scope:
path: sales
values:
group: sales
-
scope:
path: shipping
values:
group: sales
-
scope:
path: payment
values:
group: sales
-
scope:
path: magento-payments
values:
group: sales
-
scope:
path: configuration
values:
group: config-ref
-
scope:
path: magento
values:
group: getting-started
plugins:
- jekyll-redirect-from
- jekyll-sitemap
livereload: true
check_links: true
devdocs_url: https://devdocs.magento.com
# This addition fixes a bug in the copy.js of devdocs-theme
#
kramdown:
toc_levels: 2..3
syntax_highlighter_opts:
css_class: highlighter
span:
line_numbers: false
block:
line_numbers: true