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

Fix links #5690

Merged
merged 7 commits into from
Oct 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
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 guides/v2.2/cloud/env/variables-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ stage:
- **Version**—Magento 2.1.4 and later

{{ .bs-callout-warning }}
You must set the `CRYPT_KEY` value through the Project Web UI instead of the `.magento.env.yaml` file to avoid exposing the key in the source code repository for your environment. See [Set environment and project variables]{{ page.baseurl }}/cloud/project/project-webint-basic.html#project-conf-env-var).
You must set the `CRYPT_KEY` value through the Project Web UI instead of the `.magento.env.yaml` file to avoid exposing the key in the source code repository for your environment. See [Set environment and project variables]({{ page.baseurl }}/cloud/project/project-webint-basic.html#project-conf-env-var).

When you move the database from one environment to another without an installation process, you need the corresponding cryptographic information. Magento uses the encryption key value set in the Web UI as the `crypt/key` value in the `env.php` file. This does not overwrite an existing encryption key value in the `env.php` file.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ web:
```

{:.bs-callout-info}
This example shows the default web configuration for a Cloud project configured to support a single domain. For a project that requires support for multiple websites or stores, the `web` configuration must be set up to support shared domains. See [Configure locations for shared domains]{{ page.baseurl }}/cloud/project-multi-sites.html#locations).
This example shows the default web configuration for a Cloud project configured to support a single domain. For a project that requires support for multiple websites or stores, the `web` configuration must be set up to support shared domains. See [Configure locations for shared domains]({{ page.baseurl }}/cloud/project/project-multi-sites.html#locations).

### `disk`

Expand Down
100 changes: 0 additions & 100 deletions guides/v2.3/cloud/project/project-upgrade.md

This file was deleted.

1 change: 1 addition & 0 deletions guides/v2.3/cloud/project/project-upgrade.md
132 changes: 0 additions & 132 deletions guides/v2.3/cloud/project/projects.md

This file was deleted.

1 change: 1 addition & 0 deletions guides/v2.3/cloud/project/projects.md
2 changes: 1 addition & 1 deletion guides/v2.3/graphql/product/grouped-product.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The `GroupedProductItem` object contains the following attributes:
Attribute | Type | Description
--- | --- | ---
`position` | Int | The relative position of this item compared to the other group items
`product` | [ProductInterface]{{ page.baseurl }}/graphql/product/product-interface.html | The ProductInterface contains attributes that are common to all types of products. Note that descriptions may not be available for custom and EAV attributes
`product` | [ProductInterface]({{ page.baseurl }}/graphql/product/product-interface.html) | The ProductInterface contains attributes that are common to all types of products. Note that descriptions may not be available for custom and EAV attributes
`qty` | Float | The quantity of this grouped product item

## Sample Query
Expand Down