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

Markdown linting: Enable rule MD023 - Headers must start at the beginning of the line #5331

Merged
merged 2 commits into from
Sep 27, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _checks/styles/style-rules-prod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rule 'MD019'
exclude_rule 'MD020'
exclude_rule 'MD021'
exclude_rule 'MD022'
exclude_rule 'MD023'
rule 'MD023'
exclude_rule 'MD024'
rule 'MD025'
exclude_rule 'MD026'
Expand Down
4 changes: 1 addition & 3 deletions guides/v2.2/config-guide/multi-site/ms_websites.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ This task requires you to create a root [category](https://glossary.magento.com/
* [Content](http://docs.magento.com/m2/ce/user_guide/cms/content-menu.html)

{: .bs-callout-info }
For example purposes only, we use a French [website](https://glossary.magento.com/website) with website code `french` in this topic. For step-by-step tutorials, see:
- [Tutorial: Set up multiple websites with Apache]({{ page.baseurl }}/config-guide/multi-site/ms_apache.html)
- [Tutorial: Set up multiple websites with nginx]({{ page.baseurl }}/config-guide/multi-site/ms_nginx.html)
For example purposes only, we use a French [website](https://glossary.magento.com/website) with website code `french` in this topic. For step-by-step tutorials, see [Tutorial: Set up multiple websites with Apache]({{ page.baseurl }}/config-guide/multi-site/ms_apache.html) and [Tutorial: Set up multiple websites with nginx]({{ page.baseurl }}/config-guide/multi-site/ms_nginx.html)

## Step 1: Create root categories

Expand Down
1 change: 1 addition & 0 deletions guides/v2.3/install-gde/tutorials/change-docroot-to-pub.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ If you're accustomed to using the Web Setup Wizard during development, be aware
If you are using [nginx]({{ page.baseurl }}/install-gde/prereq/nginx.html) and the [`nginx.conf.sample`]({{ site.mage2bloburl }}/{{ page.guide_version }}/nginx.conf.sample) file included in the Magento installation directory, you are probably already serving files from the `pub/` directory.

When used in your server block that defines your site, the `nginx.conf.sample` configuration overrides your server's docroot settings to serve files from Magento's `pub/` directory. For example, see the last line in the following configuration:

```bash
# /etc/nginx/sites-available/magento

Expand Down