Skip to content

Commit f7eb37c

Browse files
author
James Calcaben
committed
MAGETWO-91200: Update documentation for PageBuilder EAP
- delete a redundant file and update links to correct file
1 parent e6c221f commit f7eb37c

11 files changed

+47
-154
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It replaces the default WYSIWYG Editor in the Admin area with a highly configura
1313
1. [Third-party content type migration]
1414
1. [Iconography]
1515
1. [Module integration]
16-
1. [Additional data capability]
16+
1. [Additional data configuration]
1717
1. [Content type configuration]
1818
1. [How to add a new content type]
1919
5. [Roadmap and known issues]
@@ -25,7 +25,7 @@ It replaces the default WYSIWYG Editor in the Admin area with a highly configura
2525
[Third-party content type migration]: new-content-type-example.md
2626
[Iconography]: iconography.md
2727
[Module integration]: module-integration.md
28-
[Additional data capability]: additional-data.md
28+
[Additional data configuration]: custom-configuration.md
2929
[Content type configuration]: content-type-configuration.md
3030
[How to add a new content type]: how-to-add-new-content-type.md
3131
[Roadmap and Known Issues]: roadmap.md

app/code/Magento/PageBuilder/docs/additional-data.md

Lines changed: 0 additions & 136 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1. [Third-party content type migration]
1010
1. [Iconography]
1111
1. [Module integration]
12-
1. [Additional data capability]
12+
1. [Additional data configuration]
1313
1. [Content type configuration]
1414
1. [How to add a new content type]
1515
5. [Roadmap and known issues]
@@ -21,7 +21,7 @@
2121
[Third-party content type migration]: new-content-type-example.md
2222
[Iconography]: iconography.md
2323
[Module integration]: module-integration.md
24-
[Additional data capability]: additional-data.md
24+
[Additional data configuration]: custom-configuration.md
2525
[Content type configuration]: content-type-configuration.md
2626
[How to add a new content type]: how-to-add-new-content-type.md
2727
[Roadmap and known issues]: roadmap.md

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1. [Third-party content type migration]
1414
1. [Iconography]
1515
1. [Module integration]
16-
1. [Additional data capability]
16+
1. [Additional data configuration]
1717
1. **Content type configuration**
1818
1. [How to add a new content type]
1919
5. [Roadmap and known issues]
@@ -25,7 +25,7 @@
2525
[Third-party content type migration]: new-content-type-example.md
2626
[Iconography]: iconography.md
2727
[Module integration]: module-integration.md
28-
[Additional data capability]: additional-data.md
28+
[Additional data configuration]: custom-configuration.md
2929
[Content type configuration]: content-type-configuration.md
3030
[How to add a new content type]: how-to-add-new-content-type.md
3131
[Roadmap and known issues]: roadmap.md

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Additional Data Configuration
22

3+
## Navigation
4+
5+
1. [Introduction]
6+
2. [Installation guide]
7+
3. Contribution guide
8+
4. [Developer documentation]
9+
1. [BlueFoot to PageBuilder data migration]
10+
1. [Third-party content type migration]
11+
1. [Iconography]
12+
1. [Module integration]
13+
1. **Additional data configuration**
14+
1. [Content type configuration]
15+
1. [How to add a new content type]
16+
5. [Roadmap and known issues]
17+
18+
[Introduction]: README.md
19+
[Installation guide]: install.md
20+
[Developer documentation]: developer-documentation.md
21+
[BlueFoot to PageBuilder data migration]: bluefoot-data-migration.md
22+
[Third-party content type migration]: new-content-type-example.md
23+
[Iconography]: iconography.md
24+
[Module integration]: module-integration.md
25+
[Additional data configuration]: custom-configuration.md
26+
[Content type configuration]: content-type-configuration.md
27+
[How to add a new content type]: how-to-add-new-content-type.md
28+
[Roadmap and known issues]: roadmap.md
29+
30+
31+
332
## What's in this topic
433
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_types.xsd` schema definition.
534

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1. [Third-party content type migration]
1111
1. [Iconography]
1212
1. [Module integration]
13-
1. [Additional data capability]
13+
1. [Additional data configuration]
1414
1. [Content type configuration]
1515
1. [How to add a new content type]
1616
5. [Roadmap and known issues]
@@ -23,7 +23,7 @@
2323

2424
**[Module integration]** - A summary of how the PageBuilder module is integrated into the form fields in the Admin area.
2525

26-
**[Additional data capability]** - Describes how to extend and configure PageBuilder content types.
26+
**[Additional data configuration]** - Describes how to extend and configure PageBuilder content types.
2727

2828
**[Content type configuration]** - Describes how content types are configured and provides API reference for adding new content types, extending existing content types, adding groups in the left menu, or rearranging content types in the groups.
2929

@@ -35,7 +35,7 @@
3535
[Third-party content type migration]: new-content-type-example.md
3636
[Iconography]: iconography.md
3737
[Module integration]: module-integration.md
38-
[Additional data capability]: additional-data.md
38+
[Additional data configuration]: custom-configuration.md
3939
[Content type configuration]: content-type-configuration.md
4040
[How to add a new content type]: how-to-add-new-content-type.md
4141
[Roadmap and known issues]: roadmap.md

app/code/Magento/PageBuilder/docs/how-to-add-new-content-type.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1. [Third-party content type migration]
1111
1. [Iconography]
1212
1. [Module integration]
13-
1. [Additional data capability]
13+
1. [Additional data configuration]
1414
1. [Content type configuration]
1515
1. **How to add a new content type**
1616
5. [Roadmap and known issues]
@@ -22,7 +22,7 @@
2222
[Third-party content type migration]: new-content-type-example.md
2323
[Iconography]: iconography.md
2424
[Module integration]: module-integration.md
25-
[Additional data capability]: additional-data.md
25+
[Additional data configuration]: custom-configuration.md
2626
[Content type configuration]: content-type-configuration.md
2727
[How to add a new content type]: how-to-add-new-content-type.md
2828
[Roadmap and known issues]: roadmap.md

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1. [Third-party content type migration]
1111
1. **Iconography**
1212
1. [Module integration]
13-
1. [Additional data capability]
13+
1. [Additional data configuration]
1414
1. [Content type configuration]
1515
1. [How to add a new content type]
1616
5. [Roadmap and known issues]
@@ -22,7 +22,7 @@
2222
[Third-party content type migration]: new-content-type-example.md
2323
[Iconography]: iconography.md
2424
[Module integration]: module-integration.md
25-
[Additional data capability]: additional-data.md
25+
[Additional data configuration]: custom-configuration.md
2626
[Content type configuration]: content-type-configuration.md
2727
[How to add a new content type]: how-to-add-new-content-type.md
2828
[Roadmap and known issues]: roadmap.md

app/code/Magento/PageBuilder/docs/module-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1. [Third-party content type migration]
1111
1. [Iconography]
1212
1. **Module integration**
13-
1. [Additional data capability]
13+
1. [Additional data configuration]
1414
1. [Content type configuration]
1515
1. [How to add a new content type]
1616
5. [Roadmap and known issues]
@@ -22,7 +22,7 @@
2222
[Third-party content type migration]: new-content-type-example.md
2323
[Iconography]: iconography.md
2424
[Module integration]: module-integration.md
25-
[Additional data capability]: additional-data.md
25+
[Additional data configuration]: custom-configuration.md
2626
[Content type configuration]: content-type-configuration.md
2727
[How to add a new content type]: how-to-add-new-content-type.md
2828
[Roadmap and known issues]: roadmap.md

app/code/Magento/PageBuilder/docs/new-content-type-example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1. **Third-party content type migration**
1111
1. [Iconography]
1212
1. [Module integration]
13-
1. [Additional data capability]
13+
1. [Additional data configuration]
1414
1. [Content type configuration]
1515
1. [How to add a new content type]
1616
5. [Roadmap and known issues]
@@ -22,7 +22,7 @@
2222
[Third-party content type migration]: new-content-type-example.md
2323
[Iconography]: iconography.md
2424
[Module integration]: module-integration.md
25-
[Additional data capability]: additional-data.md
25+
[Additional data configuration]: custom-configuration.md
2626
[Content type configuration]: content-type-configuration.md
2727
[How to add a new content type]: how-to-add-new-content-type.md
2828
[Roadmap and known issues]: roadmap.md

0 commit comments

Comments
 (0)