Skip to content

Commit 39832e8

Browse files
Merge pull request #11540 from NielsKunst/patch-60
Update _index.md
2 parents eac2226 + 84a2a0e commit 39832e8

142 files changed

Lines changed: 273 additions & 263 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/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "API Documentation"
33
url: /apidocs-mxsdk/apidocs/
4-
description: "Presents an overview of the Mendix Platform API documentation, for Studio Pro, Frontend, Apps, Deployment, Governance, Marketplace, Catalog, and Private Mendix Platform APIs."
4+
description: "Presents an overview of the Mendix Platform API documentation, for Studio Pro, Frontend, Projects, Deployment, Governance, Marketplace, Catalog, and Private Mendix Platform APIs."
55
weight: 1
66
no_list: false
77
description_list: true
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: "APIs for Apps"
2+
title: "APIs for Projects"
33
url: /apidocs-mxsdk/apidocs/apis-for-apps/
44
type: swagger
55
no_list: false
66
description_list: true
7-
description: "Provides the documentation of APIs for Apps, including App Repository API, Epics API, Feedback API, Projects API, and Team Server API."
7+
description: "Provides the documentation of APIs for Projects, including App Repository API, Epics API, Feedback API, Projects API, and Team Server API."
88
weight: 15
9-
linktitle: "Apps"
9+
linktitle: "Projects"
1010
---
1111

12-
Mendix offers the following APIs for Apps:
12+
Mendix offers the following APIs for Projects:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/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 [Projects](https://projects.home.mendix.com/). |
111111

112112
##### Example
113113

content/en/docs/apidocs-mxsdk/apidocs/catalog/search-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ A successful `GET` call results in a `200` status code and a JSON response body
238238
},
239239
"icon": "https://catalog.mendix.com/resources/logos/other_icon.png",
240240
"uuid": "1bed66d2-4477-39a9-9144-d0f848212f1e",
241-
"repositoryLocation": "https://sprintr.home.mendix.com/link/project/369386df-35b4-475b-a917-17adcc81c1b5",
241+
"repositoryLocation": "https://projects.home.mendix.com/link/project/369386df-35b4-475b-a917-17adcc81c1b5",
242242
"businessOwner": {
243243
"email": "john.doe@siemens.com",
244244
"uuid": "d9d4b5bc-ffe8-4c5c-b237-7358d01f7981",

content/en/docs/apidocs-mxsdk/apidocs/deployment/deploy-api-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ In the Mendix Portal:
7070

7171
* The [Nodes](/developerportal/deploy/node-permissions/#nodes) screen in the Mendix Portal shows all the licensed apps which are returned by this request, but does not show any Free Apps.
7272

73-
* The [My Apps](/developerportal/#my-apps) screen shows both licensed apps and Free Apps, but also includes apps that are deployed to other platforms (such as Mendix on Kubernetes or SAP BTP) and Free Apps that have not yet been deployed and therefore have no environments set up for them.
73+
* The [My Projects](/developerportal/#my-apps) screen shows both licensed apps and Free Apps, but also includes apps that are deployed to other platforms (such as Mendix on Kubernetes or SAP BTP) and Free Apps that have not yet been deployed and therefore have no environments set up for them.
7474
{{% /alert %}}
7575

7676
```bash

content/en/docs/apidocs-mxsdk/mxsdk/sdk-howtos/sdk-old-versions-howtos/old-creating-your-first-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ The steps for app creation (line 3) and committing to the Team Server (line 10)
142142

143143
## Opening the App in Studio Pro
144144

145-
1. In [Apps](/developerportal/#my-apps), verify the app you just created is visible at the top of the list.
145+
1. In [Projects](/developerportal/#my-apps), verify the app you just created is visible at the top of the list.
146146
2. Open the new app, and on the right side, click **Edit**.
147147
3. If you have the latest [Mendix Studio Pro](https://marketplace.mendix.com/link/studiopro/), it will start and load the app you just created from the Team Server.

content/en/docs/apidocs-mxsdk/mxsdk/sdk-howtos/set-up-your-pat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For details on how to create your personal access token (PAT), see the [Personal
1717
Make sure you choose at least the following scopes:
1818

1919
* **Model Repository**`mx:modelrepository:repo:write`
20-
* **Sprintr Project API**`mx:app:create` and `mx:app:delete`
20+
* **Project API**`mx:app:create` and `mx:app:delete`
2121

2222
## Saving the Personal Access Token as an Environment Variable
2323

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/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 **Projects**.
7070
{{% /alert %}}
7171

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

content/en/docs/catalog/register/automate-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before you begin, make sure you have the following:
2525

2626
A file called *dependencies.json* lists all published and consumed services in your app. This file contains information you will need to make the API calls in the next steps.
2727

28-
Create an `.mda` package that includes *dependencies.json*. Open your app in [Apps](https://sprintr.home.mendix.com/), go to the **Environments** page and then click **Create Package** From Team server, or run `mxbuild` (see [MxBuild](/refguide/mxbuild/) for information on how to build a Mendix Deployment Package).
28+
Create an `.mda` package that includes *dependencies.json*. Open your app in [Projects](https://projects.home.mendix.com/), go to the **Environments** page and then click **Create Package** From Team server, or run `mxbuild` (see [MxBuild](/refguide/mxbuild/) for information on how to build a Mendix Deployment Package).
2929

3030
You can also find *dependencies.json* in **Deployment** > **Model** folder of your Mendix application.
3131

content/en/docs/community-tools/contribute-to-mendix-docs/style-guide/product-naming-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ This guide does not give insights into the product roadmap or internal company o
3333

3434
These are branded Mendix product names. However, they do not always need "Mendix" in front of them in the documentation.
3535

36-
### Apps
36+
### Projects
3737

3838
Refers to a section of the Mendix Portal. Capitalize in all instances (when used in this context rather than as the plural of "app").
3939

40-
This term replaces "Developer Portal", "Sprintr", "Platform Portal," and "Mendix App Platform." These terms are not to be used in the product UI or documentation.
40+
This term replaces "Developer Portal", "Sprintr", "Platform Portal," "Mendix App Platform", and "Apps". These terms are not to be used in the product UI or documentation.
4141

4242
### Mendix on Kubernetes
4343

@@ -93,7 +93,7 @@ This is a product name, so don't add a definite article.
9393

9494
### Mendix Platform
9595

96-
Describes Mendix as a product and encompasses all the products released by Mendix (as in, Studio Pro, Apps, etc.).
96+
Describes Mendix as a product and encompasses all the products released by Mendix (as in, Studio Pro, Projects, etc.).
9797

9898
Capitalize "Platform" when used in "Mendix Platform."
9999

@@ -105,7 +105,7 @@ It is fine to use "the Mendix Platform," but do not use "the Platform" (or "the
105105
106106
### Mendix Portal
107107

108-
The Mendix Portal includes Apps (which replaces "Developer Portal"), Control Center, the Mendix Community, Mendix Marketplace, Catalog, and Mendix Support.
108+
The Mendix Portal includes Projects (which replaces "Developer Portal" and "Apps"), Control Center, the Mendix Community, Mendix Marketplace, Catalog, and Mendix Support.
109109

110110
### Mendix Studio Pro
111111

@@ -142,7 +142,7 @@ Does not need to be capitalized, and "team" should be used without the qualifier
142142

143143
### app template
144144

145-
This is the term to use to reflect the create-new-app flow UI in Apps.
145+
This is the term to use to reflect the create-new-app flow UI in Projects.
146146

147147
Do not use "starter app."
148148

0 commit comments

Comments
 (0)