|
1 | | -# magento2-page-builder |
2 | | - |
3 | | -<!-- {% raw %} --> |
4 | | - |
5 | 1 | ## PageBuilder Early Access Program |
6 | 2 |
|
7 | | -The PageBuilder Early Access Program (EAP) gives partners the following perks: |
8 | | - |
9 | | -* Explore PageBuilder extension points to build custom modules and integrations for 3rd party services, such as Facebook, Instagram, etc. |
10 | | -* Try out PageBuilder customization options and extend its functionality beyond its default features. |
11 | | -* Preview PageBuilder to prepare a migration plan from BlueFoot 1.0 to PageBuilder. |
12 | | - |
13 | | -**Note:** |
14 | | -*This program should not be used to design and launch a production website using early code.* |
15 | | - |
16 | | -## Installation |
17 | | - |
18 | | -We offer one method for installing PageBuilder: |
19 | | - |
20 | | -* Using the [GitHub repository] - use this option to install PageBuilder from the GitHub repository and contribute to the code. |
21 | | - |
22 | | -[GitHub repository]: docs/install-pagebuilder.md |
23 | | - |
24 | | -<!-- {% comment %} --> |
| 3 | +The Page Builder Early Access Program (EAP) gives partners the following perks: |
| 4 | + |
| 5 | +* Explore extension points to build custom modules and integrations for 3rd party services, such as Facebook and Instagram. |
| 6 | +* Try out customization options and extend its functionality beyond its default features. |
| 7 | +* Preview to prepare a migration plan from BlueFoot 1.0 to PageBuilder. |
25 | 8 |
|
26 | 9 | ## Developer documentation |
27 | 10 |
|
28 | | -### Getting Started |
29 | | - |
30 | | -* [Introduction](docs/getting-started/introduction.md) |
31 | | -* [Install Page Builder](docs/getting-started/install-pagebuilder.md) |
32 | | -* [Activate Page Builder](docs/getting-started/activate-pagebuilder.md) |
33 | | -* [View Page Builder](docs/getting-started/view-pagebuilder.md) |
34 | | - |
35 | | -### Create a content type |
36 | | - |
37 | | -* [Overview](docs/create-basic-content-type/overview.md) |
38 | | -* [Step 1: Add configuration](docs/create-basic-content-type/step-1-add-configuration.md) |
39 | | -* [Step 2: Add templates](docs/create-basic-content-type/step-2-add-templates.md) |
40 | | -* [Step 3: Add components](docs/create-basic-content-type/step-3-add-components.md) |
41 | | -* [Step 4: Add form editor](docs/create-basic-content-type/step-4-add-form-editor.md) |
42 | | -* [Step 5: Add layout](docs/create-basic-content-type/step-5-add-layout.md) |
43 | | -* [Step 6: Add styles and icons](docs/create-basic-content-type/step-6-add-styles-icons.md) |
44 | | -* [Step 7: Add frontend widget](docs/create-basic-content-type/step-7-add-frontend-widget.md) |
45 | | -* [What's next](docs/create-basic-content-type/whats-next.md) |
46 | | - |
47 | | -### Configurations |
48 | | - |
49 | | -* [Main configurations](docs/configurations/content-type-configuration.md) |
50 | | -* [Additional configurations](docs/configurations/additional-configurations.md) |
51 | | -* [Panel configurations](docs/configurations/panel-configurations.md) |
52 | | -* [Option menu configurations](docs/configurations/option-menu-configurations.md) |
53 | | -* [Iconography](docs/configurations/iconography.md) |
54 | | -* [Block chooser configuration](docs/configurations/block-chooser-configuration.md) |
55 | | -* [Full-width page layout configuration](docs/configurations/full-width-page-layout-configuration.md) |
56 | | -* [Responsive layout configuration](docs/configurations/responsive-layout-configuration.md) |
57 | | -* [Storefront configuration](docs/configurations/storefront-configuration.md) |
58 | | -* [Selector configuration](docs/configurations/selector-configuration.md) |
59 | | -* [Product conditions configuration](docs/configurations/product-conditions-configuration.md) |
60 | | -* [Server-side rendered previews](docs/configurations/server-side-rendered-previews.md) |
61 | | - |
62 | | -### How Tos |
63 | | - |
64 | | -* [How to develop a new content type](docs/how-to/how-to-develop-new-content-type.md) |
65 | | -* [How to develop a container content type](docs/how-to/how-to-develop-container-content-type.md) |
66 | | -* [How to use the Image Uploader](docs/how-to/how-to-use-image-uploader.md) |
67 | | -* [How to use the Image Uploader](docs/how-to/how-to-use-image-uploader.md) |
68 | | -* [How to add inline text editing](docs/how-to/how-to-add-inline-text-editing.md) |
69 | | -* [How to add a custom toolbar](docs/how-to/how-to-add-custom-toolbar.md) |
70 | | -* [How to convert product attribute fields to use Page Builder](docs/how-to/how-to-convert-product-attributes-to-use-pagebuilder.md) |
71 | | -* [How to store a component master format as a widget-directive](docs/how-to/how-to-store-master-format-as-widget-directive.md) |
72 | | - |
73 | | -### Reference |
74 | | - |
75 | | -* [Architecture](docs/reference/architecture.md) |
76 | | -* [Events](docs/reference/events.md) |
77 | | -* [Knockout bindings](docs/reference/knockout-bindings.md) |
78 | | -* [Master format](docs/reference/master-format.md) |
79 | | - |
80 | | -### Migration |
81 | | - |
82 | | -* [Migrate from BlueFoot](docs/migration/migrate-from-bluefoot.md) |
83 | | -* [Migrate custom content types from BlueFoot](docs/migration/migrate-custom-content-types-from-bluefoot.md) |
84 | | - |
85 | | -<!-- {% endcomment %} --> |
| 11 | +We will update the developer documentation frequently during beta. Please use this link to access the latest updates: |
| 12 | +[Page Builder developer documentation](https://devdocs.magedevteam.com/ds_pagebuilder/page-builder/getting-started/introduction.html) |
86 | 13 |
|
87 | 14 | ## Contribute to PageBuilder |
88 | 15 |
|
89 | 16 | We appreciate any and all contributions to PageBuilder. If you are interested in contributing to this repository, please see our [Contribution Guide]. |
90 | 17 |
|
91 | | -[Contribution Guide]: CONTRIBUTING.md |
92 | | - |
93 | 18 | ## PageBuilder updates from the Magento core team |
94 | 19 |
|
95 | | -The PageBuilder team updates the code every 2 weeks. |
96 | | -**These changes may introduce breaking changes.** |
97 | | - |
98 | | -## Provide feedback |
| 20 | +We will push new beta releases once a week, including work from the backlog. We don't expect any large breaking changes, but we will communicate them to you if the need arises. |
99 | 21 |
|
100 | | -We want to hear what you think of PageBuilder! |
101 | | -We are particularly interested on your thoughts on the following: |
| 22 | +## Contact us |
102 | 23 |
|
103 | | -* [How would you customize PageBuilder and what do you need to accomplish this task?](https://github.com/magento/magento2-page-builder/issues/57) |
104 | | -* [What web content API do you use or would like to see in PageBuilder?](https://github.com/magento/magento2-page-builder/issues/58) |
| 24 | +To participate in technical discussions and ask questions, join us in [Slack], where a number of Page Builder team members are present. |
105 | 25 |
|
106 | | -To participate in technical discussions and ask questions, join us in [Slack]. |
107 | 26 |
|
108 | | -For all other questions or requests, contact [Olena Tkacheva]. |
109 | | - |
110 | | -[Slack]: https://magentocommeng.slack.com/ |
111 | | -[Olena Tkacheva]: https://magentocommeng.slack.com/messages/@UAFV915FB |
112 | | - |
113 | | -<!-- {% endraw %} --> |
| 27 | +[Contribution Guide]: CONTRIBUTING.md |
| 28 | +[Slack]: https://magentocommeng.slack.com/messages/GANS1R4C9 |
0 commit comments