Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENDOC-624 pageModel to pageTemplates #635

Merged
merged 2 commits into from
Dec 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions vuepress/docs/next/docs/curate/bundle-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,17 @@ The docker-based approach is an improvement of the previous Entando Bundle struc
mfe2/
mfe3/
mfe3-config
platform/ <= platform specific components
pageModels/
pageModel.yaml
platform/ <= platform specific components
pageTemplates/
page-template.yaml
pages/
svc/ <= auxiliary services for local development
keycloak.yaml
...
entando.json <= project bundle descriptor
thumbnail.jpg <= bundle thumbnail
```
>Note: For a full list of platform components, see the [Bundle Component Descriptors](bundle-component-details.md) page.

## Bundle Development Process

Expand Down
5 changes: 3 additions & 2 deletions vuepress/docs/v7.1/docs/curate/bundle-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,16 @@ The docker-based approach is an improvement of the previous Entando Bundle struc
mfe3/
mfe3-config
platform/ <= platform specific components
pageModels/
pageModel.yaml
pageTemplates/
page-template.yaml
pages/
svc/ <= auxiliary services for local development
keycloak.yaml
...
entando.json <= project bundle descriptor
thumbnail.jpg <= bundle thumbnail
```
>Note: For a full list of platform components, see the [Bundle Component Descriptors](bundle-component-details.md) page.

## Bundle Development Process

Expand Down