Remove Mendix 8 documentation#11482
Open
MariaShaposhnikova wants to merge 22 commits into
Open
Conversation
ConnorLand
reviewed
Jul 3, 2026
| {{% alert color="warning" %}} | ||
| Building hybrid apps in the cloud uses the PhoneGap Build service from Adobe. Because Adobe no longer maintains this service, building hybrid apps in the cloud and publishing them to app stores is no longer possible. | ||
|
|
||
| To build a hybrid app and publish it, see [How to Build a Mendix Hybrid App Locally](/howto8/mobile/build-hybrid-locally/) for information on local building. |
Collaborator
There was a problem hiding this comment.
Yeah I'm going to need to update things like this with new links to more recent local build docs. In this case I should delete the hybrid mention altogether.
MarkvanMents
left a comment
Collaborator
There was a problem hiding this comment.
A few minor comments.
Thanks for doing this.
| @@ -11,7 +11,7 @@ description_list: true | |||
|
|
|||
| The Mendix Runtime is an interpreter which runs a [Mendix model](/apidocs-mxsdk/mxsdk/mendix-metamodel/) and serves pages to the user. | |||
|
|
|||
| Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. For example, runtimes for Mendix 8.4.1 and 8.4.2 are different and can only run Mendix apps built for that version. | |||
| Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. | |||
Collaborator
There was a problem hiding this comment.
@MariaShaposhnikova
We need to keep an example here. Can we say
Suggested change
| Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. | |
| Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. For example, runtimes for Mendix 11.9.0 and 11.9.1 are different and can only run Mendix apps built for that version. |
| @@ -11,7 +11,7 @@ description_list: true | |||
|
|
|||
| The Mendix Runtime is an interpreter which runs a [Mendix model](/apidocs-mxsdk/mxsdk/mendix-metamodel/) and serves pages to the user. | |||
|
|
|||
| Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. For example, runtimes for Mendix 8.4.1 and 8.4.2 are different and can only run Mendix apps built for that version. | |||
| Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. | |||
Collaborator
There was a problem hiding this comment.
Suggested change
| Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. | |
| Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. For example, runtimes for Mendix 10.22.0 and 10.22.1 are different and can only run Mendix apps built for that version. |
| @@ -78,7 +78,7 @@ For details, see [XPath aggregate functions](/refguide10/xpath-aggregate-functio | |||
| **How to find the right path to XPath** | |||
|
|
|||
| {{% alert color="info" %}} | |||
| This video was done with [Studio Pro 8](/refguide8/), but the concepts remain applicable. | |||
| This video was done with Studio Pro 8, but the concepts remain applicable. <-- Still applicable? --> | |||
Collaborator
There was a problem hiding this comment.
I think we can keep it.
We removed it for Mx11 so I assume that is when things changed.
| @@ -87,7 +87,7 @@ See below some frequently used XPath functions: | |||
| **How to find the right path to XPath** | |||
|
|
|||
| {{% alert color="info" %}} | |||
| This video was done with [Studio Pro 8](/refguide8/), but the concepts remain applicable. | |||
| This video was done with Studio Pro 8, but the concepts remain applicable. <-- Still applicable? --> | |||
| @@ -11,7 +11,7 @@ description_list: true | |||
|
|
|||
| The Mendix Runtime is an interpreter which runs a [Mendix model](/apidocs-mxsdk/mxsdk/mendix-metamodel/) and serves pages to the user. | |||
|
|
|||
| Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. For example, runtimes for Mendix 8.4.1 and 8.4.2 are different and can only run Mendix apps built for that version. | |||
| Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. | |||
Collaborator
There was a problem hiding this comment.
Suggested change
| Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. | |
| Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. For example, runtimes for Mendix 9.19.0 and 9.19.1 are different and can only run Mendix apps built for that version. |
| @@ -54,7 +54,7 @@ This data repository stores components of the deployment process such as version | |||
|
|
|||
| ### Java RE | |||
|
|
|||
| This is the Java Runtime Environment (JRE) used to run the Runtime Server. The version of the JRE depends on the version of the Runtime Server. For example, Mendix 8.18.29 runs on JRE version 17. | |||
| This is the Java Runtime Environment (JRE) used to run the Runtime Server. The version of the JRE depends on the version of the Runtime Server. | |||
Collaborator
There was a problem hiding this comment.
Suggested change
| This is the Java Runtime Environment (JRE) used to run the Runtime Server. The version of the JRE depends on the version of the Runtime Server. | |
| This is the Java Runtime Environment (JRE) used to run the Runtime Server. The version of the JRE depends on the version of the Runtime Server. For example, Mendix 9.24.19 runs on JRE version 17. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.