forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Markdown linting: Fix MD010 (hard tabs) errors and enable rule (magen…
…to#5558) * magento#5245: Hard tabs. Folder: guides/architecture * magento#5245: Hard tabs. Folder: guides/b2b * magento#5245: Hard tabs. Folder: guides/coding-standars * magento#5245: Hard tabs. Folder: guides/сomp-mgr * magento#5245: Hard tabs. Folder: guides/cloud * magento#5245: Hard tabs. Folder: guides/config-guide * magento#5245: Hard tabs. Folder: guides/design-styleguide * magento#5245: Hard tabs. Folder: guides/extension-dev-guide * magento#5245: Hard tabs. Folder: guides/frontend-dev-guide * magento#5245: Hard tabs. Folder: guides/get-started * magento#5245: Hard tabs. Folder: guides/howdoi * magento#5245: Hard tabs. Folder: guides/install-gde * Converted contractions. * Removed contractions. * Fixed errors in some includes * Fixed errors in some install includes * Fixed errors in remaining install includes * Fixed all errors config includes * Fixes all errors in pattern lib guide * Fixed all errors in migration guide * Fixed all errors in release notes * Fixed all errors in rest topics * Fixed some errors in random places * Fixed errors in a few topics * Fixes all errors in graphql guide * Fixed errors in non-cloud includes * magento#5245: Hard tabs. Folder: guides/cloud * magento#5245: Hard tabs. Folder: guides/cloud * magento#5245: Hard tabs. Folder: guides/cloud * magento#5245: Hard tabs. Folder: guides/cloud * Fixed MD040 errors that were hidden by MD010 errors * Fixed remaining errors and enabled rule * Fix formatting
- Loading branch information
1 parent
cab5c33
commit 314b43d
Showing
423 changed files
with
10,402 additions
and
9,869 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Storefront and Admin: | ||
|
||
* Internet Explorer 11 or later, Microsoft Edge, latest–1 | ||
* Firefox latest, latest–1 (any operating system) | ||
* Chrome latest, latest–1 (any operating system) | ||
* Safari latest, latest–1 (Mac OS only) | ||
* Safari Mobile for iPad 2, iPad Mini, iPad with Retina Display (iOS 7 or later), for desktop storefront | ||
* Safari Mobile for iPhone 4 or later; iOS 7 or later, for mobile storefront | ||
* Chrome for mobile latest–1 (Android 4 or later) for mobile storefront | ||
* Internet Explorer 11 or later, Microsoft Edge, latest–1 | ||
* Firefox latest, latest–1 (any operating system) | ||
* Chrome latest, latest–1 (any operating system) | ||
* Safari latest, latest–1 (Mac OS only) | ||
* Safari Mobile for iPad 2, iPad Mini, iPad with Retina Display (iOS 7 or later), for desktop storefront | ||
* Safari Mobile for iPhone 4 or later; iOS 7 or later, for mobile storefront | ||
* Chrome for mobile latest–1 (Android 4 or later) for mobile storefront | ||
|
||
Here, _latest–1_ means one major version earlier than the latest released version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
1. Access your account. You can open the email you received from Magento Cloud ([email protected]) and click the _Access your project now_ link. Or you can log in to [your {{site.data.var.ee}} account](https://accounts.magento.cloud). | ||
2. Click the _This project has no code yet_ link next to the Project name. | ||
|
||
![Project without code]({{ site.baseurl }}/common/images/cloud_project_empty.png) | ||
![Project without code]({{ site.baseurl }}/common/images/cloud_project_empty.png) | ||
|
||
3. Enter a name for the project. | ||
|
||
![Project name]({{ site.baseurl }}/common/images/cloud_project_name.png) | ||
![Project name]({{ site.baseurl }}/common/images/cloud_project_name.png) | ||
|
||
4. Click **Create a blank site from a template** and click **Continue**. We recommend starting with the Magento template as your initial project option. If you have an existing Magento deployment, you can later import code, extensions, themes, and data after fully deploying this base Magento code. | ||
|
||
![Create a site using the sample Magento project]({{ site.baseurl }}/common/images/cloud_project_template.png){:width="650px"} | ||
![Create a site using the sample Magento project]({{ site.baseurl }}/common/images/cloud_project_template.png){:width="650px"} | ||
|
||
5. When prompted, enter your {{site.data.var.ee}} [Magento authentication keys]({{ page.baseurl }}/install-gde/prereq/connect-auth.html) in the provided fields. You created these keys earlier in the Magento Marketplace. Enter the private and public keys and click **Finish**. | ||
|
||
![Enter your authentication keys]({{ site.baseurl }}/common/images/cloud-project-magento-auth-creds.png){:width="650px"} | ||
![Enter your authentication keys]({{ site.baseurl }}/common/images/cloud-project-magento-auth-creds.png){:width="650px"} | ||
|
||
The keys are added to the `auth.json` file in the repository `master` branch, required for all created branches and deployments. | ||
The keys are added to the `auth.json` file in the repository `master` branch, required for all created branches and deployments. | ||
|
||
6. Wait a few minutes while the project deploys. A status of _Pending_ displays until completed, similar to the following: | ||
|
||
![Your sample Magento project]({{ site.baseurl }}/common/images/cloud_project_template2.png){:width="650px"} | ||
![Your sample Magento project]({{ site.baseurl }}/common/images/cloud_project_template2.png){:width="650px"} | ||
|
||
7. After the project deploys, **Success** displays next to the name of your project. |
Oops, something went wrong.