Skip to content

Commit 97f0f0e

Browse files
committed
Merge branch 'development' into azure-model-document
2 parents 994b296 + d4c2e96 commit 97f0f0e

435 files changed

Lines changed: 5036 additions & 2039 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.

.github/workflows/lint-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Installs linting tool via npm
3030
# Look at using the related GitHub action here: https://github.com/DavidAnson/markdownlint-cli2-action
3131
- name: Install markdown linter
32-
run: npm install markdownlint-cli2 --global
32+
run: npm install markdownlint-cli2@0.22.1 --global
3333
# Runs linter on content, rules specified in yaml config file
3434
# Adds the terminal messages to tmp.log file
3535
- name: Run markdownlint-cli2

.vale/styles/Mendix/ProductNames.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ swap:
1919
'Business Engine': 'Mendix Runtime'
2020
'Mendix Business Server': 'Mendix Runtime'
2121
'Mendix Server': 'Mendix Runtime'
22-
'Sprintr': 'Apps'
23-
'Developer Portal': 'Apps'
24-
'Platform Portal': 'Apps'
25-
'Mendix App Platform': 'Apps'
22+
'Sprintr': 'Projects'
23+
'Developer Portal': 'Projects'
24+
'Platform Portal': 'Projects'
25+
'Mendix App Platform': 'Projects'
26+
'Apps': 'Projects'
2627
'Data Hub': 'Catalog'
2728
'Mendix Forum': 'Mendix Community'
2829
'Developer Profile': 'Mendix Profile'
2930
'Mendix Mobile app': 'Mendix Developer App'
3031
'Mendix Administrator': 'Mendix Admin'
3132
'Native Oven': 'Native Builder'
3233
'MxAssist': 'Maia'
33-
'Mendix Assist': 'Maia'
34+
'Mendix Assist': 'Maia'

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-projects) 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/apidocs/deployment/private-cloud-build-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ Follow the steps below to upload a deployment package by using the API.
112112

113113
## API Reference
114114

115-
{{< swaggerui src="/openapi-spec/private-cloud-build-api.yaml" >}}
115+
{{< swaggerui src="/openapi-spec/privatecloud-build-v4.yaml" >}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ In order to create or manage environments in a namespace through an API, the tec
190190
Please note that the fields marked as non-editable in the OpenAPI .yaml file are used for read-only purposes. Any modifications made to the values of these fields will be ignored.
191191
{{% /alert %}}
192192

193-
{{< swaggerui src="/openapi-spec/private-cloud-deploy-api.yaml" >}}
193+
{{< swaggerui src="/openapi-spec/privatecloud-deploy-v4.yaml" >}}

content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ For information about Pipeline API version 1, see [Pipeline API - Version 1](/ap
2626

2727
## API Reference
2828

29-
{{< swaggerui src="/openapi-spec/openapi-pipeline-v2.yaml" >}}
29+
{{< swaggerui src="/openapi-spec/openapi-pipeline-v2.yaml" >}}

0 commit comments

Comments
 (0)