forked from magento/merchdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
141 lines (133 loc) · 2.37 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
title: Magento User Guide
description: Merchant documentation and tutorials to help you manage a Magento store
logo: User Guide
baseurl: ''
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
markdown: kramdown
highlighter: rouge
theme: devdocs
source: src
plugins_dir: ./_plugins
version: 2.3
editions:
-
name: Open Source
url: https://docs.magento.com/m2/ce/user_guide/getting-started.html
-
name: Commerce
url: https://docs.magento.com/m2/ee/user_guide/getting-started.html
-
name: B2B
url: https://docs.magento.com/m2/b2b/user_guide/getting-started.html
algolia:
application_id: E642SEDTHL
index_name: merchdocs_ce
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/src/
-
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: 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: sales
values:
group: sales
-
scope:
path: shipping
values:
group: sales
-
scope:
path: payment
values:
group: sales
-
scope:
path: configuration
values:
group: getting-started
-
scope:
path: magento
values:
group: getting-started
plugins:
- jekyll-redirect-from
- jekyll-sitemap
livereload: true
check_links: true