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

Commit d6000b6

Browse files
Merge pull request #5669 from magento/5248-ol-list-prefix-4
Fixed ordered list prefix (MD029) - Group 4
2 parents 0a51f43 + e2ad765 commit d6000b6

22 files changed

+171
-178
lines changed

guides/v2.2/marketplace/eqp/auth.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Authentication
66
All API requests must be authenticated using [HTTP Basic Authentication](https://en.wikipedia.org/wiki/Basic_access_authentication). The REST APIs use a two-step process to authenticate a client application and authorize access to resources:
77

88
1. Obtain a session token using an application ID and secret.
9-
2. Provide the session token as an HTTP Authorization Bearer header to access a resource.
9+
1. Provide the session token as an HTTP Authorization Bearer header to access a resource.
1010

1111
First, you must create an application on the [Developer Portal](https://developer.magento.com) to obtain an application ID and secret for sandbox and production endpoints.
1212

@@ -17,8 +17,8 @@ Information about how to create applications will be announced when the EQP REST
1717

1818
You must use an application ID and secret to obtain a session token. See the following list for examples of an application ID and secret:
1919

20-
* **id**—AQ17NZ49WC
21-
* **secret**—8820c99614d65f923df7660276f20e029d73e2ca
20+
* **id**—AQ17NZ49WC
21+
* **secret**—8820c99614d65f923df7660276f20e029d73e2ca
2222

2323
The following endpoint grants an application session token:
2424

@@ -61,10 +61,10 @@ A successful HTTP 200 OK response will be sent for a valid application ID and se
6161
}
6262
```
6363

64-
* The `mage_id` value will identify the user account associated with the client application.
65-
* The `ust` value (user session token) must be used as the `Authorization Bearer` header for all subsequent API calls.
66-
* The session token is valid only for the time specified in `expires_in` (seconds).
67-
* When session token expires, a new token must be obtained as described above.
64+
* The `mage_id` value will identify the user account associated with the client application.
65+
* The `ust` value (user session token) must be used as the `Authorization Bearer` header for all subsequent API calls.
66+
* The session token is valid only for the time specified in `expires_in` (seconds).
67+
* When session token expires, a new token must be obtained as described above.
6868

6969
## Authorization Bearer
7070

guides/v2.2/marketplace/eqp/packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ You can submit a package in either of the following ways:
382382
* A single POST request with all required fields set. You must explicitly indicate that you are for technical and marketing review using the `action` parameter.
383383
* A series of requests, typically in the following order:
384384
1. A single POST request with the minimum required fields set and `action` set to `draft` in either `technical`, `marketing`, or both. This request accepts the new package and saves it on the Developer Portal for further updates. It returns a unique `submission_id` for subsequent PUT operations.
385-
2. One or more PUT requests in which you configure the package parameters. In these requests, set `action` to `draft` in `technical`, `marketing`, or both.
386-
3. A final PUT request indicating submission for `technical`, `marketing`, or both.
385+
1. One or more PUT requests in which you configure the package parameters. In these requests, set `action` to `draft` in `technical`, `marketing`, or both.
386+
1. A final PUT request indicating submission for `technical`, `marketing`, or both.
387387

388388
You can update one or more parameters in `draft` mode, but the API does not check for validation errors.
389389

guides/v2.2/migration/migration-manually.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ This section applies to you *only* if you store media files in the Magento datab
3131

3232
1. Log in to the Magento 1 Admin Panel as an administrator.
3333

34-
2. Click **System** > **Configuration** > ADVANCED > **System**.
34+
1. Click **System** > **Configuration** > ADVANCED > **System**.
3535

36-
3. In the right pane, scroll to **Storage Configuration for Media**.
36+
1. In the right pane, scroll to **Storage Configuration for Media**.
3737

38-
4. From the **Select Media Database** list, click the name of your [media storage](https://glossary.magento.com/media-storage) database.
38+
1. From the **Select Media Database** list, click the name of your [media storage](https://glossary.magento.com/media-storage) database.
3939

40-
5. Click **Synchronize**.
40+
1. Click **Synchronize**.
4141

4242
Then, repeat the same steps in your Magento 2 Admin panel.
4343

@@ -49,9 +49,9 @@ However, do *not* copy the `.htaccess` files located in the Magento 1 `media` fo
4949

5050
## Storefront design
5151

52-
* Design in files (CSS, JS, templates, [XML](https://glossary.magento.com/xml) layouts) changed its location and format
52+
* Design in files (CSS, JS, templates, [XML](https://glossary.magento.com/xml) layouts) changed its location and format
5353

54-
* [Layout](https://glossary.magento.com/layout) Updates stored in database. Placed through Magento 1 Admin in [CMS](https://glossary.magento.com/cms) Pages, CMS Widgets, [Category](https://glossary.magento.com/category) Pages and Product Pages
54+
* [Layout](https://glossary.magento.com/layout) Updates stored in database. Placed through Magento 1 Admin in [CMS](https://glossary.magento.com/cms) Pages, CMS Widgets, [Category](https://glossary.magento.com/category) Pages and Product Pages
5555

5656
## Access Control Lists (ACLs)
5757

@@ -67,4 +67,4 @@ You may adjust the time zone for a database entity using the `\Migration\Handler
6767
{:.ref-header}
6868
Related topics
6969

70-
* <a href="{{ page.baseurl }}/migration/migration-migrate-after.html">After migration</a>
70+
* <a href="{{ page.baseurl }}/migration/migration-migrate-after.html">After migration</a>

guides/v2.2/migration/migration-migrate-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ menu_order: 2
1010
## Before you start: routine preparation
1111

1212
1. Log in to Magento server as [the file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html).
13-
2. Change to the Magento installation directory or make sure it is added to your system PATH.
13+
1. Change to the Magento installation directory or make sure it is added to your system PATH.
1414

1515
See the [First steps]({{ page.baseurl }}/migration/migration-migrate.html#migration-command-run-first) section for more details.
1616

guides/v2.2/migration/migration-migrate-settings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ According to our data migration [order]({{ page.baseurl }}/migration/migration-m
1818

1919
1. Log in to Magento server as [the file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html).
2020

21-
2. Change to the Magento `/bin` directory or make sure it is added to your system PATH.
21+
1. Change to the Magento `/bin` directory or make sure it is added to your system PATH.
2222

2323
{: .bs-callout-info }
2424
Ensure Magento is deployed in default mode. Developer mode can cause validation errors in the migration tool.
@@ -35,9 +35,9 @@ bin/magento migrate:settings [-r|--reset] {<path to config.xml>}
3535

3636
where:
3737

38-
* `[-r|--reset]` is an optional argument that starts migration from the beginning. You can use this argument for testing migration
38+
* `[-r|--reset]` is an optional argument that starts migration from the beginning. You can use this argument for testing migration
3939

40-
* `{<path to config.xml>}` is the absolute file system path to the migration tool's [`config.xml`]({{page.baseurl}}/migration/migration-tool-configure.html#migration-configure) file; this argument is required.
40+
* `{<path to config.xml>}` is the absolute file system path to the migration tool's [`config.xml`]({{page.baseurl}}/migration/migration-tool-configure.html#migration-configure) file; this argument is required.
4141

4242
{: .bs-callout-info }
4343
This command does not migrate all configuration settings. Verify all settings in the Magento 2 [Admin](https://glossary.magento.com/admin) before proceeding.
@@ -74,4 +74,4 @@ For more details, see the [Settings migration mode]({{ page.baseurl }}/migration
7474

7575
## Next migration step
7676

77-
* [Migrate data]({{ page.baseurl }}/migration/migration-migrate-data.html)
77+
* [Migrate data]({{ page.baseurl }}/migration/migration-migrate-data.html)

guides/v2.2/migration/migration-migrate.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ During the migration process, **do not:**
1717

1818
1. Make any changes in the Magento 1 [Admin](https://glossary.magento.com/admin) except for order management (shipping, creating invoice, credit memos, etc.)
1919

20-
2. Alter any code
20+
1. Alter any code
2121

22-
3. Make changes in the Magento 2 Admin and [storefront](https://glossary.magento.com/storefront)
22+
1. Make changes in the Magento 2 Admin and [storefront](https://glossary.magento.com/storefront)
2323

2424
{: .bs-callout .bs-callout-tip }
2525
All operations in Magento 1 storefront are allowed at this time.
@@ -46,9 +46,9 @@ where:
4646

4747
1. `<mode>` may be: [`settings`]({{ page.baseurl }}/migration/migration-migrate-settings.html), [`data`]({{ page.baseurl }}/migration/migration-migrate-data.html), or [`delta`]({{ page.baseurl }}/migration/migration-migrate-delta.html)
4848

49-
2. `[-r|--reset]` is an optional argument that starts migration from the beginning. You can use this argument for testing migration.
49+
1. `[-r|--reset]` is an optional argument that starts migration from the beginning. You can use this argument for testing migration.
5050

51-
3. `{<path to config.xml>}` is the absolute file system path to `config.xml`; this argument is required.
51+
1. `{<path to config.xml>}` is the absolute file system path to `config.xml`; this argument is required.
5252

5353
{: .bs-callout-info }
5454
Logs are written to the `<magento_root>/var/` directory.
@@ -58,7 +58,7 @@ Logs are written to the `<magento_root>/var/` directory.
5858
When we created the Data Migration Tool, we assumed the following data transfer sequence:
5959

6060
1. [Settings]({{ page.baseurl }}/migration/migration-migrate-settings.html)
61-
2. [Data]({{ page.baseurl }}/migration/migration-migrate-data.html)
62-
3. [Changes]({{ page.baseurl }}/migration/migration-migrate-delta.html)
61+
1. [Data]({{ page.baseurl }}/migration/migration-migrate-data.html)
62+
1. [Changes]({{ page.baseurl }}/migration/migration-migrate-delta.html)
6363

6464
That's why we strongly recommend to keep this order to migrate quickly and with no issues.

guides/v2.2/migration/migration-overview-how.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ This topic provides a high-level overview of how data is migrated from Magento 1
77

88
## Terminology
99

10-
* **Modes** - an ordered set of operations for migrating data from Magento 1.x to Magento 2.x.
11-
* **Steps** - the tasks in a mode that define the kinds of data to migrate.
12-
* **Stages** - the tasks in step that validate, transfer, and verify the data.
13-
* **Map files** - XML files that define the rules and connections between Magento 1.x and Magento 2.x data structures for completing the stages.
10+
* **Modes** - an ordered set of operations for migrating data from Magento 1.x to Magento 2.x.
11+
* **Steps** - the tasks in a mode that define the kinds of data to migrate.
12+
* **Stages** - the tasks in step that validate, transfer, and verify the data.
13+
* **Map files** - XML files that define the rules and connections between Magento 1.x and Magento 2.x data structures for completing the stages.
1414

1515
## Modes
1616

1717
The Data Migration Tool splits the migration process into three phases or *modes* in order to transfer and adapt data from Magento 1.x to Magento 2.x. The three modes are listed here and must be run in this order:
1818

1919
1. **Settings Mode**: migrates the system configuration and website-related settings.
20-
2. **Data Mode**: migrates database assets in bulk.
21-
3. **Delta Mode**: migrates incremental changes (changes since the last run), such as new customers and orders.
20+
1. **Data Mode**: migrates database assets in bulk.
21+
1. **Delta Mode**: migrates incremental changes (changes since the last run), such as new customers and orders.
2222

2323
![Migration Modes]
2424

@@ -32,9 +32,9 @@ The Data Migration Tool uses a list of *steps* within each mode to migrate a par
3232

3333
Within each step are three *stages* that are always executed in this order to ensure the data gets properly migrated:
3434

35-
1. **Integrity Check**: Compares the table field names, types, and other info to verify compatibility between Magento 1 and 2 data structures.
36-
2. **Data Transfer**: Transfers the data table by table from Magento 1 and 2.
37-
3. **Volume Check**: Compares the number of records between tables to verify that the transfer was successful.
35+
1. **Integrity Check**: Compares the table field names, types, and other info to verify compatibility between Magento 1 and 2 data structures.
36+
1. **Data Transfer**: Transfers the data table by table from Magento 1 and 2.
37+
1. **Volume Check**: Compares the number of records between tables to verify that the transfer was successful.
3838

3939
![Migration Steps]
4040

@@ -64,4 +64,4 @@ Mapping files are discussed in more detail in [Data Migration Tool Technical Spe
6464
[Migration Steps]: {{site.baseurl}}/common/images/MigrationSteps2.png
6565
{: height="247px" width="930px"}
6666

67-
[Migration Flow]: {{site.baseurl}}/common/images/migration_flow.png
67+
[Migration Flow]: {{site.baseurl}}/common/images/migration_flow.png

0 commit comments

Comments
 (0)