Skip to content

Commit 4339072

Browse files
committed
Merge remote-tracking branch 'origin/development' into production
2 parents f24226f + 5487136 commit 4339072

5 files changed

Lines changed: 22 additions & 12 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ Do not modify `.claude/settings.json` or other files in the `.claude/` directory
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/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/compatibility-matrix.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ This table showcases the compatibility between the Teamcenter Connector and vari
99

1010
|Teamcenter Connector | Studio Pro version | Supported Teamcenter Self-hosted version | Supported Teamcenter X versions | Known Teamcenter incompatibility
1111
| :--- | :--- | :--- | :--- | :--- |
12-
| 2512.1.0 | 10.24.8 or above* | 2512, 2506, 2412, 2406 | 2512, 2506 | N/A |
13-
| 2506.0.0 | 10.20.0 or above* | 2506 | 2506 | N/A |
14-
| 2412.225.0 | 10.4.0 or above* | 2412 | N/A | N/A |
15-
| 2406.3.0 | 10.0.0 or above* | 2406 |N/A | N/A |
12+
| 2512.1.1 | 10.24.8 or above* | 2512, 2506, 2412, 2406 | 2512, 2506 | N/A |
13+
| 2506.0.1 | 10.20.0 or above* | 2506 | 2506 | N/A |
14+
| 2412.3.0 | 10.4.0 or above* | 2412 | N/A | N/A |
15+
| 2406.3.1 | 10.0.0 or above* | 2406 |N/A | N/A |
1616
| 3.7.0 | 9.24.41 or above** | 14.x, 13.3 | N/A | TC SSO does not work for self-hosted TC 2506 and above |
1717

1818
<sub>* Latest Mendix 10 LTS version recommended</sub>

content/en/docs/private-platform/pmp-quickstart.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Using a secret storage incorrectly may reduce the security of your app. Consult
2121

2222
Before you start the installation process, review the following considerations:
2323

24+
#### FIPS Compliance
25+
26+
Private Mendix Platform can run with FIPS-compliant encryption across the entire Platform, including Mendix Runtime, Private Mendix Platofrm itself, Mendix Operator, and Studio Pro.
27+
2428
#### Installation Order
2529

2630
Start the process by installing the Mendix Operator before you install the components. Some components are dependent on the Operator. Because of that, if you try to install a component without installing the Operator, the installation process fails and displays an error message.

content/en/docs/releasenotes/developer-portal/2026.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ weight: 1
88

99
## May 2026
1010

11+
### May 22, 2026
12+
13+
#### Fixes
14+
15+
* We have fixed an issue in [Maia Plan](/developerportal/maia-plan/) where accessing a plan after some time had passed since its creation resulted in an error. You can safely access the plan both immediately after creation and at any later time, through the **Apps** page in Mendix Portal or through a deep link.
16+
1117
### May 21, 2026
1218

1319
#### Fixes

layouts/partials/landingpage/latest-releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h4 class="lp-panel-title">Latest Releases</h4>
1010
</li>
1111
<li class="lp-panel-list">
1212
<a href="/releasenotes/developer-portal/">Apps</a>
13-
<p class="rn-date">May 21, 2026</p>
13+
<p class="rn-date">May 22, 2026</p>
1414
</li>
1515
<li class="lp-panel-list">
1616
<a href="/releasenotes/developer-portal/deployment/">Deployment</a>

0 commit comments

Comments
 (0)