forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvar.yml
26 lines (19 loc) · 1.01 KB
/
var.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
# Prior to Q3 2017, we weren't using variables for Magento product names. When Magento leadership announced
# a product renaming initiative, the Devdocs team decided to replace plain text instances of old product
# names with variables that would automatically pull in the new product name.
# Here's a reference of old-to-new Magento product names for future reference:
# Community Edition (CE) ---> Open Source
# Enterprise Edition (EE) ---> Commerce
# Enterprise Cloud Edition (ECE) ---> Commerce Cloud
# Enterprise Edition for B2B ---> Commerce for B2B
#NOTE: The new product name variables use the old product name abbreviations (e.g., ce, ee, ece, b2b).
# Product Name variables
ce: Magento Open Source
ee: Magento Commerce
b2b: Magento Commerce for B2B
mbi: Magento Business Intelligence
# Cloud product name variables
ece: Magento Commerce Cloud
ct: ece-tools
# TIP: Use the following syntax to use a variable in the documentation source: {{site.data.var.xx}} where xx
# is the variable value.