Skip to content

Commit 3815e11

Browse files
Merge pull request mendix#8631 from mendix/lz-release-notes-restructuring
Restructure Release Notes
2 parents 2d7e2ce + 9a2403f commit 3815e11

File tree

8 files changed

+515
-492
lines changed

8 files changed

+515
-492
lines changed

content/en/docs/apidocs-mxsdk/apidocs/studio-pro/extensibility-api/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description_list: true
99

1010
{{% alert color="warning" %}} This feature is in beta. For more information, see [Beta Releases](/releasenotes/beta-features/). {{% /alert %}}
1111

12+
{{% alert color="info" %}} For information on new releases of the Extensibility API, see [Extensibility API Release Notes](/releasenotes/studio-pro/extensibility-api/). {{% /alert %}}
13+
1214
## Introduction
1315

1416
Extensions are self-contained modules which users can add to Studio Pro. This means that with extensibility you can add new features and functionality to Studio Pro. The Extensibility API is an API that allows developers to interact with a curated list of internal systems of Studio Pro. This documentation provides guides and reference documentation for the Extensibility API.

content/en/docs/releasenotes/feature-release-calendar/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Mendix 10 Feature Release Calendar"
33
linktitle: "Mx10 Feature Release Calendar"
44
url: /releasenotes/feature-release-calendar/
5-
weight: 4
5+
weight: 45
66
#layout: wide
77
---
88

@@ -60,7 +60,7 @@ The new features were divided into these major themes, which are described in th
6060
| Mendix Connect – new database connector | Released for GA [Dec 21, 2023](/releasenotes/studio-pro/10.6/) |
6161
| Mendix Connect – consumed REST service | Released for public beta [Dec 21, 2023](/releasenotes/studio-pro/10.6/)<br>GA: TBD |
6262
| Solutions Kit – adaptation insights | Currently in private beta<br>GA: TBD |
63-
| Studio Pro extensibility | Released for public beta [Jun 25, 2024](/apidocs-mxsdk/apidocs/extensibility-api/release-notes/) <br>GA: TBD |
63+
| Studio Pro extensibility | Released for public beta [Jun 25, 2024](/releasenotes/studio-pro/extensibility-api/) <br>GA: TBD |
6464
| Mendix Connect – external actions | GA: TBD |
6565

6666
## Multi-Cloud Deployment {#multi-cloud}

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

Lines changed: 6 additions & 481 deletions
Large diffs are not rendered by default.

content/en/docs/appstore/partner-solutions/apd/release-notes/index.md renamed to content/en/docs/releasenotes/marketplace/apd.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: "APD Release Notes"
3-
url: /appstore/partner-solutions/apd/release-notes
3+
linktitle: "APD"
4+
url: /releasenotes/marketplace/apd/
45
description: "The release notes for Mendix Application Performance Diagnostics (APD) with details on new features, bug fixes, and known issues."
5-
weight: 40
6+
weight: 10
67
numberless_headings: true
78
---
89

content/en/docs/appstore/partner-solutions/ats/release-notes/release-notes.md renamed to content/en/docs/releasenotes/marketplace/ats.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: "ATS Release Notes"
3-
url: /appstore/partner-solutions/ats/release-notes/
3+
linktitle: "ATS"
4+
url: /releasenotes/marketplace/ats/
45
description: "The release notes for Mendix Application Test Suite (ATS) with details on new features, bug fixes, and known issues."
5-
weight: 100
6+
weight: 15
67
numberless_headings: true
78
---
89

content/en/docs/releasenotes/marketplace/general-marketplace.md

Lines changed: 493 additions & 0 deletions
Large diffs are not rendered by default.

content/en/docs/releasenotes/studio-pro/10/10.15.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ We added the following new options to **Help** menu > **Support Tools** (for mor
7070
* We now support updating existing entities with new and/or deleted columns.
7171
* When creating a new query, you can now reuse existing entities mapped to other queries of the same database connection document.
7272
* We added connector identification as "Mendix-ExtDbconnector_SP-#Version_MPK_#Version" for Snowflake connections.
73-
* We introduced the Untyped Model Access feature to Extensibility API. For more information, see [Extensibility API Release Notes](/apidocs-mxsdk/apidocs/extensibility-api/release-notes/).
73+
* We introduced the Untyped Model Access feature to Extensibility API. For more information, see [Extensibility API Release Notes](/releasenotes/studio-pro/extensibility-api/).
7474

7575
### Fixes
7676

content/en/docs/apidocs-mxsdk/apidocs/studio-pro/extensibility-api/release-notes.md renamed to content/en/docs/releasenotes/studio-pro/extensibility-api.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: "Release Notes"
3-
url: /apidocs-mxsdk/apidocs/extensibility-api/release-notes/
4-
weight: 6
2+
title: "Extensibility API Release Notes"
3+
linktitle: "Extensibility API"
4+
url: /releasenotes/studio-pro/extensibility-api/
5+
weight: 45
56
numberless_headings: true
67
---
78

8-
These release notes cover changes to the Extensibility API.
9+
These release notes cover changes to the [Extensibility API](/apidocs-mxsdk/apidocs/extensibility-api/).
910

1011
## Version 10.15.0
1112

0 commit comments

Comments
 (0)