diff --git a/vuepress/docs/next/tutorials/create/ms/add-api-claim.md b/vuepress/docs/next/tutorials/create/ms/add-api-claim.md index 47a219b886..df13500604 100644 --- a/vuepress/docs/next/tutorials/create/ms/add-api-claim.md +++ b/vuepress/docs/next/tutorials/create/ms/add-api-claim.md @@ -1,8 +1,8 @@ # Add an API Claim to Connect a Micro Frontend to a Microservice -Micro frontends typically require data or logic provided by microservices. The connection between a micro frontend (MFE) and a microservice (MS) is configured as an API claim in the bundle project `entando.json`. See [API Management](../../../docs/getting-started/ent-api.md) for more information. +Micro frontends typically require data or logic provided by microservices. The connection between a micro frontend (MFE) and a microservice (MS) is configured as an API claim in the bundle descriptor `entando.json`. See [API Management](../../../docs/getting-started/ent-api.md) for more information. :::tip Note -API claims in Entando can be used for microservices within the same bundle or for microservices within another bundle in the same namespace. This tutorial demonstrates the first case. +API claims in Entando can be used for microservices within the same bundle or for microservices of another bundle in the same namespace. This tutorial demonstrates the first case. Entando recommends creating REST APIs in microservices instead of extending the App Engine as previously done. ::: @@ -10,7 +10,6 @@ Entando recommends creating REST APIs in microservices instead of extending the ## Prerequisites * A working instance of Entando * An existing [React Config MFE](../mfe/widget-configuration.md) bundle project. The configuration MFE tutorial is a good starting point since it already has the settings in place to handle the `config` JSON context. - * (Optional) Use `ent bundle init --from-hub YOUR-PROJECT-NAME` to initialize your project using the `Entando 7.1 Tutorials → e71-simple-mfe-with-config` bundle. ## Step 1. Create a Simple Node.js Microservice 1. Generate the basic microservice configuration and placeholder directory: diff --git a/vuepress/docs/v7.1/tutorials/create/ms/add-api-claim.md b/vuepress/docs/v7.1/tutorials/create/ms/add-api-claim.md index 99da0e30ac..6abdd85ef3 100644 --- a/vuepress/docs/v7.1/tutorials/create/ms/add-api-claim.md +++ b/vuepress/docs/v7.1/tutorials/create/ms/add-api-claim.md @@ -1,8 +1,8 @@ # Add an API Claim to Connect a Micro Frontend to a Microservice -Micro frontends typically require data or logic provided by microservices. The connection between a micro frontend (MFE) and a microservice (MS) is configured as an API claim in the bundle project `entando.json`. See [API Management](../../../docs/getting-started/ent-api.md) for more information. +Micro frontends typically require data or logic provided by microservices. The connection between a micro frontend (MFE) and a microservice (MS) is configured as an API claim in the bundle descriptor `entando.json`. See [API Management](../../../docs/getting-started/ent-api.md) for more information. :::tip Note -API claims in Entando can be used for microservices within the same bundle or for microservices within another bundle in the same namespace. This tutorial demonstrates the first case. +API claims in Entando can be used for microservices within the same bundle or for microservices of another bundle in the same namespace. This tutorial demonstrates the first case. Entando recommends creating REST APIs in microservices instead of extending the App Engine as previously done. ::: diff --git a/vuepress/docs/v7.2/tutorials/create/ms/add-api-claim.md b/vuepress/docs/v7.2/tutorials/create/ms/add-api-claim.md index ae87c9b6d5..f057057431 100644 --- a/vuepress/docs/v7.2/tutorials/create/ms/add-api-claim.md +++ b/vuepress/docs/v7.2/tutorials/create/ms/add-api-claim.md @@ -1,8 +1,8 @@ # Add an API Claim to Connect a Micro Frontend to a Microservice -Micro frontends typically require data or logic provided by microservices. The connection between a micro frontend (MFE) and a microservice (MS) is configured as an API claim in the bundle project `entando.json`. See [API Management](../../../docs/getting-started/ent-api.md) for more information. +Micro frontends typically require data or logic provided by microservices. The connection between a micro frontend (MFE) and a microservice (MS) is configured as an API claim in the bundle descriptor `entando.json`. See [API Management](../../../docs/getting-started/ent-api.md) for more information. :::tip Note -API claims in Entando can be used for microservices within the same bundle or for microservices within another bundle in the same namespace. This tutorial demonstrates the first case. +API claims in Entando can be used for microservices within the same bundle or for microservices of another bundle in the same namespace. This tutorial demonstrates the first case. Entando recommends creating REST APIs in microservices instead of extending the App Engine as previously done. ::: @@ -10,7 +10,6 @@ Entando recommends creating REST APIs in microservices instead of extending the ## Prerequisites * A working instance of Entando * An existing [React Config MFE](../mfe/widget-configuration.md) bundle project. The configuration MFE tutorial is a good starting point since it already has the settings in place to handle the `config` JSON context. - * (Optional) Use `ent bundle init --from-hub YOUR-PROJECT-NAME` to initialize your project using the `Entando 7.1 Tutorials → e71-simple-mfe-with-config` bundle. ## Step 1. Create a Simple Node.js Microservice 1. Generate the basic microservice configuration and placeholder directory: diff --git a/vuepress/docs/v7.3/tutorials/create/ms/add-api-claim.md b/vuepress/docs/v7.3/tutorials/create/ms/add-api-claim.md index 47a219b886..df13500604 100644 --- a/vuepress/docs/v7.3/tutorials/create/ms/add-api-claim.md +++ b/vuepress/docs/v7.3/tutorials/create/ms/add-api-claim.md @@ -1,8 +1,8 @@ # Add an API Claim to Connect a Micro Frontend to a Microservice -Micro frontends typically require data or logic provided by microservices. The connection between a micro frontend (MFE) and a microservice (MS) is configured as an API claim in the bundle project `entando.json`. See [API Management](../../../docs/getting-started/ent-api.md) for more information. +Micro frontends typically require data or logic provided by microservices. The connection between a micro frontend (MFE) and a microservice (MS) is configured as an API claim in the bundle descriptor `entando.json`. See [API Management](../../../docs/getting-started/ent-api.md) for more information. :::tip Note -API claims in Entando can be used for microservices within the same bundle or for microservices within another bundle in the same namespace. This tutorial demonstrates the first case. +API claims in Entando can be used for microservices within the same bundle or for microservices of another bundle in the same namespace. This tutorial demonstrates the first case. Entando recommends creating REST APIs in microservices instead of extending the App Engine as previously done. ::: @@ -10,7 +10,6 @@ Entando recommends creating REST APIs in microservices instead of extending the ## Prerequisites * A working instance of Entando * An existing [React Config MFE](../mfe/widget-configuration.md) bundle project. The configuration MFE tutorial is a good starting point since it already has the settings in place to handle the `config` JSON context. - * (Optional) Use `ent bundle init --from-hub YOUR-PROJECT-NAME` to initialize your project using the `Entando 7.1 Tutorials → e71-simple-mfe-with-config` bundle. ## Step 1. Create a Simple Node.js Microservice 1. Generate the basic microservice configuration and placeholder directory: