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-502 Update the MFE config tutorial #520

Merged
merged 8 commits into from
Jun 22, 2022
Merged
Show file tree
Hide file tree
Changes from 7 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
5 changes: 1 addition & 4 deletions vuepress/docs/next/tutorials/create/mfe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ Entando's microservice and micro frontend architecture allows developers to work

- [Create an Angular Micro Frontend](./angular.md)

- [Add an App Builder configuration screen to a
widget](./widget-configuration.md)

- [Display widget configuration](./widget-configuration.md#display-widget-configuration)
- [Add an App Builder configuration screen to a widget](./widget-configuration.md)

- [Communicate Between Micro Frontends](./communication.md)

Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/next/tutorials/create/mfe/communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ You’ve now created a micro frontend that listens to custom events.

Now let's add the publisher and subscriber micro frontends in Entando.

> Note: These follow the same steps as in the [Create a React Micro Frontend](./react.md#build-it) tutorial.
> Note: These follow the same steps as in the [Create a React Micro Frontend](./react.md#build-the-react-app) tutorial.

### Create Environment File

Expand Down
Loading