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

Commit

Permalink
Remove multiple consecutive blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Aug 19, 2019
1 parent db9d512 commit f3ab7d5
Show file tree
Hide file tree
Showing 398 changed files with 0 additions and 3,222 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/COMMUNITY_ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Notifications of Changes:

<!-- (OPTIONAL) What other information can you provide? -->


<!--
Thank you for taking the time to request updates for your Community Engineering contribution!
GitHub Issues should only be created for problems/topics related to this project's codebase.
Expand Down
2 changes: 0 additions & 2 deletions 404.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ permalink: /404.html

The page you are looking for could not be found or the documentation does not exist.


To report a missing page, please submit an issue in our public [GitHub](https://github.com/magento/devdocs) repo.


[Return to main page]({{ site.baseurl }}/)
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ Although you can install Git using Chocolatey, we chose to install _Git for Wind

1. Follow the [Generating a new SSH](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/) instructions.


### Clone and build the DevDocs repository

You may have to close and reopen the Git Bash application after the Choco installations.
Expand Down
3 changes: 0 additions & 3 deletions _includes/cloud/cloud-fastly-manage-vcl-from-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@

1. After the upload completes, refresh the cache according to the notification at the top of the page.


{: .bs-callout .bs-callout-warning}
The *Custom VCL snippets* UI option shows only the snippets added through the Admin UI. You must use the Fastly API to [manage custom snippets added through the API]({{ page.baseurl }}/cloud/cdn/cloud-vcl-custom-snippets.html#manage-custom-vcl-snippets-using-the-api).


## Delete the custom VCL snippet

You can delete custom VCL snippet code from your Fastly configuration by uploading an empty version of the snippet from the Magento Admin UI, or delete it completely using the Fastly API.
Expand All @@ -34,6 +32,5 @@ You can delete custom VCL snippet code from your Fastly configuration by uploadi
- Use the Fastly API [Delete custom VCL snippet]({{ page.baseurl }}/cloud/cdn/cloud-vcl-custom-snippets.html#manage-vcl) operation
to delete the snippet completely, or submit a Magento support ticket to request deletion.


[Manage custom VCL snippets]: {{site.baseurl}}/common/images/cloud/cloud-fastly-manage-snippets.png
{: width="650px"}
1 change: 0 additions & 1 deletion _includes/config/es-elasticsearch-magento.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Unless you changed Elasticsearch server settings, the defaults should work. Skip
|**Elasticsearch Index Prefix**|Enter the Elasticsearch index prefix. If you use a single Elasticsearch instance for more than one Magento installation (Staging and Production environments), you must specify a unique prefix for each installation. Otherwise, you can use the default prefix magento2.|
|**Enable Elasticsearch HTTP Auth**|Click **Yes** only if you enabled authentication for your Elasticsearch server. If so, provide a username and password in the provided fields.|


{:start="4"}
1. Click **Test Connection**.

Expand Down
1 change: 0 additions & 1 deletion _includes/config/message-queue-consumers.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Parameter | Value | Required? | Default Value
`--area-code=<value>` | The area code preferred for consumer process. | No | global
`<consumer_name>` | The consumer to start. | Yes | |


After consuming all available messages, the command terminates. You can run the command again manually or with a cron job. You can also run multiple instances of the `magento queue:consumers:start` command to process large message queues. For example, you can append `&` to the command to run it in the background, return to a prompt, and continue running commands:

```bash
Expand Down
3 changes: 0 additions & 3 deletions _includes/contributor/rewards.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Improvement| 10 | Contribution contains code improvements, refactoring, or a bug
Port | 5 | Contribution ports an existing solution between release lines. The author of the original PR receives an additional **5 points** when another person contributes the ported Pull Request.
Code Cleanup | 1 | Contribution contains code cleanup such as typos, inline documentation, coding style, remove unused code, minor style/design fixes, and so on.


### Additional achievements
{:.no_toc}

Expand All @@ -48,7 +47,6 @@ Bug fix | 10 | Contribution fixes one or more known issues from GitHub
Author of Ported Issue | 5 | Additional points for a contribution that ports (up or back port) a previous PR across release lines by another contributor
Issue Triage | 3 | Public issue report is verified and confirmed


## DevDocs awards and points

Contributors and Maintainers can also earn rewards for merged submissions to the [DevDocs repository](https://github.com/magento/devdocs). These earned points add to contributor totals. Like code contributions, the DevDocs team assesses the PRs and applies labels to determine the level of work and achievements. Each PR receives one base achievement and potentially additional achievements.
Expand All @@ -68,7 +66,6 @@ Achievement | Points | Description
Improvement | 10 | Contribution contains document improvements, adding missing features of inconsistency between code base and documentation, and so on.
Editorial | 1 | Contribution contains fixes only for typos, grammatical inconsistencies, or minor rewrites to correct inaccuracies.


### Additional achievements
{:.no_toc}

Expand Down
1 change: 0 additions & 1 deletion _includes/install/patch/apply-patch.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ To apply a patch:
| .tar.gz | `tar -zxf <patch name>.tar.gz` |
| .tar.bz2 | `tar -jxf <patch name>.tar.bz2` |


{:.bs-callout .bs-callout-info}
If you don't have command line access to your Magento server, extract the patch locally and transfer the files to the server using an FTP application.
1 change: 0 additions & 1 deletion _includes/install/releasenotes/20_release-notes-links.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


{% collapsibleh2 Magento Open Source 2.0 Release Notes %}

* [Version 2.0.18]({{ page.baseurl }}/release-notes/ReleaseNotes2.0.18CE.html){:target="_blank"}
Expand Down
1 change: 0 additions & 1 deletion _includes/install/releasenotes/20rc_release-notes-links.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


{% collapsibleh3 Magento Open Source 2.1 Release Candidate Notes %}

* [Open Source 2.1 Release Candidate 3 (RC3)]({{ page.baseurl }}/release-notes/ReleaseNotes2.1_RC3EE.html){:target="_blank"}
Expand Down
2 changes: 0 additions & 2 deletions _includes/install/releasenotes/21_release-notes-links.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


{% collapsibleh2 Magento Open Source 2.1 Release Notes %}
* [Version 2.1.12]({{ page.baseurl }}/release-notes/ReleaseNotes2.1.12CE.html){:target="_blank"}
* [Version 2.1.11]({{ page.baseurl }}/release-notes/ReleaseNotes2.1.11CE.html){:target="_blank"}
Expand All @@ -17,7 +16,6 @@

{% endcollapsibleh2 %}


{% collapsibleh2 Magento Commerce 2.1 Release Notes %}
* [Version 2.1.12]({{ page.baseurl }}/release-notes/ReleaseNotes2.1.12EE.html){:target="_blank"}
* [Version 2.1.11]({{ page.baseurl }}/release-notes/ReleaseNotes2.1.11EE.html){:target="_blank"}
Expand Down
1 change: 0 additions & 1 deletion _includes/install/releasenotes/ce_install_20.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


## Install the Magento software

See one of the following sections:
Expand Down
1 change: 0 additions & 1 deletion _includes/install/releasenotes/ee_install_20.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


## Install the Magento software

See one of the following sections:
Expand Down
1 change: 0 additions & 1 deletion _includes/install/releasenotes/get-ce-software_zip.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


The following table discusses where to get the Magento software. We provide the following downloads:

* Magento Open Source software only
Expand Down
1 change: 0 additions & 1 deletion _includes/install/releasenotes/get-ee-software_zip.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


The following table discusses where to get the Magento software. We provide the following downloads:

* Magento Commerce software only
Expand Down
1 change: 0 additions & 1 deletion _includes/install/sampledata/sample-data-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ You can install optional sample data in any of the following ways:
|Using Composer|[Run `magento sampledata:deploy` to modify Magento's root `composer.json`]({{ page.baseurl }}/install-gde/install/sample-data-before-composer.html) to enable sample data modules.|Requires Composer knowledge and access to the Magento file system.|
|Cloning repositories|[Clone the Magento 2 repository]({{ page.baseurl }}/install-gde/install/sample-data-before-clone.html) and the sample data repository, then link them together.|For contributing developers only. Everyone else should use one of the preceding methods.|


<!-- ABBREVIATIONS -->

*[contributing developer]: A developer who contributes code to the Magento 2 CE codebase
Expand Down
1 change: 0 additions & 1 deletion _includes/install/sampledata/sample-data-rc1-web.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


These instructions apply to you *only* if all of the following are true:

* You're using Magento Enterprise Edition (EE)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


{{site.data.var.ce}} and {{site.data.var.ee}}:

* magento/module-bundle-sample-data
Expand Down
1 change: 0 additions & 1 deletion _includes/install/trouble/rc_cron.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


### Check your existing crontab

This section discusses how to see if cron is currently running and to verify whether it's set up properly.
Expand Down
2 changes: 0 additions & 2 deletions _includes/install/web/install-web_3-web-conf.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
|Your Store Address|Enter the URL, including scheme and trailing slash, by which users access your storefront. For example, if your storefront hostname is http://www.example.com, enter http://www.example.com/|
|Magento Admin Address|Enter the relative URL by which to access the Magento Admin.|


2. Optionally click **Advanced Options** and enter the following information:

|Item|Description|
Expand All @@ -17,7 +16,6 @@
|Encryption Key|Magento uses an encryption key to encrypt [sensitive data](#sens-data) in the database.<br><br>Click I want to use a Magento generated key to have Magento generate an encryption key for you.<br><br>Click I want to use my own encryption key if you already have an encryption key.|
|Session Save|From the list, click the option corresponding to how to store session data.<br><br>The default is Files, which means session data is saved in the var/session subdirectory of the Magento file system.<br><br>You can also choose Db, which means session data is stored in the database.|


12. Click **Next**.

{% include install/sens-data.md %}
1 change: 0 additions & 1 deletion _includes/install/web/install-web_5-create-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
|New Password|Enter the administrator's password.|
|Confirm Password|Enter the password again for verification.|


2. Click **Next**.
1 change: 0 additions & 1 deletion _includes/release-notes/engcomm-2-1-15-issues.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


| Contributing community member | Pull Requests | Related GitHub Issues |
| ------- | ------- | ------- |
| ampulos | [#14665](https://github.com/magento/magento2/pull/14665) | [13652](https://github.com/magento/magento2/issues/13652) |
Expand Down
1 change: 0 additions & 1 deletion _includes/release-notes/engcomm-2-2-6-issues.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


| Contributing community member | Pull Requests | Related GitHub Issues |
| ------- | ------- | ------- |
| vinayshah | [#13397](https://github.com/magento/magento2/pull/13397) | [13296](https://github.com/magento/magento2/issues/13296) |
Expand Down
1 change: 0 additions & 1 deletion _includes/release-notes/engcomm-2-2-8-issues.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


| Contributing community member | Pull Requests | Related GitHub Issues |
| ------- | ------- | ------- |
| jissereitsma | [#16361](https://github.com/magento/magento2/pull/16361) | [15196](https://github.com/magento/magento2/issues/15196) |
Expand Down
1 change: 0 additions & 1 deletion _includes/release-notes/engcomm-2-3-0-issues.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


| Contributing community member | Related GitHub Issues | Pull Requests |
| ------- | ------- | ------- |
| schmengler | [#6497](https://github.com/magento/magento2/issues/6497) | [magento/magento2#9955](https://github.com/magento/magento2/pull/9955) |
Expand Down
1 change: 0 additions & 1 deletion _includes/webapi/services21.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ The Web APIs for {{site.data.var.ee}} are available on Commerce installations on
### Worldpay
worldpayGuestPaymentInformationManagementProxyV1


## {{site.data.var.ce}} Web APIs Services per Module {#celist}

The {{site.data.var.ee}} Web APIs are available on all installations.
Expand Down
1 change: 0 additions & 1 deletion _includes/webapi/services22.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ The Web APIs for {{site.data.var.ee}} (formerly Magento Enterprise Edition) are
### Worldpay
worldpayGuestPaymentInformationManagementProxyV1


## {{site.data.var.ce}} Web APIs Services per Module {#celist}

The {{site.data.var.ce}} Web APIs are available on all installations.
Expand Down
1 change: 0 additions & 1 deletion _includes/webapi/services23.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ The Web APIs for {{site.data.var.ee}} (formerly Magento Enterprise Edition) are
### Worldpay
worldpayGuestPaymentInformationManagementProxyV1


## {{site.data.var.ce}} Web APIs Services per Module {#celist}

The {{site.data.var.ce}} Web APIs are available on all installations.
Expand Down
1 change: 0 additions & 1 deletion _videos/fundamentals/add-a-javascript-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Now create two files:

{% endcollapsible %}


`app/code/Learning/Js/etc/module.xml`

{% collapsible Show source code %}
Expand Down
1 change: 0 additions & 1 deletion _videos/fundamentals/add-a-new-table-to-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ Now create two files:

{% endcollapsible %}


`Learning/GreetingMessage/etc/module.xml`

{% collapsible Show code %}
Expand Down
1 change: 0 additions & 1 deletion _videos/fundamentals/create-a-new-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ Then put the following code into it:
</config>
```


Note that in the XML file we specified:

* Module name: `Learning_FirstUnit` (based on the folders we created)
Expand Down
2 changes: 0 additions & 2 deletions community/resources/multi-repo-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The DevDocs team :
- Reviews, edits, and formats your docs.
- Automates content publishing using our CI/CD process, without moving your files.


## How does it work?

![Multi-Repo and Writing Content]({{ site.baseurl }}/common/images/remote-doc-repo-developer.png)
Expand Down Expand Up @@ -54,5 +53,4 @@ To ensure quality documentation, your content must pass a quality review and acc

Use any IDE to write content. All IDEs support markdown files (.md), including extensions that check formatting as you write. We recommend using [Kramdown](https://kramdown.gettalong.org/syntax.html), which includes markdown formatting.


We will add more technical information as we release Multi-Repo Doc support and features.
1 change: 0 additions & 1 deletion community/resources/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ See our collection of best and leading practices, common solutions, and more in

To connect with Magento and the Community, join us on the [Magento Community Engineering Slack][]. If you are interested in joining Slack, or a specific channel, send us a request at [engcom@adobe.com](mailto:engcom@adobe.com) or [self signup][].


We have [channels][] for each project, but the following channels are recommended for new members:

- [announcements][]: Introduce yourself and get quick updates for Magento Community Engineering
Expand Down
1 change: 0 additions & 1 deletion extensions/google-shopping-ads/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ To add the Google API key:

See [Onboarding Google Shopping ads](https://docs.magento.com/m2/ce/user_guide/sales-channels/google-ads/onboarding-google.html) to continue.


## Update

If an update is available, a message displays when opening Google Shopping ads Channel.
Expand Down
1 change: 0 additions & 1 deletion extensions/google-shopping-ads/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Google Shopping ads Channel 3.0.0 is generally available for versions 2.2.4+ and

- {:.fix} **Product Attribute Updates**: <!--CHAN-3485-->Updated attribute management to allow the deletion of the Google Merchant Center Category attribute, which can be created by the Google application.


### v2.0.2

Google Shopping ads Channel 2.0.2 is generally available for versions 2.2.4+ and 2.3.x of {{site.data.var.ce}}, {{site.data.var.ee}}, and {{site.data.var.ece}}.
Expand Down
1 change: 0 additions & 1 deletion guides/v2.2/advanced-reporting/data-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ It cannot contain any parameters.

[Modules providing advanced reporting][modules]


<!-- LINK DEFINITIONS -->

[modules]: modules.html
Expand Down
2 changes: 0 additions & 2 deletions guides/v2.2/advanced-reporting/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Magento collects data and sends this information to the MBI for analytics.
5. In the Magento configuration, **Use Secure URLs on Storefront**, **and Use Secure URLs in Admin** must be set to **Yes**.
6. Make sure that [Magento crontab]{:target="_blank"} is created and cron jobs are running on the installed server.


The merchant can now click on the Go to Advanced Reporting button on the Admin dashboard to launch the advanced reporting features at `https://advancedreporting.rjmetrics.com/report`.

{: .bs-callout-info }
Expand All @@ -37,7 +36,6 @@ Though the Analytics module provides API, it is used specifically to interchange

[Data collection configuration and settings][collection]{:target="_blank"}


<!-- LINK DEFINITIONS -->

[modules]: modules.html
Expand Down
6 changes: 0 additions & 6 deletions guides/v2.2/architecture/global_extensibility_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ title: Global features that support extensibility
menu_title: Global features that support extensibility
---



* Modularity
* Reliance on popular design patterns
* Coding standards
Expand All @@ -14,13 +12,10 @@ menu_title: Global features that support extensibility
* Service contracts and [dependency injection](https://glossary.magento.com/dependency-injection)
* Plug-ins


The concept of the *module* is the heart of Magento [extension](https://glossary.magento.com/extension) development, and modular design of software components (in particular, modules, themes, and language packages) is a core architectural principle of the product. Self-contained modules of discrete code are organized by feature, thereby reducing each module's external dependencies.

If a [module](https://glossary.magento.com/module) is self-contained, then you can modify or replace it without affecting other areas of the code. This *loose coupling* of software components reduces the ripple effects throughout your code base of changing code.



Reliance on known architectural and programming structures helps [PHP](https://glossary.magento.com/php) developers orient themselves to the specific development issues that affect coding in a particular product ecosystem. This can reduce the learning curve for new Magento developers.

Design patterns are time-tested, widely recognized software architecture constructs. Magento product architecture incorporates many well known patterns, but Model-View-Controller (MVC) holds particular interest for extension developers.
Expand Down Expand Up @@ -63,7 +58,6 @@ You can enhance your storefront by adding unique attributes to the default produ
<td>no</td>
</tr>


</tbody>
</table>

Expand Down
2 changes: 0 additions & 2 deletions guides/v2.2/b2b/company-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ GET /V1/company/

The following table lists the parameters defined in `CompanyInterface`.


Name | Description | Format | Requirements
--- | --- | --- | ---
`id` | System-generated company ID | integer | Required for updates and deletes.
Expand All @@ -58,7 +57,6 @@ Name | Description | Format | Requirements
`rejected_at` | A timestamp indicating when the company was rejected. | string | Optional
`super_user_id` | The `customer_id` of the company administrator. When creating a company, the `customer_id` must already exist. | integer | Required to create or update a company.


### Create a company

The following example creates a company and assigns the default shared catalog (`customer_group_id`). The company admin (`super_user_id`) must be a previously-defined `customer_id`.
Expand Down
1 change: 0 additions & 1 deletion guides/v2.2/b2b/company-structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ DELETE /V1/team/:teamId
GET /V1/team/
```


**Company team parameters**

Name | Description | Format | Requirements
Expand Down
1 change: 0 additions & 1 deletion guides/v2.2/b2b/company-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ The following example changes the status of a company user to inactive.

If you change the `status` to inactive, the account is locked. If the company user has child users, the system re-assigns the child users to the parent of the deactivated user.


**Sample Usage**

`PUT <host>/rest/<store_code>/V1/customers/13`
Expand Down
1 change: 0 additions & 1 deletion guides/v2.2/b2b/credit-manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ The following call returns a list instances in which the credit limit was set to

See [Search using REST APIs]({{ page.baseurl }}/rest/performing-searches.html) for information about constructing a search query.


**Sample Usage**

`GET <host>/rest/<store_code>/V1/companyCredits/history?searchCriteria[filter_groups][0][filters][0][field]=credit_limit&searchCriteria[filter_groups][0][filters][0][value]=500&searchCriteria[filter_groups][0][filters][0][condition_type]=gt`
Expand Down
Loading

0 comments on commit f3ab7d5

Please sign in to comment.