Skip to content

Commit 42d3a18

Browse files
author
James Calcaben
committed
MAGETWO-91200: Update documentation for PageBuilder EAP
- add missing links to events topic and contribution guide
1 parent f4ccf7e commit 42d3a18

13 files changed

+63
-13
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It replaces the default WYSIWYG Editor in the Admin area with a highly configura
77

88
1. **Introduction**
99
2. [Installation guide]
10-
3. Contribution guide
10+
3. [Contribution guide]
1111
4. [Developer documentation]
1212
1. [Architecture overview]
1313
1. [BlueFoot to PageBuilder data migration]
@@ -17,10 +17,12 @@ It replaces the default WYSIWYG Editor in the Admin area with a highly configura
1717
1. [Additional data configuration]
1818
1. [Content type configuration]
1919
1. [How to add a new content type]
20+
1. [Events]
2021
5. [Roadmap and known issues]
2122

2223
[Introduction]: README.md
2324
[Installation Guide]: install.md
25+
[Contribution guide]: CONTRIBUTING.md
2426
[Developer documentation]: developer-documentation.md
2527
[Architecture overview]: architecture-overview.md
2628
[BlueFoot to PageBuilder data migration]: bluefoot-data-migration.md
@@ -30,4 +32,5 @@ It replaces the default WYSIWYG Editor in the Admin area with a highly configura
3032
[Additional data configuration]: custom-configuration.md
3133
[Content type configuration]: content-type-configuration.md
3234
[How to add a new content type]: how-to-add-new-content-type.md
35+
[Events]: events.md
3336
[Roadmap and Known Issues]: roadmap.md

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
1. [Introduction]
66
2. [Installation guide]
7-
3. Contribution guide
7+
3. [Contribution guide]
88
4. [Developer documentation]
99
1. **Architecture overview**
1010
1. [BlueFoot to PageBuilder data migration]
@@ -14,9 +14,11 @@
1414
1. [Additional data configuration]
1515
1. [Content type configuration]
1616
1. [How to add a new content type]
17+
1. [Events]
1718
5. [Roadmap and known issues]
1819

1920
[Introduction]: README.md
21+
[Contribution guide]: CONTRIBUTING.md
2022
[Installation Guide]: install.md
2123
[Developer documentation]: developer-documentation.md
2224
[Architecture overview]: architecture-overview.md
@@ -27,6 +29,7 @@
2729
[Additional data configuration]: custom-configuration.md
2830
[Content type configuration]: content-type-configuration.md
2931
[How to add a new content type]: how-to-add-new-content-type.md
32+
[Events]: events.md
3033
[Roadmap and Known Issues]: roadmap.md
3134

3235
## What is PageBuilder?

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
1. [Introduction]
55
2. [Installation guide]
6-
3. Contribution guide
6+
3. [Contribution guide]
77
4. [Developer documentation]
88
1. [Architecture overview]
99
1. **BlueFoot to PageBuilder data migration**
@@ -16,6 +16,7 @@
1616
5. [Roadmap and known issues]
1717

1818
[Introduction]: README.md
19+
[Contribution guide]: CONTRIBUTING.md
1920
[Installation guide]: install.md
2021
[Developer documentation]: developer-documentation.md
2122
[Architecture overview]: architecture-overview.md

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
1. [Introduction]
99
2. [Installation guide]
10-
3. Contribution guide
10+
3. [Contribution guide]
1111
4. [Developer documentation]
1212
1. [Architecture overview]
1313
1. [BlueFoot to PageBuilder data migration]
@@ -20,6 +20,7 @@
2020
5. [Roadmap and known issues]
2121

2222
[Introduction]: README.md
23+
[Contribution guide]: CONTRIBUTING.md
2324
[Installation guide]: install.md
2425
[Developer documentation]: developer-documentation.md
2526
[Architecture overview]: architecture-overview.md

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
1. [Introduction]
66
2. [Installation guide]
7-
3. Contribution guide
7+
3. [Contribution guide]
88
4. [Developer documentation]
99
1. [Architecture overview]
1010
1. [BlueFoot to PageBuilder data migration]
@@ -17,6 +17,7 @@
1717
5. [Roadmap and known issues]
1818

1919
[Introduction]: README.md
20+
[Contribution guide]: CONTRIBUTING.md
2021
[Installation guide]: install.md
2122
[Developer documentation]: developer-documentation.md
2223
[Architecture overview]: architecture-overview.md

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
1. [Introduction]
66
2. [Installation guide]
7-
3. Contribution guide
7+
3. [Contribution guide]
88
4. **Developer documentation**
99
1. [Architecture overview]
1010
1. [BlueFoot to PageBuilder data migration]
@@ -33,6 +33,7 @@
3333
**[How to add a new content type]** - Instructions for adding a new content type.
3434

3535
[Introduction]: README.md
36+
[Contribution guide]: CONTRIBUTING.md
3637
[Installation guide]: install.md
3738
[Architecture overview]: architecture-overview.md
3839
[BlueFoot to PageBuilder data migration]: bluefoot-data-migration.md

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

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,44 @@
11
# Events
22

3-
This document describes events dispatched in PageBuilder and parameters.
3+
## Navigation
4+
5+
1. **Introduction**
6+
2. [Installation guide]
7+
3. [Contribution guide]
8+
4. [Developer documentation]
9+
1. [Architecture overview]
10+
1. [BlueFoot to PageBuilder data migration]
11+
1. [Third-party content type migration]
12+
1. [Iconography]
13+
1. [Module integration]
14+
1. [Additional data configuration]
15+
1. [Content type configuration]
16+
1. [How to add a new content type]
17+
1. **Events**
18+
5. [Roadmap and known issues]
19+
20+
[Introduction]: README.md
21+
[Contribution guide]: CONTRIBUTING.md
22+
[Installation Guide]: install.md
23+
[Developer documentation]: developer-documentation.md
24+
[Architecture overview]: architecture-overview.md
25+
[BlueFoot to PageBuilder data migration]: bluefoot-data-migration.md
26+
[Third-party content type migration]: new-content-type-example.md
27+
[Iconography]: iconography.md
28+
[Module integration]: module-integration.md
29+
[Additional data configuration]: custom-configuration.md
30+
[Content type configuration]: content-type-configuration.md
31+
[How to add a new content type]: how-to-add-new-content-type.md
32+
[Events]: events.md
33+
[Roadmap and Known Issues]: roadmap.md
34+
35+
This document contains reference information for events dispatched in PageBuilder.
436

537
**Note:**
638
*We are revising naming conventions for events, naming may change.*
739

40+
## Events list
41+
842
* [block:dropped](#blockdropped)
943
* [block:dropped:create](#blockdroppedcreate)
1044
* [block:instanceDropped](#blockinstancedropped)

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
1. [Introduction]
66
2. [Installation guide]
7-
3. Contribution guide
7+
3. [Contribution guide]
88
4. [Developer documentation]
99
1. [Architecture overview]
1010
1. [BlueFoot to PageBuilder data migration]
@@ -17,6 +17,7 @@
1717
5. [Roadmap and known issues]
1818

1919
[Introduction]: README.md
20+
[Contribution guide]: CONTRIBUTING.md
2021
[Installation guide]: install.md
2122
[Developer documentation]: developer-documentation.md
2223
[Architecture overview]: architecture-overview.md

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
1. [Introduction]
66
2. [Installation guide]
7-
3. Contribution guide
7+
3. [Contribution guide]
88
4. [Developer documentation]
99
1. [Architecture overview]
1010
1. [BlueFoot to PageBuilder data migration]
@@ -17,6 +17,7 @@
1717
5. [Roadmap and known issues]
1818

1919
[Introduction]: README.md
20+
[Contribution guide]: CONTRIBUTING.md
2021
[Installation guide]: install.md
2122
[Developer documentation]: developer-documentation.md
2223
[Architecture overview]: architecture-overview.md

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
1. [Composer installation](#composer-installation)
99
1. [GitHub installation](#github-installation)
1010
1. [Activation](#activation)
11-
3. Contribution guide
11+
3. [Contribution guide]
1212
4. [Developer documentation]
1313
5. [Roadmap and known issues]
1414

1515
[Introduction]: README.md
16+
[Contribution guide]: CONTRIBUTING.md
1617
[Developer documentation]: developer-documentation.md
1718
[Roadmap and known issues]: roadmap.md
1819

0 commit comments

Comments
 (0)