Skip to content

Commit f666fa1

Browse files
Run markdownlint-cli2 on docs to find (and correct) linting errors.
1 parent 68b3b98 commit f666fa1

115 files changed

Lines changed: 277 additions & 292 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ You can create a policy by defining your own details.
7979

8080
* **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

82-
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.
82+
1. 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

84-
4. Select one of these actions:
84+
2. Select one of these actions:
8585

8686
* **Cancel** – Discard the policy.
8787
* **Save as Inactive** – Save the policy, but do not enforce it yet.

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)