Skip to content

Commit 603ddd2

Browse files
committed
MC-5710: Beta docs tutorial
Updated README links
1 parent 149517e commit 603ddd2

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

README.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -14,63 +14,63 @@ See [Install Page Builder](docs/getting-started/install-pagebuilder.md)
1414

1515
### Getting Started
1616

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)
17+
* [Install Page Builder](docs/getting-started/install-pagebuilder.md)
18+
* [Activate Page Builder](docs/getting-started/activate-pagebuilder.md)
19+
* [View Page Builder](docs/getting-started/view-pagebuilder.md)
2020

2121
### Create a content type
2222

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

3232
### Configurations
3333

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

4747
### How Tos
4848

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

5858
### Reference
5959

60-
* [Architecture](../reference/architecture.md)
61-
* [Events](../reference/events.md)
62-
* [Knockout bindings](../reference/knockout-bindings.md)
63-
* [Master format](../reference/master-format.md)
60+
* [Architecture](docs/reference/architecture.md)
61+
* [Events](docs/reference/events.md)
62+
* [Knockout bindings](docs/reference/knockout-bindings.md)
63+
* [Master format](docs/reference/master-format.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](docs/migration/migrate-from-bluefoot.md)
68+
* [Migrate custom content types from BlueFoot](docs/migration/migrate-custom-content-types-from-bluefoot.md)
6969

7070
### Other
7171

72-
* [Component status](../component-status.md)
73-
* [Known issues](../known-issues.md)
72+
* [Component status](docs/component-status.md)
73+
* [Known issues](docs/known-issues.md)
7474

7575
## Contribute to PageBuilder
7676

0 commit comments

Comments
 (0)