Skip to content

Commit be90be4

Browse files
author
Hwashiang Yu
committed
MC-3436: Address demo feedback and docs review changes
- Updated documentation according to architecture review
1 parent 6f007e0 commit be90be4

23 files changed

+174
-54
lines changed

app/code/Magento/PageBuilder/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ It replaces the default WYSIWYG Editor in the Admin area with a highly configura
5656
[Full width page layouts]: full-width-page-layouts.md
5757
[Add image uploader to content type]: image-uploader.md
5858
[Roadmap and Known Issues]: roadmap.md
59-
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
59+
[How to create custom PageBuilder content type container]: how-to-create-custom-content-type-container.md

app/code/Magento/PageBuilder/docs/architecture-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
[Full width page layouts]: full-width-page-layouts.md
5454
[Add image uploader to content type]: image-uploader.md
5555
[Roadmap and Known Issues]: roadmap.md
56-
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
56+
[How to create custom PageBuilder content type container]: how-to-create-custom-content-type-container.md
5757

5858
## What is PageBuilder?
5959

app/code/Magento/PageBuilder/docs/bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
[Full width page layouts]: full-width-page-layouts.md
5454
[Add image uploader to content type]: image-uploader.md
5555
[Roadmap and Known Issues]: roadmap.md
56-
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
56+
[How to create custom PageBuilder content type container]: how-to-create-custom-content-type-container.md
5757

5858
## Summary
5959

app/code/Magento/PageBuilder/docs/block-chooser-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
[Full width page layouts]: full-width-page-layouts.md
5454
[Add image uploader to content type]: image-uploader.md
5555
[Roadmap and Known Issues]: roadmap.md
56-
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
56+
[How to create custom PageBuilder content type container]: how-to-create-custom-content-type-container.md
5757

5858
## What's in this topic
5959

app/code/Magento/PageBuilder/docs/bluefoot-data-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
[Full width page layouts]: full-width-page-layouts.md
5656
[Add image uploader to content type]: image-uploader.md
5757
[Roadmap and Known Issues]: roadmap.md
58-
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
58+
[How to create custom PageBuilder content type container]: how-to-create-custom-content-type-container.md
5959

6060
## Overview
6161

app/code/Magento/PageBuilder/docs/content-type-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
[Full width page layouts]: full-width-page-layouts.md
5757
[Add image uploader to content type]: image-uploader.md
5858
[Roadmap and Known Issues]: roadmap.md
59-
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
59+
[How to create custom PageBuilder content type container]: how-to-create-custom-content-type-container.md
6060

6161
## Configuration
6262

app/code/Magento/PageBuilder/docs/content-type-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
[Render a backend content type preview]: content-type-preview.md
4646
[Custom Toolbar]: toolbar.md
4747
[Roadmap and Known Issues]: roadmap.md
48-
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
48+
[How to create custom PageBuilder content type container]: how-to-create-custom-content-type-container.md
4949

5050
## What's in this topic
5151
This topic describes how to use the `RenderPool` on the stage to render a backend [content type] preview.

app/code/Magento/PageBuilder/docs/custom-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
[Full width page layouts]: full-width-page-layouts.md
5757
[Add image uploader to content type]: image-uploader.md
5858
[Roadmap and Known Issues]: roadmap.md
59-
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
59+
[How to create custom PageBuilder content type container]: how-to-create-custom-content-type-container.md
6060

6161
## What's in this topic
6262
This topic describes how to extend and configure Page Builder content types to accommodate any preferred setting that is not addressed in the confines of our existing `content_type.xsd` schema definition.

app/code/Magento/PageBuilder/docs/developer-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@
9393
[Full width page layouts]: full-width-page-layouts.md
9494
[Add image uploader to content type]: image-uploader.md
9595
[Roadmap and Known Issues]: roadmap.md
96-
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
96+
[How to create custom PageBuilder content type container]: how-to-create-custom-content-type-container.md

app/code/Magento/PageBuilder/docs/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
[Full width page layouts]: full-width-page-layouts.md
5454
[Add image uploader to content type]: image-uploader.md
5555
[Roadmap and Known Issues]: roadmap.md
56-
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
56+
[How to create custom PageBuilder content type container]: how-to-create-custom-content-type-container.md
5757

5858
This document contains reference information for events dispatched in Page Builder.
5959

0 commit comments

Comments
 (0)