Skip to content

Commit a201939

Browse files
committed
MAGEDOC-3583: RTM topics and tasks
Updated links the pagebuilder-examples repo and tweaked language
1 parent d696ab2 commit a201939

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

docs/getting-started/install-pagebuilder-examples.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
# Install Page Builder Examples
22

3-
You can find the code examples used, and referred to, within this documentation on GitHub in the [pagebuilder-examples repo](https://github.com/magento-devdocs/pagebuilder-examples).
4-
This repo contains two types of examples:
3+
You can find the code examples used, and referred to, within this documentation on GitHub in the [pagebuilder-examples repo](https://github.com/magento-devdocs/pagebuilder-examples). This repo contains two types of examples:
54

6-
- Fully functional content type modules
5+
- Fully functional modules
76
- Files for how-to topics
87

9-
## Fully functional content type modules
8+
## Fully functional modules
109

1110
The following custom content type modules are here for you to download and install so you can learn by example:
1211

13-
- **[PageBuilderQuote](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/PageBuilderQuote)**—This module shows you how to use a simple content type to stylize quotations for things like customer testimonials. This is the completed module featured in the [content type tutorial](../create-custom-content-type/overview.md).
14-
- **[PageBuilderGrid](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/PageBuilderGrid)**—This module shows you how to create a content type to rebuild the Magento Luma home page using a grid structure with grid items.
15-
- **[PageBuilderFaq](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/PageBuilderFaq)**—This module shows you how to create a content type for an FAQ page that uses an accordion for the questions and answers.
12+
- **[PageBuilderQuote](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/Example/PageBuilderQuote)**—This module shows you how to use a simple content type to stylize quotations for things like customer testimonials. This is the completed module featured in the [content type tutorial](../create-custom-content-type/overview.md).
13+
- **[PageBuilderGrid](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/Example/PageBuilderGrid)**—This module shows you how to create a content type to rebuild the Magento Luma home page using a grid structure with grid items.
14+
- **[PageBuilderFaq](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/Example/PageBuilderFaq)**—This module shows you how to create a content type for an FAQ page that uses an accordion for the questions and answers.
1615

1716
## Files for how-to topics
1817

19-
This documentation contains several how-to topics for adding features to your content type. The corresponding how-to directories in the repo provide the code changes required for adding the feature to the `PageBuilderQuote` module.
18+
The how-to directories in the repo correspond to the how-to topics in this documentation. They provide the files and code changes required by the topic in order to add the given feature to the `PageBuilderQuote` module.
2019

2120
For example, the topic [How to add a custom toolbar](../how-to/how-to-add-custom-toolbar.md), has a corresponding directory within the [pagebuilder-examples repo](https://github.com/magento-devdocs/pagebuilder-examples) called [how-to-add-custom-toolbar](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/how-to-add-custom-toolbar). This directory provides the files with the code changes you need to make in order to add a custom toolbar to the `PageBuilderQuote` module.
2221

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# What is Page Builder?
22

3-
Page Builder is a Magento extension for creating content with drag-and-drop controls.
3+
Page Builder is a Magento extension for creating content by dragging-and-dropping pre-built controls. 
44
We call these controls content types, which provide several key features, including:
55

6-
- **Dragging-and-dropping** of UI controls to build a page.
6+
- **Drag-and-drop** functionality for content creation.
77
- **Live previews** of how the content will look on the storefront.
88
- **Form editors** for entering and customizing the content.
99

10-
For end-users, this means _no coding required_. For you as a developer, it means that most of Page Builder customization is done using content types. There are two ways to customize Page Builder using content types:
10+
For end-users, this means _no coding required_. For you as a developer, it means you will use content types to customize Page Builder in order to meet the end-user's needs. There are two ways to customize Page Builder using content types:
1111

1212
- **Extend** existing content types
1313
- **Create** custom content types
1414

1515
## Getting started
1616

17-
Continue onto the following topics to get started with Page Builder development:
17+
The following topics will help you get started with Page Builder development:
1818

1919
- [Install Page Builder](getting-started/install-pagebuilder.md)
2020
- [View Page Builder](getting-started/view-pagebuilder.md)

0 commit comments

Comments
 (0)