Skip to content

Commit 438524f

Browse files
fix: mergw conflict
2 parents 233d8ca + 856a520 commit 438524f

2,534 files changed

Lines changed: 24840 additions & 13315 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/**

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/apps/app-repository-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

content/en/docs/apidocs-mxsdk/apidocs/apps/epics-api.md

Lines changed: 1 addition & 1 deletion
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

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

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,19 @@ restapi: true
99

1010
## Introduction
1111

12-
The Mendix Projects API allows you to create, edit or delete your projects.
12+
The Mendix Projects API allows you to create, edit or delete your projects. It also allows you to manage members of those projects and assign project roles, such as Scrum Master.
13+
14+
{{% alert color="warning" %}}
15+
If you want to automate the process of assigning the more coarse-grained Mendix Admin role, you can do so by configuring [Single Sign-On (SSO) to the platform (also known as BYOIdP)](/control-center/security/set-up-sso-byoidp/) and enabling the [IdP-managed Mendix Admins](/control-center/security-settings/#idp-managed-mendix-admins) feature.
16+
{{% /alert %}}
1317

1418
## Authentication {#authentication}
1519

1620
Authentication for the Projects API uses a personal access token (PAT).
1721

1822
### Generating a PAT {#generate}
1923

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

2226
Select the appropriate scopes, depending on the endpoints that need to be invoked. Refer to the [API Reference](#api-reference) for more information on which scopes to use in which endpoints.
2327

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Authentication for the Registration API requires the following:
2525

2626
### Generating a PAT
2727

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

3030
Store the generated value {GENERATED_PAT} somewhere safe so you can use it to authorize your API calls.
3131

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For more details on what can and cannot be provided in your search query, see th
2323

2424
### Generating a PAT
2525

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

2828
Store the generated value {GENERATED_PAT} somewhere safe so you can use it to authorize your API calls.
2929

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you have Marketplace content, this API can help you get the following informa
2222

2323
### Generating a PAT
2424

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

2727
Select at least the following as the **Marketplace** scope:
2828

0 commit comments

Comments
 (0)