Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 27a36c4

Browse files
Merge pull request magento-commerce/devdocs#2486 from magento-devdocs/DOC-478-rebrand
Rebranding: Updated references to Magento Admin
2 parents b985ae5 + 1e719f1 commit 27a36c4

File tree

179 files changed

+508
-507
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+508
-507
lines changed

src/_data/whats-new.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ entries:
12251225
link: https://github.com/magento/devdocs/pull/8770
12261226
contributor: abukatar
12271227
profile: https://github.com/abukatar
1228-
- description: Added the "Configure product video options from Magento Admin" section
1228+
- description: Added the "Configure product video options from Admin" section
12291229
to the [Configure product video](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/themes/product-video.html)
12301230
topic.
12311231
versions: 2.3.x, 2.4.x
@@ -1834,7 +1834,7 @@ entries:
18341834
link: https://github.com/magento/devdocs/pull/8311
18351835
contributor: sathiyaaa
18361836
profile: https://github.com/sathiyaaa
1837-
- description: Added a new topic describing how to [customize the Magento Admin design](https://devdocs.magento.com/guides/v2.4/howdoi/admin/customize_admin.html).
1837+
- description: Added a new topic describing how to [customize the Admin design](https://devdocs.magento.com/guides/v2.4/howdoi/admin/customize_admin.html).
18381838
versions: 2.3.x, 2.4.x
18391839
type: New Topic
18401840
date: December 8, 2020
@@ -3601,7 +3601,7 @@ entries:
36013601
link: https://github.com/magento/devdocs/pull/6811
36023602
- description: Improved the instructions to configure Cloud Starter projects to use
36033603
New Relic to add alternative instructions for users who have access to New Relic
3604-
and the Magento Admin for a site, but do not have access to configure environment
3604+
and the Admin for a site, but do not have access to configure environment
36053605
variables through the Magento Cloud project. See [Configure New Relic for Starter
36063606
environments](https://devdocs.magento.com/cloud/project/new-relic.html#configure-new-relic-for-starter-environments).
36073607
versions: 2.3.x
@@ -5809,7 +5809,7 @@ entries:
58095809
date: March 1, 2019
58105810
link: https://github.com/magento/devdocs/pull/3841
58115811
- description: "- Updated the Custom VCL snippets with instructions for using the
5812-
Magento Admin UI to create and manage VCL snippets.<br/>- Updated and corrected
5812+
Admin UI to create and manage VCL snippets.<br/>- Updated and corrected
58135813
the following examples for using Fastly Edge Dictionaries and custom VCL snippets
58145814
to manage request routing for Magento Commerce Cloud traffic: Set up redirects
58155815
to WordPress backend, Block referrer spam, and Secure access to the Admin UI by
@@ -5841,7 +5841,7 @@ entries:
58415841
Updated the Cloud Docker content to explain how to configure Xdebug.<br/>- Added
58425842
two new environment variables: RESOURCE_CONFIGURATION deploy variable and X_FRAME_CONFIGURATION
58435843
global variable<br/>- Updated the ADMIN variables and clarified the usage of ADMIN
5844-
variables in the Access your Magento Admin panel page.<br/>- Added an example
5844+
variables in the Access your Admin page.<br/>- Added an example
58455845
for preloading pages from multiple domains in the WARM_UP_PAGES post-deploy variable.<br/>-
58465846
Deprecated SCD_EXCLUDE_THEMES environment variable.<br/>- Clarified the backup
58475847
and retention statements regarding the most recent 24-hour period.'

src/_includes/comp-man/backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ After you pass all readiness checks, you can back up:
44
* The `pub/media` directory
55
* The Magento 2 database
66

7-
Backups are stored in the `var/backups` directory and can be restored at any time using the [`magento setup:rollback`]({{ page.baseurl }}/install-gde/install/cli/install-cli-uninstall-mods.html#instgde-cli-uninst-mod-roll) or using the Magento Admin.
7+
Backups are stored in the `var/backups` directory and can be restored at any time using the [`magento setup:rollback`]({{ page.baseurl }}/install-gde/install/cli/install-cli-uninstall-mods.html#instgde-cli-uninst-mod-roll) or using the Admin.
88

99
{:.bs-callout-info}
1010
Magento backup features must be enabled. For more information and commands, see [Enable backups]({{ page.baseurl }}/install-gde/install/cli/install-cli-backup.html#enable-backups).

src/_includes/comp-man/checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Results similar to the following should display:
3535
* * * * * /usr/bin/php /var/www/magento2/bin/magento setup:cron:run >> /var/www/magento2/var/log/setup.cron.log
3636
```
3737

38-
Another symptom of cron not running is the following error in the Magento Admin:
38+
Another symptom of cron not running is the following error in the Admin:
3939

4040
![cron isn't running]({{ site.baseurl }}/common/images/compman-cron-not-running.png){:width="500px"}
4141

src/_includes/comp-man/checklist_2.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Results similar to the following should display:
6262
* * * * * /usr/bin/php /var/www/magento2/bin/magento setup:cron:run >> /var/www/magento2/var/log/setup.cron.log
6363
```
6464

65-
Another symptom of cron not running is the following error in the Magento Admin:
65+
Another symptom of cron not running is the following error in the Admin:
6666

6767
![cron isn't running]({{ site.baseurl }}/common/images/compman-cron-not-running.png){:width="500px"}
6868

src/_includes/config/config-reference-b2b.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This section lists variable names and configuration paths available for options
66

77
### B2B Features paths
88

9-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **General** > **B2B Features**.
9+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **General** > **B2B Features**.
1010

1111
| Name | Config path | Encrypted? | System-specific? | Sensitive? |
1212
| -------------- | -------------- | -------------- | -------------- | -------------- |
@@ -24,7 +24,7 @@ This section lists variable names and config paths available for options in the
2424

2525
### Company configuration paths
2626

27-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Customers** > **Company Configuration**.
27+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Customers** > **Company Configuration**.
2828

2929
| Name | Config path | Encrypted? | System-specific? | Sensitive? |
3030
|--------------|--------------|--------------|--------------|--------------|
@@ -62,7 +62,7 @@ These configuration values are available in the Magento Admin in **Stores** > Se
6262

6363
### Requisition lists paths
6464

65-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Customers** > **Requisition Lists**.
65+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Customers** > **Requisition Lists**.
6666

6767
| Name | Config path | Encrypted? | System-specific? | Sensitive? |
6868
| -------------- | -------------- | -------------- | -------------- | -------------- |
@@ -74,7 +74,7 @@ This section lists variable names and config paths available for options in the
7474

7575
### Sales Emails paths
7676

77-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Sales** > **Sales Emails**.
77+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Sales** > **Sales Emails**.
7878

7979
| Name | Config path | Encrypted? | System-specific? | Sensitive? |
8080
| -------------- | -------------- | -------------- | -------------- | -------------- |
@@ -91,7 +91,7 @@ These configuration values are available in the Magento Admin in **Stores** > Se
9191

9292
### Quotes paths
9393

94-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Sales** > **Quotes**.
94+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Sales** > **Quotes**.
9595

9696
| Name | Config path | Encrypted? | System-specific? | Sensitive? |
9797
| -------------- | -------------- | -------------- | -------------- | -------------- |
@@ -108,7 +108,7 @@ These configuration values are available in the Magento Admin in **Stores** > Se
108108

109109
## Payment method paths
110110

111-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Sales** > **Payment Methods**.
111+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Sales** > **Payment Methods**.
112112

113113
{:.bs-callout-info}
114114
The available paths are determined by your choice of Merchant country.

src/_includes/config/config-reference_sensitive.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This section lists variable names and configuration paths available for options
77

88
### Web paths sensitive and system-specific paths
99

10-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **General** > **Web**.
10+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **General** > **Web**.
1111

1212
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
1313
|--------------|--------------|--------------|--------------|--------------|--------------|
@@ -26,15 +26,15 @@ These configuration values are available in the Magento Admin in **Stores** > Se
2626

2727
### Currency setup sensitive and system-specific paths
2828

29-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **General** > **Currency setup**.
29+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **General** > **Currency setup**.
3030

3131
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
3232
|--------------|--------------|--------------|--------------|--------------|--------------|
3333
| Error Email Recipient | `currency/import/error_email` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> | | | ![Sensitive]({{ site.baseurl }}/common/images/cloud_sens.png) |
3434

3535
### Store email address sensitive and system-specific paths
3636

37-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Email Configuration** > **General** > **Store Email Addresses**.
37+
These configuration values are available in the Admin in **Stores** > Settings > **Email Configuration** > **General** > **Store Email Addresses**.
3838

3939
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
4040
|--------------|--------------|--------------|--------------|--------------|--------------|
@@ -51,15 +51,15 @@ These configuration values are available in the Magento Admin in **Stores** > Se
5151

5252
### Contacts sensitive and system-specific paths
5353

54-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **General** > **Contacts**.
54+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **General** > **Contacts**.
5555

5656
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
5757
|--------------|--------------|--------------|--------------|--------------|--------------|
5858
| Send Emails To | `contact/email/recipient_email` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> | | | ![Sensitive]({{ site.baseurl }}/common/images/cloud_sens.png) |
5959

6060
### New Relic reporting sensitive and system-specific paths
6161

62-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **General** > **New Relic Reporting**.
62+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **General** > **New Relic Reporting**.
6363

6464
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
6565
|--------------|--------------|--------------|--------------|--------------|--------------|
@@ -76,7 +76,7 @@ This section lists variable names and config paths available for options in the
7676

7777
### Customer configuration sensitive and system-specific paths
7878

79-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Customers** > **Customer Configuration**.
79+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Customers** > **Customer Configuration**.
8080

8181
Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
8282
|--------------|--------------|--------------|--------------|--------------|--------------|
@@ -88,7 +88,7 @@ This section lists variable names and config paths available for options in the
8888

8989
### Catalog sensitive and system-specific paths
9090

91-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Catalog** > **Catalog**.
91+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Catalog** > **Catalog**.
9292

9393
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
9494
|--------------|--------------|--------------|--------------|--------------|--------------|
@@ -109,7 +109,7 @@ These configuration values are available in the Magento Admin in **Stores** > Se
109109

110110
### XML sitemap sensitive and system-specific paths
111111

112-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Catalog** > **XML Sitemap**.
112+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Catalog** > **XML Sitemap**.
113113

114114
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
115115
|--------------|--------------|--------------|--------------|--------------|--------------|
@@ -121,7 +121,7 @@ This section lists variable names and config paths available for options in the
121121

122122
### Shipping settings sensitive and system-specific paths
123123

124-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Sales** > **Shipping Settings**.
124+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Sales** > **Shipping Settings**.
125125

126126
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
127127
|--------------|--------------|--------------|--------------|--------------|--------------|
@@ -135,7 +135,7 @@ These configuration values are available in the Magento Admin in **Stores** > Se
135135

136136
### Sales emails sensitive and system-specific paths
137137

138-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Sales** > **Sales Emails**.
138+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Sales** > **Sales Emails**.
139139

140140
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
141141
|--------------|--------------|--------------|--------------|--------------|--------------|
@@ -150,23 +150,23 @@ These configuration values are available in the Magento Admin in **Stores** > Se
150150

151151
### Checkout sensitive and system-specific paths
152152

153-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Sales** > **Checkout**.
153+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Sales** > **Checkout**.
154154

155155
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
156156
|--------------|--------------|--------------|--------------|--------------|--------------|
157157
| Send Payment Failed Email Copy To | `checkout/payment_failed/copy_to` | <!-- ![Not EE-only]({{ site.baseurl }}/common/images/red-x.png) --> | | | ![Sensitive]({{ site.baseurl }}/common/images/cloud_sens.png) |
158158

159159
### Google API sensitive and system-specific paths
160160

161-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Sales** > **Google API**.
161+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Sales** > **Google API**.
162162

163163
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
164164
|--------------|--------------|--------------|--------------|--------------|--------------|
165165
| Container Id | `google/analytics/container_id` | ![EE-only]({{ site.baseurl }}/common/images/cloud_ee.png) | | | ![Sensitive]({{ site.baseurl }}/common/images/cloud_sens.png) |
166166

167167
### Shipping methods sensitive and system-specific paths
168168

169-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Sales** > **Shipping Methods**.
169+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Sales** > **Shipping Methods**.
170170

171171
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
172172
|--------------|--------------|--------------|--------------|--------------|--------------|
@@ -195,7 +195,7 @@ These configuration values are available in the Magento Admin in **Stores** > Se
195195

196196
### Sales sensitive and system-specific paths
197197

198-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Sales** > **Sales**.
198+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Sales** > **Sales**.
199199

200200
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
201201
|--------------|--------------|--------------|--------------|--------------|--------------|
@@ -213,7 +213,7 @@ These configuration values are available in the Magento Admin in **Stores** > Se
213213

214214
### Google API paths
215215

216-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Sales** > **Google API**.
216+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Sales** > **Google API**.
217217

218218
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
219219
|--------------|--------------|--------------|--------------|--------------|--------------|
@@ -225,7 +225,7 @@ This section lists variable names and config paths available for options in the
225225

226226
### Admin sensitive and system-specific paths
227227

228-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Advanced** > **Admin**.
228+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Advanced** > **Admin**.
229229

230230
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
231231
|--------------|--------------|--------------|--------------|--------------|--------------|
@@ -234,7 +234,7 @@ These configuration values are available in the Magento Admin in **Stores** > Se
234234

235235
### System sensitive and system-specific paths
236236

237-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Advanced** > **System**.
237+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Advanced** > **System**.
238238

239239
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
240240
|--------------|--------------|--------------|--------------|--------------|--------------|
@@ -244,7 +244,7 @@ These configuration values are available in the Magento Admin in **Stores** > Se
244244

245245
### Developer sensitive and system-specific paths
246246

247-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Advanced** > **Developer**.
247+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Advanced** > **Developer**.
248248

249249
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
250250
|--------------|--------------|--------------|--------------|--------------|--------------|
@@ -256,7 +256,7 @@ This section lists variable names and config paths available for options in the
256256

257257
### System paths
258258

259-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Advanced** > **System**.
259+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Advanced** > **System**.
260260

261261
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
262262
|--------------|--------------|--------------|--------------|--------------|--------------|
@@ -267,7 +267,7 @@ These configuration values are available in the Magento Admin in **Stores** > Se
267267

268268
### Developer paths
269269

270-
These configuration values are available in the Magento Admin in **Stores** > Settings > **Configuration** > **Advanced** > **Developer**.
270+
These configuration values are available in the Admin in **Stores** > Settings > **Configuration** > **Advanced** > **Developer**.
271271

272272
| Name | Config path | EE only? | Encrypted? | System-specific? | Sensitive? |
273273
|--------------|--------------|--------------|--------------|--------------|--------------|

0 commit comments

Comments
 (0)