Skip to content

Commit 697c5ca

Browse files
Title changes for MPR
1 parent b4b3662 commit 697c5ca

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

content/en/docs/deployment/pad/cloud-foundry-deploy-pad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Reference Guide for Cloud Foundry Deployments"
2+
title: "Best Practices for Cloud Foundry Deployments"
33
url: /developerportal/deploy/cloud-foundry-pad/
44
weight: 70
55
description: "Describes how to deploy to a Cloud Foundry environment by using Mendix Portable Runtime."

content/en/docs/deployment/pad/docker-pad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Best Practices for Docker Deployment"
2+
title: "Reference Guide for Docker Deployment"
33
url: /developerportal/deploy/docker-deploy-pad/
44
weight: 40
55
description: "Describes how to deploy using a Docker image by using Mendix Portable Runtime."

content/en/docs/deployment/pad/kubernetes-pad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Mendix Portable Runtime for Kubernetes"
2+
title: "Best practices for Kubernetes"
33
url: /developerportal/deploy/docker-deploy-k8s/
44
weight: 60
55
description: "Describes how to use Mendix Portable Runtime to deploy on Kubernetes without installing the Mendix Operator."

content/en/docs/deployment/pad/linux-pad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Reference Guide for Linux Deployments"
2+
title: "Best Practices for Linux Deployments"
33
url: /developerportal/deploy/linux-pad/
44
description: "How to install and configure Mendix on a Linux system using Mendix Portable Runtime."
55
weight: 80

content/en/docs/deployment/pad/pad-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: "Describes the best practices for managing the configuration order
1010

1111
This section clarifies how configuration files are processed, particularly concerning the order of application and how to manage environment variables and custom settings effectively.
1212

13-
## Key Principle
13+
## General Best Practices
1414

1515
The core concept governing configuration file processing is *last definition wins.* This means that if the same configuration setting is defined in multiple files, the value from the file processed last overrides all previous definitions.
1616

content/en/docs/deployment/pad/pad-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: "Describes the folder structure and commmand line parameters for th
1010

1111
In the following Reference Guide document, you can find information about the folder structure of the .zip file generated by Mendix Portable Runtime, as well as the available command-line parameters for the start script. The Reference Guide also suggests some best practices for managing the order of your custom configuration files.
1212

13-
## Folder Structure
13+
## Folder Structure and Configuration
1414

1515
The .zip file generated by Mendix Portable Runtime contains the following files and directories:
1616

0 commit comments

Comments
 (0)