Skip to content

Commit ebaa020

Browse files
[Auto] Lint docs #11586
[Auto] Lint docs
2 parents 68b3b98 + 3cb66f1 commit ebaa020

114 files changed

Lines changed: 303 additions & 319 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/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" >}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ For information about Project API version 1, see [Project API - Version 1](/apid
3232

3333
## API Reference
3434

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ For information about Project API version 2, see [Project API - Version 2](/apid
3131

3232
## API Reference
3333

34-
{{< swaggerui src="/openapi-spec/openapi-project-v1.yaml" >}}
34+
{{< swaggerui src="/openapi-spec/openapi-project-v1.yaml" >}}

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/consistency-checks.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ export const component: IComponent = {
279279
};
280280
```
281281

282-
283282
Replace your `src/model/PersonInfo.ts` file with the following:
284283

285284
```typescript {hl_lines=["6-10"]}
@@ -416,7 +415,6 @@ export const component: IComponent = {
416415
};
417416
```
418417

419-
420418
Return `dependentElementIds` to tell Studio Pro which elements your document depends on. When those elements change, your checks rerun automatically.
421419

422420
{{% alert color="info" %}}
@@ -487,7 +485,6 @@ async function checkDependencyWasChanged(dependencies: Dependency[], documents:
487485

488486
By checking whether any of the changed documents from the event payload are included in your dependencies, you can trigger the consistency checks to run again by updating the content of your blob document using `studioPro.app.model.customBlobDocuments.updateDocumentContent`. This ensures your checks run again whenever one of your dependencies is modified in Studio Pro.
489487

490-
491488
### Renamed Elements
492489

493490
If one of your dependencies gets renamed, you may need to update the dependency names in your document. Studio Pro cannot automatically rename your dependencies; it can only notify you that the document matching the ID now has a new name. It is up to you to update your dependency's name.

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/permissions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export const component: IComponent = {
9090
}
9191
};
9292
```
93+
9394
The `permissionsChanged` event fires for all extensions whenever any permission is granted or revoked anywhere in the system, not just for your extension. This means multiple extensions may respond to the same event simultaneously.
9495

9596
To check if a change affects your extension, compare the old granted state against the new one for each permission name your extension declared. Without this check, your extension fires a notification every time any permission changes, including changes unrelated to your extension.

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-client-apis/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ if (selection.type === "Single") {
485485

486486
## Exposed Modules
487487

488-
### Session {#session}
488+
### Session {#session}
489489

490490
The Mendix Platform exposes a `mendix/session` module for inspecting the current user session. It is available in both web and native.
491491

content/en/docs/catalog/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ From the **Home** screen, you can do the following:
5454

5555
The Catalog is also integrated in Mendix Studio Pro to find and connect to shared services in your apps. For further details on using Catalog in Studio Pro, see [Integration Pane](/refguide/integration-pane/) in the *Studio Pro Guide*.
5656

57-
5857
## Information Available in the Catalog {#available-info}
5958

6059
In the Catalog, all the information for registered assets is displayed in the [Catalog search details](/catalog/manage/search/#search-details) screen. This information comes from the metadata in the OData service contract, and also from additional metadata that is added when registered assets are curated. Registered assets can be curated by owners, [Curators](/catalog/manage/user-roles/#curator), and [Mendix Admins](/catalog/manage/user-roles/#admin).

content/en/docs/control-center/maia/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ no_list: false
1010

1111
The **Maia** section allows you to manage, control, and monitor Maia resources and behavior on Mendix Portal.
1212

13-
## Documents in This Category
13+
## Documents in This Category

content/en/docs/control-center/security/policies.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -43,41 +43,41 @@ You can create a policy by defining your own details.
4343

4444
2. On the **Policy Definition** tab, fill in the following details:
4545

46-
* **Policy Name** – A relevant name for your policy, such as one indicating what the policy checks.
47-
* **Description** – A description of the goal of the policy, which covers why it needs to be adhered to, and how to fix its violations.
48-
* **Policy Conditions** – Define the conditions under which the policy is considered violated. These are the available conditions and their values:
46+
* **Policy Name** – A relevant name for your policy, such as one indicating what the policy checks.
47+
* **Description** – A description of the goal of the policy, which covers why it needs to be adhered to, and how to fix its violations.
48+
* **Policy Conditions** – Define the conditions under which the policy is considered violated. These are the available conditions and their values:
4949

50-
* **Any finding severity is** – Choose which severity level violates the policy. You can select one or more of the following values:
50+
* **Any finding severity is** – Choose which severity level violates the policy. You can select one or more of the following values:
5151

52-
* **LOW**
53-
* **MEDIUM**
54-
* **HIGH**
55-
* **CRITICAL**
52+
* **LOW**
53+
* **MEDIUM**
54+
* **HIGH**
55+
* **CRITICAL**
5656

57-
For example, if you select **CRITICAL**, apps with critical findings violate this policy.
57+
For example, if you select **CRITICAL**, apps with critical findings violate this policy.
5858

59-
* **Mendix runtime version is lower than** – Indicate which Mendix version is the minimum that your apps must use.
59+
* **Mendix runtime version is lower than** – Indicate which Mendix version is the minimum that your apps must use.
6060

61-
* **Marketplace component license is not** – Select the licenses that are acceptable. If a Marketplace component has a license which is not one of the ones you select here, the policy is violated. These are the possible values:
61+
* **Marketplace component license is not** – Select the licenses that are acceptable. If a Marketplace component has a license which is not one of the ones you select here, the policy is violated. These are the possible values:
6262

63-
* MIT
64-
* BSD_2_0
65-
* APACHE_V2
66-
* APACHE_1_0
67-
* MENDIX_EULA
68-
* PARTNER_LICENSES
69-
* CREATIVE_COMMONS_CC0
70-
* GNU_GENERAL_PUBLIC_LICENSE_V3
71-
* MENDIX_MARKETPLACE_CONTENT_TERMS
63+
* MIT
64+
* BSD_2_0
65+
* APACHE_V2
66+
* APACHE_1_0
67+
* MENDIX_EULA
68+
* PARTNER_LICENSES
69+
* CREATIVE_COMMONS_CC0
70+
* GNU_GENERAL_PUBLIC_LICENSE_V3
71+
* MENDIX_MARKETPLACE_CONTENT_TERMS
7272

73-
* **Marketplace component support is not** – Select the support types that are acceptable. If a Marketplace component has a support type which is not one of the ones you select here, the policy is violated. These are the possible values:
73+
* **Marketplace component support is not** – Select the support types that are acceptable. If a Marketplace component has a support type which is not one of the ones you select here, the policy is violated. These are the possible values:
7474

75-
* PARTNER
76-
* SIEMENS
77-
* PLATFORM
78-
* COMMUNITY
75+
* PARTNER
76+
* SIEMENS
77+
* PLATFORM
78+
* COMMUNITY
7979

80-
* **Checkpoints & Action(s)** – Select the trigger which causes the policy to be checked, and the action that is taken if the policy is violated. Currently, policy violations are checked at the time of package creation, and violations generate warnings.
80+
* **Checkpoints & Action(s)** – Select the trigger which causes the policy to be checked, and the action that is taken if the policy is violated. Currently, policy violations are checked at the time of package creation, and violations generate warnings.
8181

8282
3. On the **Policy Scope** tab, select whether you want the policy to apply to all licensed apps, or only to specific apps in your environment.
8383

content/en/docs/deployment/general/subscription-management/user-metering/implementing-user-metering.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ The improved user metering capabilities are introduced in Mendix 11. These capab
119119
| Multi-app user identification | `system.user.name` | `system.user.name` or `NamedUserIdentifier` in User Commons v2.2.0 and above |
120120
| SCIM-based user deactivation | SCIM v3.0.0 and above | SCIM v4.0.0 and above |
121121

122-
123122
## Domain Model Entities {#domain-model-entities}
124123

125124
This section explains the entities and their attributes in your application domain model that are relevant for user metering.

0 commit comments

Comments
 (0)