Skip to content

Commit 63fb1a5

Browse files
committed
MAGETWO-92265: Missing documentation from Editing Heading
- update navigation with custom toolbar links
1 parent 7d59614 commit 63fb1a5

14 files changed

+31
-6
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This project repository contains PageBuilder developer documentation on the foll
3636
1. [Events]
3737
1. [Master format]
3838
1. [Visual select]
39+
1. [Custom Toolbar]
3940

4041
[Architecture overview]: app/code/Magento/PageBuilder/docs/architecture-overview.md
4142
[BlueFoot to PageBuilder data migration]: app/code/Magento/PageBuilder/docs/bluefoot-data-migration.md
@@ -48,6 +49,7 @@ This project repository contains PageBuilder developer documentation on the foll
4849
[Events]: app/code/Magento/PageBuilder/docs/events.md
4950
[Master format]: app/code/Magento/PageBuilder/docs/master-format.md
5051
[Visual select]: app/code/Magento/PageBuilder/docs/visual-select.md
52+
[Custom Toolbar]: app/code/Magento/PageBuilder/docs/toolbar.md
5153

5254
## Contribute to PageBuilder
5355

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
[Events]: events.md
2828
[Master format]: master-format.md
2929
[Visual select]: visual-select.md
30+
[Custom Toolbar]: toolbar.md
3031
[Roadmap and Known Issues]: roadmap.m
3132

3233
## Overview

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
1. [Events]
1818
1. [Master format]
1919
1. [Visual select]
20+
1. [Custom Toolbar]
2021
5. [Roadmap and known issues]
2122

2223
[Introduction]: README.md
@@ -34,6 +35,7 @@
3435
[Events]: events.md
3536
[Master format]: master-format.md
3637
[Visual select]: visual-select.md
38+
[Custom Toolbar]: toolbar.md
3739
[Roadmap and Known Issues]: roadmap.md
3840

3941
## What is PageBuilder?

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
1. [Events]
1717
1. [Master format]
1818
1. [Visual select]
19+
1. [Custom Toolbar]
1920
5. [Roadmap and known issues]
2021

2122
[Introduction]: README.md
@@ -33,6 +34,7 @@
3334
[Events]: events.md
3435
[Master format]: master-format.md
3536
[Visual select]: visual-select.md
37+
[Custom Toolbar]: toolbar.md
3638
[Roadmap and known issues]: roadmap.md
3739

3840
## Overview

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
1. [How to add a new content type]
2020
1. [Events]
2121
1. [Master format]
22-
1. [Visual select]
22+
1. [Visual select]
23+
1. [Custom Toolbar]
2324
5. [Roadmap and known issues]
2425

2526
[Introduction]: README.md
@@ -37,6 +38,7 @@
3738
[Events]: events.md
3839
[Master format]: master-format.md
3940
[Visual select]: visual-select.md
41+
[Custom Toolbar]: toolbar.md
4042
[Roadmap and known issues]: roadmap.md
4143

4244
## Configuration

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
1. [How to add a new content type]
1717
1. [Events]
1818
1. [Master format]
19-
1. [Visual select]
19+
1. [Visual select]
20+
1. [Custom Toolbar]
2021
5. [Roadmap and known issues]
2122

2223
[Introduction]: README.md
@@ -34,6 +35,7 @@
3435
[Events]: events.md
3536
[Master format]: master-format.md
3637
[Visual select]: visual-select.md
38+
[Custom Toolbar]: toolbar.md
3739
[Roadmap and known issues]: roadmap.md
3840

3941

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
1. **Events**
1818
1. [Master format]
1919
1. [Visual select]
20+
1. [Custom Toolbar]
2021
5. [Roadmap and known issues]
2122

2223
[Introduction]: README.md
@@ -34,6 +35,7 @@
3435
[Events]: events.md
3536
[Master format]: master-format.md
3637
[Visual select]: visual-select.md
38+
[Custom Toolbar]: toolbar.md
3739
[Roadmap and Known Issues]: roadmap.md
3840

3941
This document contains reference information for events dispatched in PageBuilder.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
1. [Events]
1818
1. [Master format]
1919
1. [Visual select]
20+
1. [Custom Toolbar]
2021
5. [Roadmap and known issues]
2122

2223
[Introduction]: README.md
@@ -34,6 +35,7 @@
3435
[Events]: events.md
3536
[Master format]: master-format.md
3637
[Visual select]: visual-select.md
38+
[Custom Toolbar]: toolbar.md
3739
[Roadmap and known issues]: roadmap.md
3840

3941

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
1. [How to add a new content type]
1717
1. [Events]
1818
1. [Master format]
19-
1. [Visual select]
19+
1. [Visual select]
20+
1. [Custom Toolbar]
2021
5. [Roadmap and known issues]
2122

2223
[Introduction]: README.md
@@ -34,6 +35,7 @@
3435
[Events]: events.md
3536
[Master format]: master-format.md
3637
[Visual select]: visual-select.md
38+
[Custom Toolbar]: toolbar.md
3739
[Roadmap and known issues]: roadmap.md
3840

3941
## Overview

app/code/Magento/PageBuilder/docs/master-format.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
1. [Events]
1818
1. **Master format**
1919
1. [Visual select]
20+
1. [Custom Toolbar]
2021
5. [Roadmap and known issues]
2122

2223
[Introduction]: README.md
@@ -34,6 +35,7 @@
3435
[Events]: events.md
3536
[Master format]: master-format.md
3637
[Visual select]: visual-select.md
38+
[Custom Toolbar]: toolbar.md
3739
[Roadmap and Known Issues]: roadmap.md
3840

3941
PageBuilder uses XHTML with inline styles and data attributes as the master format for storage.

0 commit comments

Comments
 (0)