Skip to content

Commit 149517e

Browse files
committed
MC-5710: Beta docs tutorial
Updated README
1 parent 7a6e848 commit 149517e

File tree

1 file changed

+43
-41
lines changed

1 file changed

+43
-41
lines changed

README.md

Lines changed: 43 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# magento2-page-builder
2-
31
## PageBuilder Early Access Program
42

53
The Page Builder Early Access Program (EAP) gives partners the following perks:
64

7-
* Explore extension points to build custom modules and integrations for 3rd party services, such as Facebook, Instagram, etc.
5+
* Explore extension points to build custom modules and integrations for 3rd party services, such as Facebook and Instagram.
86
* Try out customization options and extend its functionality beyond its default features.
97
* Preview to prepare a migration plan from BlueFoot 1.0 to PageBuilder.
108

@@ -16,58 +14,63 @@ See [Install Page Builder](docs/getting-started/install-pagebuilder.md)
1614

1715
### Getting Started
1816

19-
* [Install Page Builder](docs/getting-started/install-pagebuilder.md)
20-
* [Activate Page Builder](docs/getting-started/activate-pagebuilder.md)
21-
* [View Page Builder](docs/getting-started/view-pagebuilder.md)
17+
* [Install Page Builder](../getting-started/install-pagebuilder.md)
18+
* [Activate Page Builder](../getting-started/activate-pagebuilder.md)
19+
* [View Page Builder](../getting-started/view-pagebuilder.md)
2220

2321
### Create a content type
2422

25-
* [Overview](docs/create-basic-content-type/overview.md)
26-
* [Step 1: Add configuration](docs/create-basic-content-type/step-1-add-configuration.md)
27-
* [Step 2: Add templates](docs/create-basic-content-type/step-2-add-templates.md)
28-
* [Step 3: Add components](docs/create-basic-content-type/step-3-add-components.md)
29-
* [Step 4: Add editor](docs/create-basic-content-type/step-4-add-editor.md)
30-
* [Step 5: Add styles](docs/create-basic-content-type/step-5-add-styles.md)
31-
* [Step 6: Add frontend widget](docs/create-basic-content-type/step-6-add-frontend-widget.md)
32-
* [What's next](docs/create-basic-content-type/whats-next.md)
23+
* [Overview](../create-basic-content-type/overview.md)
24+
* [Step 1: Add configuration](../create-basic-content-type/step-1-add-configuration.md)
25+
* [Step 2: Add templates](../create-basic-content-type/step-2-add-templates.md)
26+
* [Step 3: Add components](../create-basic-content-type/step-3-add-components.md)
27+
* [Step 4: Add editor](../create-basic-content-type/step-4-add-editor.md)
28+
* [Step 5: Add styles](../create-basic-content-type/step-5-add-styles.md)
29+
* [Step 6: Add frontend widget](../create-basic-content-type/step-6-add-frontend-widget.md)
30+
* [What's next](../create-basic-content-type/whats-next.md)
3331

3432
### Configurations
3533

36-
* [Main configurations](docs/configurations/content-type-configuration.md)
37-
* [Additional configurations](docs/configurations/additional-configurations.md)
38-
* [Panel configurations](docs/configurations/panel-configurations.md)
39-
* [Option menu configurations](docs/configurations/option-menu-configurations.md)
40-
* [Iconography](docs/configurations/iconography.md)
41-
* [Block chooser configuration](docs/configurations/block-chooser-configuration.md)
42-
* [Full-width page layout configuration](docs/configurations/full-width-page-layout-configuration.md)
43-
* [Responsive layout configuration](docs/configurations/responsive-layout-configuration.md)
44-
* [Storefront configuration](docs/configurations/storefront-configuration.md)
45-
* [Selector configuration](docs/configurations/selector-configuration.md)
46-
* [Product conditions configuration](docs/configurations/product-conditions-configuration.md)
47-
* [Server-side rendered previews](docs/configurations/server-side-rendered-previews.md)
34+
* [Main configurations](../configurations/content-type-configuration.md)
35+
* [Additional configurations](../configurations/additional-configurations.md)
36+
* [Panel configurations](../configurations/panel-configurations.md)
37+
* [Option menu configurations](../configurations/option-menu-configurations.md)
38+
* [Iconography](../configurations/iconography.md)
39+
* [Block chooser configuration](../configurations/block-chooser-configuration.md)
40+
* [Full-width page layout configuration](../configurations/full-width-page-layout-configuration.md)
41+
* [Responsive layout configuration](../configurations/responsive-layout-configuration.md)
42+
* [Storefront configuration](../configurations/storefront-configuration.md)
43+
* [Selector configuration](../configurations/selector-configuration.md)
44+
* [Product conditions configuration](../configurations/product-conditions-configuration.md)
45+
* [Server-side rendered previews](../configurations/server-side-rendered-previews.md)
4846

4947
### How Tos
5048

51-
* [How to develop a new content type](docs/how-to/how-to-develop-new-content-type.md)
52-
* [How to develop a container content type](docs/how-to/how-to-develop-container-content-type.md)
53-
* [How to use the Image Uploader](docs/how-to/how-to-use-image-uploader.md)
54-
* [How to use the Image Uploader](docs/how-to/how-to-use-image-uploader.md)
55-
* [How to add inline text editing](docs/how-to/how-to-add-inline-text-editing.md)
56-
* [How to add a custom toolbar](docs/how-to/how-to-add-custom-toolbar.md)
57-
* [How to convert product attribute fields to use Page Builder](docs/how-to/how-to-convert-product-attributes-to-use-pagebuilder.md)
58-
* [How to store a component master format as a widget-directive](docs/how-to/how-to-store-master-format-as-widget-directive.md)
49+
* [How to develop a new content type](../how-to/how-to-develop-new-content-type.md)
50+
* [How to develop a container content type](../how-to/how-to-develop-container-content-type.md)
51+
* [How to use the Image Uploader](../how-to/how-to-use-image-uploader.md)
52+
* [How to use the Image Uploader](../how-to/how-to-use-image-uploader.md)
53+
* [How to add inline text editing](../how-to/how-to-add-inline-text-editing.md)
54+
* [How to add a custom toolbar](../how-to/how-to-add-custom-toolbar.md)
55+
* [How to convert product attribute fields to use Page Builder](../how-to/how-to-convert-product-attributes-to-use-pagebuilder.md)
56+
* [How to store a component master format as a widget-directive](../how-to/how-to-store-master-format-as-widget-directive.md)
5957

6058
### Reference
6159

62-
* [Architecture](docs/reference/architecture.md)
63-
* [Events](docs/reference/events.md)
64-
* [Knockout bindings](docs/reference/knockout-bindings.md)
65-
* [Master format](docs/reference/master-format.md)
60+
* [Architecture](../reference/architecture.md)
61+
* [Events](../reference/events.md)
62+
* [Knockout bindings](../reference/knockout-bindings.md)
63+
* [Master format](../reference/master-format.md)
6664

6765
### Migration
6866

69-
* [Migrate from BlueFoot](docs/migration/migrate-from-bluefoot.md)
70-
* [Migrate custom content types from BlueFoot](docs/migration/migrate-custom-content-types-from-bluefoot.md)
67+
* [Migrate from BlueFoot](../migration/migrate-from-bluefoot.md)
68+
* [Migrate custom content types from BlueFoot](../migration/migrate-custom-content-types-from-bluefoot.md)
69+
70+
### Other
71+
72+
* [Component status](../component-status.md)
73+
* [Known issues](../known-issues.md)
7174

7275
## Contribute to PageBuilder
7376

@@ -84,4 +87,3 @@ To participate in technical discussions and ask questions, join us in [Slack], w
8487

8588
[Contribution Guide]: CONTRIBUTING.md
8689
[Slack]: https://magentocommeng.slack.com/messages/GANS1R4C9
87-

0 commit comments

Comments
 (0)