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-697 edit Learning path and move EPC in Nav #709

Merged
merged 1 commit into from
Apr 5, 2023
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
16 changes: 8 additions & 8 deletions vuepress/docs/.vuepress/next.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,8 @@ module.exports = {
title: 'Create Components',
children: [
{
title: 'Strapi Content Management',
children: [
path + 'create/strapi-content.md',
]
title: 'Entando Platform Capability',
path: path + 'create/mfe/epc.md'
},
{
title: 'Micro Frontends',
Expand Down Expand Up @@ -343,10 +341,6 @@ module.exports = {
title: 'Context Parameters',
path: path + 'create/mfe/context-params.md'
},
{
title: 'Entando Platform Capability',
path: path + 'create/mfe/epc.md'
},
{
title: 'Authentication',
path: path + 'create/mfe/authentication.md'
Expand Down Expand Up @@ -407,6 +401,12 @@ module.exports = {
path: path + 'create/pb/github-actions-workflow.md'
},
]
},
{
title: 'Strapi Content Management',
children: [
path + 'create/strapi-content.md',
]
}

]
Expand Down
10 changes: 5 additions & 5 deletions vuepress/docs/.vuepress/v71.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ module.exports = {
{
title: 'Create Components',
children: [
{
title: 'Entando Platform Capability',
path: path + 'create/mfe/epc.md'
},
{
title: 'Micro Frontends',
children: [
Expand Down Expand Up @@ -333,11 +337,7 @@ module.exports = {
title: 'Context Parameters',
path: path + 'create/mfe/context-params.md'
},
{
title: 'Entando Platform Capability',
path: path + 'create/mfe/epc.md'
},
{
{
title: 'Authentication',
path: path + 'create/mfe/authentication.md'
},
Expand Down
3 changes: 2 additions & 1 deletion vuepress/docs/next/tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ table th:nth-of-type(3) {
| [Build and Publish a Simple Bundle](./create/pb/publish-simple-bundle.md)| [Build and Publish a Project Bundle](./create/pb/publish-project-bundle.md) | [Export a Bundle from an Existing Application](./create/pb/export-bundle-from-application.md) |
| [Generate Micro Frontends and Microservices Based on a Database Entity](./create/ms/generate-microservices-and-micro-frontends.md) |[Use JDL Studio to Create a Complex Database Entity](./create/ms/update-data-model.md) | [Manage Plugin Environment Variables](./devops/plugin-environment-variables.md)
| [Run Micro Frontends and Microservices in Your Local Environment](./create/ms/run-local.md) | [Add Access Controls to Your Microservices](./create/ms/add-access-controls.md) |
|[Connect a Micro Frontend to a Microservice with an API Claim](./create/ms/add-api-claim.md) |[Use Postman with OAuth2 APIs](./create/ms/use-postman-with-oauth2.md)
|[Add an API Claim to Connect a MFE to a Microservice](./create/ms/add-api-claim.md) |[Use Postman with OAuth2 APIs](./create/ms/use-postman-with-oauth2.md)
|[Create a Spring Boot Microservice](./create/ms/spring-boot-ms.md)||

## Operations

Expand Down
3 changes: 2 additions & 1 deletion vuepress/docs/v7.1/tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ table th:nth-of-type(3) {
| [Build and Publish a Simple Bundle](./create/pb/publish-simple-bundle.md)| [Build and Publish a Project Bundle](./create/pb/publish-project-bundle.md) | [Export a Bundle from an Existing Application](./create/pb/export-bundle-from-application.md) |
| [Generate Micro Frontends and Microservices Based on a Database Entity](./create/ms/generate-microservices-and-micro-frontends.md) |[Use JDL Studio to Create a Complex Database Entity](./create/ms/update-data-model.md) | [Manage Plugin Environment Variables](./devops/plugin-environment-variables.md)
| [Run Micro Frontends and Microservices in Your Local Environment](./create/ms/run-local.md) | [Add Access Controls to Your Microservices](./create/ms/add-access-controls.md) |
|[Connect a Micro Frontend to a Microservice with an API Claim](./create/ms/add-api-claim.md) |[Use Postman with OAuth2 APIs](./create/ms/use-postman-with-oauth2.md)
|[Add an API Claim to Connect a MFE to a Microservice](./create/ms/add-api-claim.md) |[Use Postman with OAuth2 APIs](./create/ms/use-postman-with-oauth2.md)
|[Create a Spring Boot Microservice](./create/ms/spring-boot-ms.md)||


## Operations
Expand Down