Skip to content

Commit 8d49a2e

Browse files
committed
MC-4272: Update content type docs
Updated README TOC to reflect changes in docs structure.
1 parent 7113e26 commit 8d49a2e

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,28 @@ We offer one method for installing PageBuilder:
2727

2828
### Getting Started
2929

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)
3345

3446
### Configurations
3547

36-
* [Content type configuration](docs/configurations/content-type-configuration.md)
48+
* [Main configurations](docs/configurations/content-type-configuration.md)
3749
* [Additional configurations](docs/configurations/additional-configurations.md)
3850
* [Panel configurations](docs/configurations/panel-configurations.md)
51+
* [Iconography](docs/configurations/iconography.md)
3952
* [Block chooser configuration](docs/configurations/block-chooser-configuration.md)
4053
* [Full-width page layout configuration](docs/configurations/full-width-page-layout-configuration.md)
4154
* [Responsive layout configuration](docs/configurations/responsive-layout-configuration.md)
@@ -46,8 +59,6 @@ We offer one method for installing PageBuilder:
4659

4760
### How Tos
4861

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)
5162
* [How to use the Image Uploader](docs/how-to/how-to-use-image-uploader.md)
5263
* [How to add inline text editing](docs/how-to/how-to-add-inline-text-editing.md)
5364
* [How to add a custom toolbar](docs/how-to/how-to-add-custom-toolbar.md)

0 commit comments

Comments
 (0)