forked from magento/merchdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
156 lines (144 loc) · 2.58 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
# This file sets default project configuration for the User Guides website generator
# See default Jekyll configuration at https://jekyllrb.com/docs/configuration/default/
title: Magento 2.4 User Guide
description: Merchant-focused documentation for both Magento Commerce and Magento Open Source
logo: 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
api_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: 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: configuration
values:
group: config-ref
-
scope:
path: magento
values:
group: getting-started
plugins:
- jekyll-redirect-from
- jekyll-sitemap
livereload: true
check_links: true