diff --git a/vuepress/docs/next/tutorials/create/mfe/angular.md b/vuepress/docs/next/tutorials/create/mfe/angular.md index deeb72bc1d..046d9d2daa 100644 --- a/vuepress/docs/next/tutorials/create/mfe/angular.md +++ b/vuepress/docs/next/tutorials/create/mfe/angular.md @@ -8,7 +8,9 @@ This tutorial describes the process of building an Angular widget on Entando. It ## Prerequisites * [A working instance of Entando.](../../../docs/getting-started/README.md) -* node v13.8.0: Use [nvm](https://github.com/nvm-sh/nvm) to handle node installations. +* node: Use [nvm](https://github.com/nvm-sh/nvm) to handle node installations. + +* Verify dependencies with the [Entando CLI](../../../docs/getting-started/entando-cli.md#check-the-environment): `ent check-env develop`. ## Initialize your Bundle Project 1. To initialize your project, give it a name and build the scaffolding. This name will be used for the default bundle Docker image. diff --git a/vuepress/docs/v7.1/tutorials/create/mfe/angular.md b/vuepress/docs/v7.1/tutorials/create/mfe/angular.md index 18877c7959..d842974da8 100644 --- a/vuepress/docs/v7.1/tutorials/create/mfe/angular.md +++ b/vuepress/docs/v7.1/tutorials/create/mfe/angular.md @@ -10,7 +10,9 @@ Git-based bundles are also supported and to follow this tutorial in that format, ## Prerequisites * [A working instance of Entando.](../../../docs/getting-started/README.md) -* node v13.8.0: Use [nvm](https://github.com/nvm-sh/nvm) to handle node installations. +* node: Use [nvm](https://github.com/nvm-sh/nvm) to handle node installations. + +* Verify dependencies with the [Entando CLI](../../../docs/getting-started/entando-cli.md#check-the-environment): `ent check-env develop`. ## Initialize your Bundle Project 1. To initialize your project, give it a name and build the scaffolding. This name will be used for the default bundle Docker image. diff --git a/vuepress/docs/v7.1/tutorials/create/mfe/react.md b/vuepress/docs/v7.1/tutorials/create/mfe/react.md index de4ca8ee07..4994dd7ed6 100644 --- a/vuepress/docs/v7.1/tutorials/create/mfe/react.md +++ b/vuepress/docs/v7.1/tutorials/create/mfe/react.md @@ -1,3 +1,7 @@ +--- +sidebarDepth: 2 +--- + # Create a React Micro Frontend ## Prerequisites diff --git a/vuepress/docs/v7.2/tutorials/create/mfe/angular.md b/vuepress/docs/v7.2/tutorials/create/mfe/angular.md index deeb72bc1d..046d9d2daa 100644 --- a/vuepress/docs/v7.2/tutorials/create/mfe/angular.md +++ b/vuepress/docs/v7.2/tutorials/create/mfe/angular.md @@ -8,7 +8,9 @@ This tutorial describes the process of building an Angular widget on Entando. It ## Prerequisites * [A working instance of Entando.](../../../docs/getting-started/README.md) -* node v13.8.0: Use [nvm](https://github.com/nvm-sh/nvm) to handle node installations. +* node: Use [nvm](https://github.com/nvm-sh/nvm) to handle node installations. + +* Verify dependencies with the [Entando CLI](../../../docs/getting-started/entando-cli.md#check-the-environment): `ent check-env develop`. ## Initialize your Bundle Project 1. To initialize your project, give it a name and build the scaffolding. This name will be used for the default bundle Docker image.