Skip to content

Commit e826f9b

Browse files
Merge pull request #10141 from mxfmg1982/patch-11
Sprintr 2025.09.28
2 parents f5c8794 + 622b4b7 commit e826f9b

84 files changed

Lines changed: 196 additions & 158 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/en/docs/apidocs-mxsdk/apidocs/apps/app-repository-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 10
88

99
## Introduction
1010

11-
The App Repository API enables retrieving information (branches, commits) of application models stored in our [Team Server](/developerportal/general/team-server/).
11+
The App Repository API enables retrieving information (branches, commits) of application models stored in our [Team Server](/developerportal/repository/team-server/).
1212

1313
## Base URL
1414

@@ -107,7 +107,7 @@ Returns information about the version control repository for a Mendix app.
107107

108108
|Name|Type|Required|Description|
109109
|---|---|---|---|
110-
|`AppId`|String|Yes|The App ID of the Mendix app for which the repository information should be returned. You can find this under **Project ID** in the [General](/developerportal/collaborate/general-settings/) tab of the **Settings** page after you open your app in [Apps](https://sprintr.home.mendix.com/). |
110+
|`AppId`|String|Yes|The App ID of the Mendix app for which the repository information should be returned. You can find this under **Project ID** in the [General](/developerportal/general-settings/) tab of the **Settings** page after you open your app in [Apps](https://sprintr.home.mendix.com/). |
111111

112112
##### Example
113113

content/en/docs/apidocs-mxsdk/mxsdk/sdk-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The maximum number of files allowed in a working copy is 20,000.
2828

2929
### What Apps Can I Access With the Model API?
3030

31-
You can access all apps stored on [Mendix Team Server](/developerportal/general/team-server/). Apps stored elsewhere, for example in your on-premises Git server, cannot be accessed with the model API.
31+
You can access all apps stored on [Mendix Team Server](/developerportal/repository/team-server/). Apps stored elsewhere, for example in your on-premises Git server, cannot be accessed with the model API.
3232

3333
## Common Error Messages
3434

content/en/docs/apidocs-mxsdk/mxsdk/sdk-howtos/using-platform-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const app = client.getApp("33118fbf-7053-482a-8aff-7bf1c626a6d9");
6666
```
6767

6868
{{% alert color="info" %}}
69-
You can get the **App ID** (represented as **Project ID**) in the app's [Settings](/developerportal/collaborate/general-settings/) page after opening your app in **Apps**.
69+
You can get the **App ID** (represented as **Project ID**) in the app's [Settings](/developerportal/general-settings/) page after opening your app in **Apps**.
7070
{{% /alert %}}
7171

7272
## Getting Information About the Repository of the App {#getting}

content/en/docs/control-center/apps/apps-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aliases:
1414

1515
The **Apps** page in Control Center provides a central place to monitor, manage, and interact with all the apps belonging to your company.
1616

17-
Use the search bar at the top of the page to find an app using either its name or app ID. You can find the app ID under **Project ID** in your app’s [Settings](/developerportal/collaborate/general-settings/) in [Apps](https://sprintr.home.mendix.com/).
17+
Use the search bar at the top of the page to find an app using either its name or app ID. You can find the app ID under **Project ID** in your app’s [Settings](/developerportal/general-settings/) in [Apps](https://sprintr.home.mendix.com/).
1818

1919
{{< figure src="/attachments/control-center/apps/apps-overview/top-search-bar.png" >}}
2020

@@ -63,7 +63,7 @@ When you select apps using the checkboxes in the table, a context menu appears a
6363

6464
Clicking an app name in a tab or the search results opens its details page, which includes the following tabs:
6565

66-
* **App Info** – Shows the **Description** and **App ID**, also found in your app's [Settings](/developerportal/collaborate/general-settings/).
66+
* **App Info** – Shows the **Description** and **App ID**, also found in your app's [Settings](/developerportal/general-settings/).
6767
* **Members** – Lists the team members in the app development team.
6868
* You can directly deactivate a team member from the app by clicking their name and selecting **Deactivate Member**.
6969
* For other member management options, click **Manage Members**, which will open the [Team](/developerportal/general/team/#managing) page of the app. As a Mendix Admin, you can also add yourself to a team via this page.

content/en/docs/control-center/security/set-up-sso-byoidp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ BYOIDP SSO has the following limitations.
6666
* If the user's email address is changed in your IdP, Mendix may not recognize it as the same account and will ask the user to set up a new Mendix account.
6767
* `login_hint` is not optional and is always sent as part of authentication requests to the IdP.
6868
* BYOIDP SSO only supports OIDC and does not support other protocols such as SAML.
69-
* Once BYOIDP is activated, direct access to the [Team Server](/developerportal/general/team-server/) is no longer possible using a username and password. To access code repositories from a pipeline, you need to use a personal access token (PAT).
69+
* Once BYOIDP is activated, direct access to the [Team Server](/developerportal/repository/team-server/) is no longer possible using a username and password. To access code repositories from a pipeline, you need to use a personal access token (PAT).
7070
* Mendix Platform APIs which require a PAT can use one which is created by a platform user. You cannot directly set up service accounts within Mendix once BYOIDP SSO is activated. You can set up a service-like account to consume Mendix Platform APIs in one of the following ways:
7171
* Use a personal account as if it were a service account
7272
* Create a service account in the company IdP

content/en/docs/deployment/general/webhooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ This webhook is not visible to first-time Mendix Pipeline users.
167167
For existing Mendix Pipeline users who can view this webhook, do not delete it. Deleting it causes failures for Mendix Pipelines that rely on the Teamserver push (Git) trigger.
168168
{{% /alert %}}
169169

170-
When you push a model change to the [Git Team Server](/developerportal/general/team-server/), and the webhook responds to the event **Teamserver push (Git)**, request content is sent to the configured endpoint. The request content contains a payload with the following format:
170+
When you push a model change to the [Git Team Server](/developerportal/repository/team-server/), and the webhook responds to the event **Teamserver push (Git)**, request content is sent to the configured endpoint. The request content contains a payload with the following format:
171171

172172
```json
173173
{

content/en/docs/deployment/mendix-cloud-deploy/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can upgrade a Free App to a licensed app running on a node in Mendix Cloud.
5555

5656
#### Archiving of Free Apps {#free-apps-archival}
5757

58-
If a Free App has been in sleep mode for three months or longer, it may be archived. For Free Apps that are going to be archived, the [Technical Contact](/developerportal/general/app-roles/#technical-contact) is informed two weeks beforehand. Upon archiving, the project on the Mendix Platform and repository on the [Team Server](/developerportal/general/team-server/) are retained and will remain active and accessible, but the running app, database, files, and backups for the Free App are deleted.
58+
If a Free App has been in sleep mode for three months or longer, it may be archived. For Free Apps that are going to be archived, the [Technical Contact](/developerportal/general/app-roles/#technical-contact) is informed two weeks beforehand. Upon archiving, the project on the Mendix Platform and repository on the [Team Server](/developerportal/repository/team-server/) are retained and will remain active and accessible, but the running app, database, files, and backups for the Free App are deleted.
5959

6060
There are two ways to prevent your Free App from being archived:
6161

content/en/docs/deployment/mendix-cloud-deploy/mendix-sso.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Click **Authorize** to continue using Mendix SSO with the app. Authorizing the a
5050

5151
### Assigning End-User Roles
5252

53-
To give end-users access to your app, use the [Access Management](/developerportal/collaborate/general-settings/#managing-app-users) tab on the **Settings** page after opening your app in **Apps**.
53+
To give end-users access to your app, use the [Access Management](/developerportal/general-settings/#managing-app-users) tab on the **Settings** page after opening your app in **Apps**.
5454

5555
{{< figure src="/attachments/deployment/mendix-cloud-deploy/mendix-sso/access-management-tab.png" alt="" >}}
5656

content/en/docs/deployment/private-cloud/private-cloud-cluster/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Should you consider using a connected environment, the following URLs should be
4444

4545
### Creating a Cluster {#create-cluster}
4646

47-
1. Click [Cloud Settings](/developerportal/collaborate/general-settings/#cloud-settings) on the **Settings** page of your Mendix app.
47+
1. Click [Cloud Settings](/developerportal/general-settings/#cloud-settings) on the **Settings** page of your Mendix app.
4848
2. Click **Mendix for Private Cloud**.
4949

5050
{{< figure src="/attachments/deployment/private-cloud/private-cloud-cluster/image3.png" class="no-border" >}}

content/en/docs/developerportal/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Follow these steps to create a new app and start collaborating:
3434

3535
* **App description (Optional)** – Give your app a short description. This is optional.
3636

37-
* **App icon** – Mendix has generated an icon for your app. You can change the color of the icon if you like. You can upload a custom icon in the [App Settings](/developerportal/collaborate/general-settings/#general) page once you have created the app.
37+
* **App icon** – Mendix has generated an icon for your app. You can change the color of the icon if you like. You can upload a custom icon in the [App Settings](/developerportal/general-settings/#general) page once you have created the app.
3838

3939
3. Click **Next** to go to step 2.
4040

@@ -68,12 +68,14 @@ To go to the [licensed environments](/developerportal/deploy/environments/) of y
6868

6969
You can open an app in [Apps](https://sprintr.home.mendix.com/) by clicking the app tile. After an app is open, you can navigate between sections using the navigation pane on the left side of the screen.
7070

71-
The navigation pane is divided into four main categories:
71+
The navigation pane is divided into these main categories:
7272

7373
* [General](/developerportal/general/)
7474
* [Project Management](/developerportal/project-management/)
7575
* [App Insights](/developerportal/app-insights/)
76+
* [Repository]()
7677
* [Deployment](/developerportal/deploy/general/)
78+
* [Monitoring]()
7779

7880
{{% alert color="info" %}}
7981
The features in the navigation pane can also be accessed via APIs, enabling third-party developers to integrate their own widgets and plugins. For more information, see [API Documentation](/apidocs-mxsdk/apidocs/).

0 commit comments

Comments
 (0)