This repository was archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
magento/devdocs#5245: Markdown linting: Hard tabs (MD010) #5362
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,35 +1,35 @@ | ||
|
||
1. Log in to your local development system, or switch to, the [Magento file system owner]({{ page.baseurl }}/cloud/before/before-workspace-file-sys-owner.html). | ||
2. Change to a directory to which the Magento file system owner has write access. | ||
2. Enter the following command in a terminal to log in to your project: | ||
1. Log in to your local development system, or switch to, the [Magento file system owner]({{ page.baseurl }}/cloud/before/before-workspace-file-sys-owner.html). | ||
2. Change to a directory to which the Magento file system owner has write access. | ||
2. Enter the following command in a terminal to log in to your project: | ||
|
||
magento-cloud login | ||
3. List your projects. With the project ID, you can complete additional commands. | ||
magento-cloud login | ||
3. List your projects. With the project ID, you can complete additional commands. | ||
|
||
magento-cloud project:list | ||
4. If necessary, clone the project to your local. You should have cloned when setting up your local development workspace. | ||
magento-cloud project:list | ||
4. If necessary, clone the project to your local. You should have cloned when setting up your local development workspace. | ||
|
||
magento-cloud project:get <project ID> | ||
magento-cloud project:get <project ID> | ||
|
||
4. Change to a project directory. For example, `cd /var/www/html/magento2` | ||
4. List environments in the project. Every environment includes an active Git branch of your code, database, environment variables, configurations, and services. | ||
4. Change to a project directory. For example, `cd /var/www/html/magento2` | ||
4. List environments in the project. Every environment includes an active Git branch of your code, database, environment variables, configurations, and services. | ||
|
||
magento-cloud environment:list | ||
magento-cloud environment:list | ||
|
||
{: .bs-callout .bs-callout-info} | ||
`magento-cloud environment:list`—displays environment hierarchies whereas the `git branch` command does not. | ||
`magento-cloud environment:list`—displays environment hierarchies whereas the `git branch` command does not. | ||
|
||
5. Fetch origin branches to get the latest code: | ||
5. Fetch origin branches to get the latest code: | ||
|
||
git fetch origin | ||
6. Check out, or switch to, a specific branch and environment. Git commands only checkout the Git branch. The Magento Cloud command also switches to the active environment. | ||
git fetch origin | ||
6. Check out, or switch to, a specific branch and environment. Git commands only checkout the Git branch. The Magento Cloud command also switches to the active environment. | ||
|
||
magento-cloud environment:checkout <environment ID> | ||
magento-cloud environment:checkout <environment ID> | ||
|
||
To create a new environment, use `magento-cloud environment:branch <environment name> <parent environment ID>` | ||
8. Pull any updated code to your local for the environment ID (which is the Git branch): | ||
To create a new environment, use `magento-cloud environment:branch <environment name> <parent environment ID>` | ||
8. Pull any updated code to your local for the environment ID (which is the Git branch): | ||
|
||
git pull origin <environment ID> | ||
git pull origin <environment ID> | ||
7. Create a [snapshot]({{ page.baseurl }}/cloud/project/project-webint-snap.html) of the environment as a backup: | ||
|
||
magento-cloud snapshot:create -e <environment ID> |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 (accounts@magento.cloud) 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. | ||
|
||
 | ||
 | ||
|
||
3. Enter a name for the project. | ||
|
||
 | ||
 | ||
|
||
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. | ||
|
||
{:width="650px"} | ||
{: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**. | ||
|
||
{:width="650px"} | ||
{: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: | ||
|
||
{:width="650px"} | ||
{:width="650px"} | ||
|
||
7. After the project deploys, **Success** displays next to the name of your project. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A step that includes code blocks, images, or step sub-paragraphs should begin at the same position as the first letter of the step sentence. Otherwise, this ordered list loses the order and formatting. You will have to review each file to ensure that replacing the hard tab does not adversely affect the formatting of the topic elements.