Skip to content

Commit ef358ea

Browse files
title updates
1 parent cea5f28 commit ef358ea

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Best Practices for Managing Configuration File Precedence"
2+
title: "General Best Practices for Managing Configuration File Precedence"
33
url: /developerportal/deploy/portable-app-distribution-deploy/best-practices/
4-
linktitle: "Best Practices"
4+
linktitle: "General Best Practices"
55
weight: 20
66
description: "Describes the best practices for managing the configuration order for Mendix Portable Runtime."
77
---
@@ -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-
## General Best Practices
13+
## Key Principles
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Reference Guide for Mendix Portable Runtime"
2+
title: "Folder Structure and Configuration for Mendix Portable Runtime"
33
url: /developerportal/deploy/portable-apps-distribution/reference/
4-
linktitle: "Reference Guide"
4+
linktitle: "Folder Structure and Configuration"
55
weight: 30
66
description: "Describes the folder structure and commmand line parameters for the Mendix Portable Runtime deployment method for Mendix apps."
77
---
@@ -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 and Configuration {#folder-structure}
13+
## Folder Structure {#folder-structure}
1414

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

0 commit comments

Comments
 (0)