Skip to content

Commit 08871d9

Browse files
committed
MAGEDOC-3450: Automate build/deploy operations
Created index file at the root level and changed the links around # Conflicts: # docs/getting-started/introduction.md
1 parent 0db2533 commit 08871d9

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

docs/index.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -8,69 +8,69 @@ The Page Builder Early Adopters Program (EAP) gives partners the following perks
88

99
## Installation
1010

11-
See [Install Page Builder](install-pagebuilder.md)
11+
See [Install Page Builder](getting-started/install-pagebuilder.md)
1212

1313
<!-- {% comment %} -->
1414

1515
## Developer documentation
1616

1717
### Getting started
1818

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

2323
### Create a content type
2424

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

3434
### Configurations
3535

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

4949
### How tos
5050

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

5959
### Reference
6060

61-
* [Architecture](../reference/architecture.md)
62-
* [Events](../reference/events.md)
63-
* [Knockout bindings](../reference/knockout-bindings.md)
61+
* [Architecture](reference/architecture.md)
62+
* [Events](reference/events.md)
63+
* [Knockout bindings](reference/knockout-bindings.md)
6464

6565
### Migration
6666

67-
* [Migrate from BlueFoot](../migration/migrate-from-bluefoot.md)
68-
* [Migrate custom content types from BlueFoot](../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)
6969

7070
### Other
7171

72-
* [Release notes](../release-notes.md)
73-
* [Component status](../comp-status2.md)
72+
* [Release notes](release-notes.md)
73+
* [Component status](comp-status2.md)
7474
* [Contribution guide](https://github.com/magento/magento2-page-builder/blob/develop/CONTRIBUTING.md)
7575

7676
<!-- {% endcomment %} -->

docs/page-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
label: Page Builder
2+
url: /page-builder/
3+
versionless: true
24
pages:
35
- label: Getting started
4-
url: /page-builder/getting-started/introduction.html
5-
versionless: true
66
children:
77
- label: Install Page Builder
88
url: /page-builder/getting-started/install-pagebuilder.html

0 commit comments

Comments
 (0)