Skip to content

Commit 102c4f6

Browse files
authored
Merge pull request #213 from commerce-docs/ds_COMDOX-569
Fix links to docs and Markdown formatting
2 parents 442b566 + 7c53e24 commit 102c4f6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For more detailed information on contribution please read our [beginners guide](
1515

1616
## Contribution requirements
1717

18-
1. Contributions must adhere to the [Magento coding standards](https://devdocs.magento.com/guides/v2.4/coding-standards/bk-coding-standards.html).
18+
1. Contributions must adhere to the [Magento coding standards](https://developer.adobe.com/commerce/php/coding-standards/).
1919
1. Pull requests (PRs) must be accompanied by a meaningful description of their purpose. Comprehensive descriptions increase the chances of a pull request being merged quickly and without additional clarification requests.
2020
1. Commits must be accompanied by meaningful commit messages. Please see the [Magento 2 Page Builder Pull Request Template](PULL_REQUEST_TEMPLATE.md) for more information.
2121
1. PRs which include bug fixes must be accompanied with a step-by-step description of how to reproduce the bug.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The wiki provides more information on the Page Builder project, such as:
2121
- [MFTF best practices](https://github.com/magento/magento2-page-builder-docs/wiki/%5BRough-Draft%5D-MFTF-Best-Practices)
2222

2323
## Documentation
24+
2425
Complete documentation located on the [Magento DevDocs](https://developer.adobe.com/commerce/frontend-core/page-builder/), including what you need to know to start local development as described in the [installation guide](https://github.com/magento/magento2-page-builder-docs/wiki/Installation-Guide).
2526

2627
## Community Engineering Slack

app/code/Magento/PageBuilder/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This setting determines the `is_pagebuilder_enabled` configuration value.
2020

2121
You can disable the PageBuilder module for a specific field by adding the following entry to a field configuration in an XML configuration file:
2222

23-
```
23+
```xml
2424
<item name="wysiwygConfigData" xsi:type="array">
2525
<item name="is_pagebuilder_enabled" xsi:type="boolean">false</item>
2626
</item>
@@ -30,7 +30,7 @@ You can disable the PageBuilder module for a specific field by adding the follow
3030

3131
The following example disables the PageBuilder editor for the content field.
3232

33-
```
33+
```xml
3434
<form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd">
3535
<fieldset name="content" sortOrder="10">
3636
<field name="content" formElement="wysiwyg">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
This font was generated from the https://github.com/magento-ux/cms-icons repository.
1+
This font was generated from the https://github.com/magento-ux/cms-icons repository.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Magento_PageBuilderAdminAnalytics module
22

33
The Magento_PageBuilderAdminAnalytics module tracks Page Builder information through AdminAnalytics.
4-

0 commit comments

Comments
 (0)