@@ -27,15 +27,28 @@ We offer one method for installing PageBuilder:
27
27
28
28
### Getting Started
29
29
30
- 1 . [ Introduction] ( docs/getting-started/introduction.md )
31
- 2 . [ Install Page Builder] ( docs/getting-started/install-pagebuilder.md )
32
- 3 . [ Activate Page Builder] ( docs/getting-started/activate-pagebuilder.md )
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
+
34
+ ### Create a basic content type
35
+
36
+ * [ Overview] ( docs/create-basic-content-type/overview.md )
37
+ * [ Step 1: Add configuration] ( docs/create-basic-content-type/step-1-add-configuration.md )
38
+ * [ Step 2: Add templates] ( docs/create-basic-content-type/step-2-add-templates.md )
39
+ * [ Step 3: Add components] ( docs/create-basic-content-type/step-3-add-components.md )
40
+ * [ Step 4: Add editor] ( docs/create-basic-content-type/step-4-add-editor.md )
41
+ * [ Step 5: Add layout] ( docs/create-basic-content-type/step-5-add-layout.md )
42
+ * [ Step 6: Add styles and icons] ( docs/create-basic-content-type/step-6-add-styles-icons.md )
43
+ * [ Step 7: Add frontend widget] ( docs/create-basic-content-type/step-7-add-frontend-widget.md )
44
+ * [ What's next] ( docs/create-basic-content-type/whats-next.md )
33
45
34
46
### Configurations
35
47
36
- * [ Content type configuration ] ( docs/configurations/content-type-configuration.md )
48
+ * [ Main configurations ] ( docs/configurations/content-type-configuration.md )
37
49
* [ Additional configurations] ( docs/configurations/additional-configurations.md )
38
50
* [ Panel configurations] ( docs/configurations/panel-configurations.md )
51
+ * [ Iconography] ( docs/configurations/iconography.md )
39
52
* [ Block chooser configuration] ( docs/configurations/block-chooser-configuration.md )
40
53
* [ Full-width page layout configuration] ( docs/configurations/full-width-page-layout-configuration.md )
41
54
* [ Responsive layout configuration] ( docs/configurations/responsive-layout-configuration.md )
@@ -46,8 +59,6 @@ We offer one method for installing PageBuilder:
46
59
47
60
### How Tos
48
61
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
62
* [ How to use the Image Uploader] ( docs/how-to/how-to-use-image-uploader.md )
52
63
* [ How to add inline text editing] ( docs/how-to/how-to-add-inline-text-editing.md )
53
64
* [ How to add a custom toolbar] ( docs/how-to/how-to-add-custom-toolbar.md )
0 commit comments