Skip to content

Commit cfcb0d9

Browse files
committed
MAGEDOC-3423: Delete master format topic
1 parent 26b8de5 commit cfcb0d9

File tree

3 files changed

+2
-920
lines changed

3 files changed

+2
-920
lines changed

docs/getting-started/introduction.md

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ See [Install Page Builder](install-pagebuilder.md)
6161
* [Architecture](../reference/architecture.md)
6262
* [Events](../reference/events.md)
6363
* [Knockout bindings](../reference/knockout-bindings.md)
64-
* [Master format](../reference/master-format.md)
6564

6665
### Migration
6766

docs/reference/architecture.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It also uses additional libraries to help with various content types shipped wit
1818

1919
## Storage format
2020

21-
PageBuilder uses XHTML with inline styles and data attributes for storage and as the [master format].
21+
PageBuilder uses XHTML with inline styles and data attributes for storage and as the master format.
2222
This allows the content to be displayed with minimum changes to the Magento storefront and other third-party systems.
2323

2424
To display Page Builder content on storefront Magento and third party systems need to do the following
@@ -125,5 +125,4 @@ Appearances allow you to make the following customization on existing content ty
125125
**Note:**
126126
*We also considered introducing appearance component and/or moving the initialization of the libraries to bindings. This would allow you to add custom logic per appearance changes and libraries per appearance for content types like slider, tabs, etc.*
127127

128-
[TypeScript]: https://www.typescriptlang.org/
129-
[master format]: master-format.md
128+
[TypeScript]: https://www.typescriptlang.org/

0 commit comments

Comments
 (0)