Skip to content

Commit b5756da

Browse files
NatasaKraljMarkvanMents
authored andcommitted
Run markdownlint-cli2 on docs to find (and correct) linting errors.
1 parent b349310 commit b5756da

File tree

16 files changed

+21
-27
lines changed

16 files changed

+21
-27
lines changed

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/csharp/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,3 @@ Review the following reference guides to explore additional Extensibility API to
6666
* [Extension Points](/apidocs-mxsdk/apidocs/csharp-extensibility-api-11/extension-points/)
6767
* [Extensibility Services](/apidocs-mxsdk/apidocs/csharp-extensibility-api-11/services/)
6868
* [Extensibility Web Views](/apidocs-mxsdk/apidocs/csharp-extensibility-api-11/web-views/)
69-
70-

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ It performs the following actions:
3535

3636
Replace your `src/main/index.ts` file with the following:
3737

38-
3938
```typescript
4039
import { IComponent, getStudioProApi } from "@mendix/extensions-api";
4140

content/en/docs/control-center/company/mendix-admins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ To remove an admin, hover over their name in the list, then click **Remove**.
2020
It is not possible to remove yourself as a Mendix Admin.
2121
{{% /alert %}}
2222

23-
If the **Add Mendix Admin** button is not displayed, your company is using a user group in your IdP to assign Mendix Admins. For more information, refer to [IdP-managed Mendix Admins](/control-center/security-settings/#idp-managed-mendix-admins).
23+
If the **Add Mendix Admin** button is not displayed, your company is using a user group in your IdP to assign Mendix Admins. For more information, refer to [IdP-managed Mendix Admins](/control-center/security-settings/#idp-managed-mendix-admins).

content/en/docs/marketplace/genai/mendix-cloud-genai/mendix-cloud-grp.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Mendix Cloud Model Resource Packs provide customers with a monthly quota of inpu
2929

3030
The Mendix Cloud GenAI Resource Packs provide access to the following models:
3131

32-
3332
* Anthropic Claude 3.7 Sonnet (Cross-region inference profile)
3433
* Anthropic Claude 4 Sonnet (Cross-region inference profile)
3534
* Cohere Embed v3 (English and multilingual options)

content/en/docs/marketplace/genai/reference-guide/mcp-modules/mcp-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ There are several possible reasons why the client cannot connect to your server.
9696
* Concept description of [Model Context Protocol (MCP)](/appstore/modules/genai/mcp/)
9797
* The [GenAI Showcase App](https://marketplace.mendix.com/link/component/220475) provides an example on how to expose microflows as tools via the MCP Server module.
9898
* The official [MCP docs](https://modelcontextprotocol.io/introduction)
99-
* The [MCP Java SDK GitHub Repository](https://github.com/modelcontextprotocol/java-sdk)
99+
* The [MCP Java SDK GitHub Repository](https://github.com/modelcontextprotocol/java-sdk)

content/en/docs/marketplace/partner-solutions/dcm/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ For more information, refer to [DCM for Mendix](https://www.casefabric.com/#mend
2525

2626
CaseFabric’s DCM solution brings powerful case modeling capabilities to Studio Pro, using the [CMMN (Case Management Model and Notation)](https://www.omg.org/spec/CMMN/1.1) standard. This means you can build flexible, event-driven case models that work seamlessly with Mendix elements like your domain model, entities, pages, and microflows, making your app smarter and more responsive.
2727
The Mendix DCM module provides Studio Pro with a modeler specifically for case models. This lets you:
28+
2829
* Map your domain model to the case file model.
2930
* Use existing entities directly within your case model.
3031
* Trigger your case model based on entity changes. This currently requires explicit modeling.

content/en/docs/marketplace/platform-supported-content/modules/siemens/capital-connector.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,3 @@ Some operations take an object ID as parameter. Many Capital objects have a `Bas
7474
## Resources
7575

7676
For information about the Capital REST API, please refer to the REST API documentation of your Capital instance. This is available by accessing `{protocol}://{host}:{port}/restapidocs/`.
77-

content/en/docs/marketplace/platform-supported-content/modules/snowflake/mendix-data-loader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If you want to use specific resources, you should instead expose a new endpoint
6666
9. Click **Back** to return to the **Details** page.
6767
10. Click the **Ingestion Configuration** tab to set up your ingestion destination table.
6868
11. Click **Create** to start setting up the Ingestion Configuration.
69-
* **Target Database** – Name of the database for data ingestion
69+
***Target Database** – Name of the database for data ingestion
7070
* **Target Schema** – Target schema where all data will be ingested
7171
12. Click **Save**.
7272
13. Click the **Data Ingestion** tab, where you can start your data ingestion or set up a schedule.

content/en/docs/marketplace/platform-supported-content/widgets/document-viewer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ The **Advanced** tab allows you to configure settings for features beyond the no
5353
* If left empty, the document viewer widget will retrieve PDF.js from CDN `http://unpkg.com/pdfjs-dist@4.8.69/build/pdf.worker.min.mjs`.
5454
* Alternatively, users can grab `pdf.worker.mjs` from `{LOCAL DEV PROJECT FOLDER HERE}/deployment/web/widgets/com/mendix/shared/pdfjs/pdf.worker.mjs`, put it into their own `App Module -> Styling/web/js/pdf.worker.mjs` file, and then set `./js/pdf.worker.mjs` as the worker URL configuration. This is the recommended practice to support [CSP](/howto/security/csp/).
5555

56-
5756
### Common Tab
5857

5958
For more information, see [Common Section](/refguide/common-widget-properties/#common-properties) in *Properties Common in the Page Editor*.

content/en/docs/partners/altair/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ description_list: true
1111

1212
Mendix has a strategic alliance with Altair to make Mendix the fastest and easiest way to develop enterprise-grade applications that seamlessly integrate with Altair's powerful machine learning models capabilities.
1313

14-
## Documents in this Category
14+
## Documents in this Category

0 commit comments

Comments
 (0)