Skip to content

Commit 557a19b

Browse files
Merge branch 'development' into olu-proofreading-mendix-cloud
2 parents a50cc9f + e826f9b commit 557a19b

5,798 files changed

Lines changed: 138292 additions & 32152 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
${{ env.VER }}
5555
branch: lint-docs
5656
committer: MarkvanMents <Mark.van.Ments@mendix.com>
57-
assignees: MarkvanMents
58-
reviewers: MarkvanMents
57+
assignees: MarkvanMents,OlufunkeMoronfolu
58+
reviewers: MarkvanMents,OlufunkeMoronfolu
5959
labels: Internal WIP
6060
add-paths: |
6161
content/en/docs/**/*.md

.github/workflows/remunusedattachments.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
Check the htmltest output from the CI/CD pipeline to ensure that nothing has been removed accidentally.
3838
branch: rem-unused-attachments
3939
committer: MarkvanMents <Mark.van.Ments@mendix.com>
40-
assignees: MarkvanMents
41-
reviewers: MarkvanMents
40+
assignees: MarkvanMents,OlufunkeMoronfolu
41+
reviewers: MarkvanMents,OlufunkeMoronfolu
4242
labels: Internal WIP
4343
add-paths: |
4444
static/attachments/**

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ env:
1515
global:
1616
# Global variables can go here, for example HUGO_VERSION if we were using Netlify to publish.
1717

18-
#add group: previous to see if this fixes the stalled npm build - 2025-04-14
19-
group: previous
18+
# add group: previous to see if this fixes the stalled npm build - 2025-04-14
19+
# remove again 2025-05-08 as builds started breaking again.
20+
# group: previous
2021

2122
branches:
2223
# build only development and production

assets/scss/_badge.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@
4040
background-color: $info-1;
4141
color: $info-7;
4242
}
43+
44+
.badge-company-approved {
45+
border: solid 1px $success-9;
46+
background-color: $company-approved;
47+
color: $success-9;
48+
padding: 2px 2px
49+
}

assets/scss/_variables_project.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ $white: #fff; // YL - Override the default color defined in _variables_forward.s
2020
$light: #99D0FF; // DB - Blue-3 from PDS
2121
$dark: #0A1325; // Gray-10 from PDS (MxDock color)
2222
$blue: #146FF4; // YL - Mendix Blue in SP 10; Override the default color defined in _variables_forward.scss
23+
$company-approved: #E0FAE1; // NC - Company approved Marketplace label
2324
$gray-100: #f7f7f7;
2425
$gray-200: #f2f2f3;
2526
$gray-light: $gray-200;

config/_default/hugo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ disableKinds = ["taxonomy", "term"]
4747
[markup.goldmark]
4848
[markup.goldmark.renderer]
4949
unsafe = true
50+
[markup.goldmark.extensions.typographer]
51+
# Disable typographic replacements, such as smart quotes. MvM - Changed to disable=true to avoid issues with quotes being mismatched.
52+
# See https://gohugo.io/configuration/markup/
53+
disable = true
5054
[markup.highlight]
5155
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
5256
# See config options at https://gohugo.io/getting-started/configuration-markup/#highlight
@@ -153,7 +157,9 @@ replacements = "github.com/FortAwesome/Font-Awesome -> ., github.com/twbs/bootst
153157
footer_about_disable = true
154158
# NK - set sidebar to be foldable
155159
sidebar_menu_foldable = true
156-
160+
# MvM - don't truncate sidebar tree items: see https://github.com/google/docsy/issues/1026
161+
sidebar_menu_truncate = 100
162+
157163
# Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events.
158164
# This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set.
159165
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,

content/en/docs/apidocs-mxsdk/apidocs/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ aliases:
99
- /apidocs/
1010
- /apidocs-mxsdk/apidocs/authentication/
1111
- /apidocs/index.html
12+
- /apidocs-mxsdk/apidocs/runtime-api/
1213
#If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details.
1314
---
1415

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

Lines changed: 3 additions & 3 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

@@ -35,7 +35,7 @@ Authentication for the App Repository API uses a personal access token (PAT).
3535

3636
### Generating a PAT
3737

38-
For details on how to generate a PAT, see the [Personal Access Tokens](/community-tools/mendix-profile/user-settings/#pat) section in *User Settings*. When you define the new PAT, choose at least this scope:
38+
For details on how to generate a PAT, see the [Personal Access Tokens](/mendix-profile/user-settings/#pat) section in *User Settings*. When you define the new PAT, choose at least this scope:
3939

4040
* `mx:modelrepository:repo:read`.
4141

@@ -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/apidocs/apps/epics-api.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Authentication for the Epics API uses a personal access token (PAT).
2121

2222
### Generating a PAT {#generate}
2323

24-
For details on how to generate a PAT, see the [Personal Access Tokens](/community-tools/mendix-profile/user-settings/#pat) section in *User Settings*.
24+
For details on how to generate a PAT, see the [Personal Access Tokens](/mendix-profile/user-settings/#pat) section in *User Settings*.
2525

2626
Select at least the following as **Epics** scopes:
2727

@@ -43,4 +43,8 @@ To authenticate calls when using the Open API specification below, click **Autho
4343

4444
## API Reference
4545

46-
{{< swaggerui src="/openapi-spec/epics.yaml" >}}
46+
{{% alert color="warning" %}}
47+
You cannot call endpoints from the Epics API Swagger UI.
48+
{{% /alert %}}
49+
50+
{{< swaggerui-disable-try-it-out src="/openapi-spec/epics.yaml" >}}

content/en/docs/apidocs-mxsdk/apidocs/apps/feedback-api-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Authentication for the Feedback API uses a personal access token (PAT).
1818

1919
### Generating a PAT {#generate}
2020

21-
For details on how to generate a PAT, see the [Personal Access Tokens](/community-tools/mendix-profile/user-settings/#pat) section in *User Settings*.
21+
For details on how to generate a PAT, see the [Personal Access Tokens](/mendix-profile/user-settings/#pat) section in *User Settings*.
2222

2323
Select at least the following as **App Insights** scopes:
2424

0 commit comments

Comments
 (0)