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

Commit f6c256a

Browse files
committed
#5249: Markdown linting: Spaces after list markers (MD030)
1 parent 70caad2 commit f6c256a

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

_includes/cloud/patch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ We recommend installing full {{site.data.var.ee}} upgrades for important securit
77

88
There are two types of patches:
99

10-
*[General patches](#cloud-patch-gen)
10+
* [General patches](#cloud-patch-gen)
1111

1212
These patches are provided for all {{site.data.var.ee}} customers in a GitHub repository that's referenced in your `composer.json`. We apply these patches automatically during the build phase.
1313

1414
To install general patches, use `composer update`, test your system, and push the patches to the remote server.
1515

16-
*[Custom patches](#cloud-patch-custom)
16+
* [Custom patches](#cloud-patch-custom)
1717

1818
Custom patches can be provided by Magento to address a specific issue you raised in a Support ticket. Third-party module / extension developers can also provide a custom patch.
1919

_includes/comp-man/backup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
After you pass all readiness checks, you can back up:
22

3-
*The Magento 2 file system (excluding `var` and `pub/static` directories)
4-
*The `pub/media` directory
5-
*The Magento 2 database
3+
* The Magento 2 file system (excluding `var` and `pub/static` directories)
4+
* The `pub/media` directory
5+
* The Magento 2 database
66

77
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.
88

_includes/comp-man/checklist.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Before you continue, to avoid errors during your installation or update, make sure you verify *all* of the following:
22

3-
*You set up a [Magento file system owner](#magento-owner-group) and shared that owner's group with the web server user group
4-
*Your [cron jobs](#magento-cron) are set up and running
5-
*[File system permissions](#perms) are set properly
3+
* You set up a [Magento file system owner](#magento-owner-group) and shared that owner's group with the web server user group
4+
* Your [cron jobs](#magento-cron) are set up and running
5+
* [File system permissions](#perms) are set properly
66

7-
{:.bs-callout .bs-callout-warning}
7+
{: .bs-callout-warning }
88
Do not continue without performing these checks. Failure to do so could result in errors.
99

1010
### Magento file system owner and group {#magento-owner-group}

_includes/comp-man/checklist_2.2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Before you continue, to avoid errors during your installation or update, make sure you verify *all* of the following:
22

3-
*You set up a [Magento file system owner](#magento-owner-group) and shared that owner's group with the web server user group
4-
*Your [cron jobs](#magento-cron) are set up and running
5-
*[Set a value for DATA_CONVERTER_BATCH_SIZE](#batch-size)
6-
*[File system permissions](#perms) are set properly
3+
* You set up a [Magento file system owner](#magento-owner-group) and shared that owner's group with the web server user group
4+
* Your [cron jobs](#magento-cron) are set up and running
5+
* [Set a value for DATA_CONVERTER_BATCH_SIZE](#batch-size)
6+
* [File system permissions](#perms) are set properly
77

88
{: .bs-callout-warning }
99
Do not continue without performing these checks. Failure to do so could result in errors.

_includes/comp-man/dependency.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
We suggest you try the following solutions in the order shown:
66

7-
*[Conflicting dependencies](#trouble-depend-conflict)
8-
*[File system permissions issues](#trouble-depend-permission)
9-
*[The Component Dependency Check status never changes](#trouble-depend-state)
7+
* [Conflicting dependencies](#trouble-depend-conflict)
8+
* [File system permissions issues](#trouble-depend-permission)
9+
* [The Component Dependency Check status never changes](#trouble-depend-state)
1010

1111
### Conflicting dependencies {#trouble-depend-conflict}
1212

@@ -21,7 +21,7 @@ Following is a sample failure message:
2121
- magento/sample-data version 0.74.0-beta15. Please try to update it to one of the following package versions: 0.74.0-beta16, 0.74.0-beta14, 0.74.0-beta13, 0.74.0-beta12, 0.74.0-beta11, 0.74.0-beta10, 0.74.0-beta9, 0.74.0-beta8, 0.74.0-beta7
2222
```
2323

24-
{:.bs-callout .bs-callout-info}
24+
{: .bs-callout-info }
2525
The message you see will likely be different.
2626

2727
Typically, component dependency conflicts result from someone manually editing the Magento 2 `composer.json` file. It can also be caused by third-party modules that depend on earlier Magento components than the ones you have installed.

_includes/comp-man/readiness-check.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
After the readiness check completes, see one of the following:
22

3-
*[Readiness check success](#compman-readiness-success)
4-
*[Readiness check failure](#compman-readiness-fail)
3+
* [Readiness check success](#compman-readiness-success)
4+
* [Readiness check failure](#compman-readiness-fail)
55

66
### Readiness check success {#compman-readiness-success}
77

@@ -17,9 +17,9 @@ Messages similar to the following display if any readiness check fails.
1717

1818
In the event of failure, see one of the following sections:
1919

20-
*[Updater check failure]({{ page.baseurl }}/comp-mgr/trouble/cman/updater.html)
21-
*[Cron script check failure]({{ page.baseurl }}/comp-mgr/trouble/cman/cron.html)
22-
*[Component dependency check failure]({{ page.baseurl }}/comp-mgr/trouble/cman/component-depend.html)
23-
*[PHP version readiness check issues]({{ page.baseurl }}/comp-mgr/trouble/cman/php-version.html)
24-
*[PHP settings errors]({{ page.baseurl }}/install-gde/trouble/php/tshoot_php-set.html)
25-
*[PHP extensions check failure]({{ page.baseurl }}/install-gde/system-requirements.html)
20+
* [Updater check failure]({{ page.baseurl }}/comp-mgr/trouble/cman/updater.html)
21+
* [Cron script check failure]({{ page.baseurl }}/comp-mgr/trouble/cman/cron.html)
22+
* [Component dependency check failure]({{ page.baseurl }}/comp-mgr/trouble/cman/component-depend.html)
23+
* [PHP version readiness check issues]({{ page.baseurl }}/comp-mgr/trouble/cman/php-version.html)
24+
* [PHP settings errors]({{ page.baseurl }}/install-gde/trouble/php/tshoot_php-set.html)
25+
* [PHP extensions check failure]({{ page.baseurl }}/install-gde/system-requirements.html)

0 commit comments

Comments
 (0)