Skip to content

Commit ec8b5e8

Browse files
committed
Fix Markdown formatting in READMEs
1 parent 66a2c5e commit ec8b5e8

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

AdobeStockImageAdminUi/Test/Mftf/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ against:
2929

3030
i.e.:
3131

32-
MAGENTO_BASE_URL=https://magento2.local/
33-
MAGENTO_BACKEND_NAME=admin_hgkq1l
34-
MAGENTO_ADMIN_USERNAME=admin
35-
MAGENTO_ADMIN_PASSWORD=admin123
32+
```env
33+
MAGENTO_BASE_URL=https://magento2.local/
34+
MAGENTO_BACKEND_NAME=admin_hgkq1l
35+
MAGENTO_ADMIN_USERNAME=admin
36+
MAGENTO_ADMIN_PASSWORD=admin123
37+
```
3638

3739
More details about the configuration options available via `.env` can be found
3840
on the [MFTF Configuration
@@ -51,10 +53,12 @@ Stock accounts and keys and thus MFTF treats them differently:
5153

5254
i.e.:
5355

54-
magento/adobe_stock_api_key=12345
55-
magento/adobe_stock_private_key=67890
56-
57-
magento/adobe_stock_user_password=password
56+
```env
57+
magento/adobe_stock_api_key=12345
58+
magento/adobe_stock_private_key=67890
59+
60+
magento/adobe_stock_user_password=password
61+
```
5862

5963
More details about storing credentials in MFTF via `.credentials` can be found
6064
on the [MFTF Credentials documentation](https://developer.adobe.com/commerce/testing/functional-testing-framework/credentials/).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Adobe Stock Integration provides a searchable interface in the Magento Admin to
99
## Documentation
1010

1111
- Complete documentation located on the project [wiki pages](https://github.com/magento/adobe-stock-integration/wiki):
12-
- Project [roadmap](https://github.com/magento/adobe-stock-integration/wiki/Adobe-Stock-Image-Integration-Roadmap) contains information about project phases and stories for each phase
12+
- Project [roadmap](https://github.com/magento/adobe-stock-integration/wiki/Adobe-Stock-Image-Integration-Roadmap) contains information about project phases and stories for each phase
1313
- How to start local development described in the [installation guide](https://github.com/magento/adobe-stock-integration/wiki/Installation)
1414
- How to [run the project tests](https://github.com/magento/adobe-stock-integration/wiki/Run-the-Tests)
1515

1616
## Community Engineering Slack
1717

18-
To connect with Magento team and the Community, join us on the [Magento Community Engineering Slack](https://magentocommeng.slack.com).
18+
To connect with Magento team and the Community, join us on the [Magento Community Engineering Slack](https://magentocommeng.slack.com).
1919
If you are interested in joining Slack, or a specific channel, use our [self signup](https://opensource.magento.com/slack) link.
2020

2121
Adobe Stock Integration project slack channel: [#adobe-stock](https://magentocommeng.slack.com/messages/CJLSYEPFA)

_metapackage/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
# Magento_AdobeStock
2-

0 commit comments

Comments
 (0)