Skip to content

Commit a568307

Browse files
Merge branch 'development' into production
2 parents 8017d65 + c90d76c commit a568307

35 files changed

Lines changed: 393 additions & 116 deletions

content/en/docs/community-tools/contribute-to-mendix-docs/using-ai-tools.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ This file is gitignored and will override the shared settings.
4646
Do not modify `.claude/settings.json` or other files in the `.claude/` directory for personal configuration. These files contain shared configuration for all contributors.
4747
{{% /alert %}}
4848

49-
### Custom Skills
49+
### Custom Skills {#custom-skills}
5050

5151
This repository includes custom Claude Code skills optimized for documentation work:
5252

53-
* `/docs-proofread` Checks spelling, grammar, punctuation, and basic Markdown formatting
54-
* `/docs-polish` Applies the Mendix style guide and improves clarity, readability, and word choice without changing meaning
55-
* `/docs-enhance` Performs comprehensive editing including reorganization, restructuring, and stronger phrasing
56-
* `/docs-add` Adds new content to an existing page while preserving original structure
57-
* `/docs-review` Analyzes a page and generates suggestions for improvements without making any edits
58-
* `/docs-pr-review` Reviews all changes in a PR rather than just a single document
59-
* `/docs-alt-text` Suggests W3C-compliant alt text for images on a page
53+
* `/docs-proofread` Checks spelling, grammar, punctuation, and basic Markdown formatting
54+
* `/docs-polish` Applies the Mendix style guide and improves clarity, readability, and word choice without changing meaning
55+
* `/docs-enhance` Performs comprehensive editing including reorganization, restructuring, and stronger phrasing
56+
* `/docs-add` Adds new content to an existing page while preserving original structure
57+
* `/docs-review` Analyzes a page and generates suggestions for improvements without making any edits
58+
* `/docs-pr-review` Reviews all changes in a PR rather than just a single document
59+
* `/docs-alt-text` Suggests W3C-compliant alt text for images on a page
6060

6161
These skills are available to all contributors using Claude Code with this repository.
6262

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Cloud Foundry is a platform-as-a-service (PaaS) that automates the deployment, s
1212
This documentation provides guidance on understanding Cloud Foundry on-premise deployments and serves as a helpful reference rather than official implementation support.
1313

1414
{{% alert color="info" %}}
15+
Unlike the Cloud Foundry Buildpack deployment where Mendix provides full end-to-end tooling support, the Portable App Distribution approach only requires Java to run, with Mendix's support strictly limited to the Portable App Distribution package itself. All implementation, configuration, and deployment activities, including Cloud Foundry deployment, remain the sole responsibility of the customer.
1516
For information about the scope of support, see [Support for Different Deployment Strategies](/support/deployment-strategy-support/).
1617
{{% /alert %}}
1718

content/en/docs/deployment/on-premises-design/linux/linux-pad.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ Portable App Distribution refers to packaging applications in a self-contained f
1212
This documentation provides guidance for deploying Portable App Distribution in a Linux environment and serves as a helpful reference rather than official implementation support.
1313

1414
{{% alert color="info" %}}
15+
Unlike the M2EE-based deployment, where Mendix provides full end-to-end tooling support, the Portable App Distribution approach only requires Java to run, with Mendix's support strictly limited to the Portable App Distribution package itself. All implementation, configuration, and deployment activities, including Linux deployment, remain the customer's sole responsibility.
1516
For information about the scope of support, see [Support for Different Deployment Strategies](/support/deployment-strategy-support/).
1617
{{% /alert %}}
1718

1819
## Prerequisites
1920

20-
To deploy your app to an on-premises Cloud Foundry configuration using [Portable App Distribution](/developerportal/deploy/portable-app-distribution-deploy/), ensure that you fulfill the following prerequisites:
21+
To deploy your app to an on-premises Linux configuration using [Portable App Distribution](/developerportal/deploy/portable-app-distribution-deploy/), ensure that you fulfill the following prerequisites:
2122

2223
* A Linux environment. This can be a virtual machine, a physical server, or a cloud instance (for example, AWS EC2, Azure VM, Google Cloud VM). You will need `sudo` or `root` privileges for some commands.
2324
* Java Development Kit (JDK). Your application requires a compatible Java runtime. For installation instructions, refer to the following sections.

content/en/docs/marketplace/genai/_index.md

Lines changed: 118 additions & 78 deletions
Large diffs are not rendered by default.

content/en/docs/marketplace/genai/mendix-cloud-genai/Mx GenAI Connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ All [tool choice types](/appstore/modules/genai/genai-for-mx/commons/#enum-toolc
283283

284284
## Implementing GenAI with the Showcase App
285285

286-
For more guidance on how to use microflows in your logic, Mendix recommends downloading the [GenAI Showcase App](https://marketplace.mendix.com/link/component/220475), which demonstrates a variety of example use cases and applies almost all of the Mendix Cloud GenAI operations. The starter apps in the [Mendix Components](/appstore/modules/genai/#mendix-components) list can also be used as inspiration or simply adapted for a specific use case.
286+
For more guidance on how to use microflows in your logic, Mendix recommends downloading the [GenAI Showcase App](https://marketplace.mendix.com/link/component/220475), which demonstrates a variety of example use cases and applies almost all of the Mendix Cloud GenAI operations. The [starter apps](/appstore/modules/genai/#starter-apps) can also be used as inspiration or simply adapted for a specific use case.
287287

288288
## Troubleshooting {#troubleshooting}
289289

0 commit comments

Comments
 (0)