Skip to content

Commit 27af191

Browse files
Merge pull request #10965 from mendix/lint-docs
[Auto] Lint docs
2 parents 55bf93b + 71a6c21 commit 27af191

28 files changed

Lines changed: 61 additions & 67 deletions

File tree

content/en/docs/academy/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ Refer to the following pages for details on Mendix Academy exams:
4444
* [Purchasing Mendix Exam Seats](/academy/purchasing-exams/)
4545
* [Managing Exam Seats](/academy/purchasing-exams/manage-exam-seats/)
4646
* [Managing Exam Admins](/academy/purchasing-exams/manage-exam-admins/)
47-

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,11 @@ The user can use the optional attribute [`allowUpload`](#allow-upload) with defa
277277

278278
#### XML Attributes
279279

280-
| Attribute | Required | Attribute Type | Description |
280+
| Attribute | Required | Attribute Type | Description |
281281
|---------------|----------|----------------|-----------------------------------------------------------------------|
282-
| `type` | Yes | String | Must be `image` |
283-
| `key` | Yes | String | See [key](#key) |
284-
| `required` | No | Boolean | Whether the property must be specified by the user, `true` by default |
282+
| `type` | Yes | String | Must be `image` |
283+
| `key` | Yes | String | See [key](#key) |
284+
| `required` | No | Boolean | Whether the property must be specified by the user, `true` by default |
285285
| `allowUpload` | No | Boolean | See [allowUpload](#allow-upload) |
286286

287287
#### Studio Pro UI

content/en/docs/deployment/mendix-cloud-deploy/monitoring-with-apm/splunk-metrics.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,11 @@ To send your runtime information to Splunk Cloud Platform, you need to set it up
4747
| `SPLUNK_ENABLE_METRICS` | Sends application metrics to Splunk when it's set to `true`. Disabled by default. A metrics index is also required, refer to the [metrics index information](#splunk-metrics-info) below. | `false` |
4848
| `APM_ENABLE_ACCESS_LOGS` | Sends access logs to Splunk when it's set to `true`. Disabled by default. | `false` |
4949

50-
<div id="splunk-metrics-info">
51-
{{% alert color="info" %}}
52-
**Splunk supports two types of indexes:**
53-
54-
* **Event indexes**: These are the default index type and impose minimal structure, allowing them to store any kind of data, including metrics. To ingest logs, you must configure an event index as the default index in your HEC token.
55-
56-
* **Metrics indexes**: These use a highly structured format designed for high-volume, low-latency metrics data. To ingest metrics, create an index named `mxmetrics` and add it to the list of allowed indexes in your HEC token. For more information, refer to the [Splunk documentation](https://help.splunk.com/en/splunk-cloud-platform/get-data-in/metrics/9.2.2406/introduction-to-metrics/overview-of-metrics).
57-
58-
{{% /alert %}}
59-
</div>
60-
50+
<div id="splunk-metrics-info">
51+
{{% alert color="info" %}}**Splunk supports two types of indexes:** <br/>
52+
**Event indexes**: These are the default index type and impose minimal structure, allowing them to store any kind of data, including metrics. To ingest logs, you must configure an event index as the default index in your HEC token. <br/>
53+
**Metrics indexes**: These use a highly structured format designed for high-volume, low-latency metrics data. To ingest metrics, create an index named `mxmetrics` and add it to the list of allowed indexes in your HEC token. For more information, refer to the [Splunk documentation](https://help.splunk.com/en/splunk-cloud-platform/get-data-in/metrics/9.2.2406/introduction-to-metrics/overview-of-metrics).{{% /alert %}}
54+
</div>
6155

6256
5. Return to the **Environments** page for your app and **Deploy** or **Transport** your app into the selected environment.
6357

content/en/docs/marketplace/platform-supported-content/modules/global-inbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ Any user that can see a task in Publisher Application can see the same task in t
140140
## Limitations
141141

142142
* **Global Inbox** has limited support for error handling. Any exceptions that occur in a microflow after updating a user task (or other Workflow-related entity) in the same microflow (for example, updating the targeted users or due date) might result in data becoming out of sync. This is a temporary limitation that will be resolved in an upcoming version.
143-
* Workflows and tasks that are modeled in the same app that includes the Global Inbox module are NOT available in the Global Inbox. The Global Inbox app only consumes and displays workflow instances from other Mendix applications.
143+
* Workflows and tasks that are modeled in the same app that includes the Global Inbox module are NOT available in the Global Inbox. The Global Inbox app only consumes and displays workflow instances from other Mendix applications.

content/en/docs/marketplace/platform-supported-content/modules/snowflake/snowflake-ai-data-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ To configure your Mendix app for Snowflake Cortex Analyst, perform the following
315315

316316
{{< figure src="/attachments/appstore/platform-supported-content/modules/snowflake-ai-data-connector/CortexAnalystRequestExample.png" >}}
317317

318-
## Configuring Snowflake Cortex Search {#cortex-search}
318+
## Configuring Snowflake Cortex Search {#cortex-search}
319319

320320
Snowflake Cortex Search is a fully-managed, ML-powered Snowflake Cortex feature that helps you retrieve data relevant to a prompt to help an LLM generate informed answers (Retrieval Augmented Generation).
321321

content/en/docs/refguide/modeling/integration/odata-services/build-odata-apis.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,6 @@ You can generate and reuse generated validation microflows. The following exampl
505505
}
506506
```
507507
508-
509508
### Deleting Data
510509
511510
Deleting is provided using the `DELETE` operation. See the following `DELETE` request:

content/en/docs/refguide/modeling/menus/version-control-menu/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ The **Add Snapshot of Data** option creates a snapshot of the built-in database
7676

7777
* [Studio Pro Overview](/refguide/studio-pro-overview/)
7878
* [Version Control](/refguide/version-control/)
79-
* [Pulling, Committing, and Pushing](/refguide/pushing-pulling/)
79+
* [Pulling, Committing, and Pushing](/refguide/pushing-pulling/)

content/en/docs/refguide/modeling/menus/version-control-menu/commit-dialog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ If any synchronization fails during this step, you are asked if the commit shoul
7979

8080
## Read More
8181

82-
* [Pulling, Committing, and Pushing](/refguide/pushing-pulling/)
82+
* [Pulling, Committing, and Pushing](/refguide/pushing-pulling/)

content/en/docs/refguide/modeling/menus/version-control-menu/download-from-version-control-dialog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Choose the **App directory** to which want to download the app. The suggested na
5353
## Read More
5454

5555
* [Enabling Version Control for Your App](/refguide/version-control/enable/)
56-
* [Optional: Working with Private Git](/refguide/on-premises-git/)
56+
* [Optional: Working with Private Git](/refguide/on-premises-git/)

content/en/docs/refguide/modeling/menus/version-control-menu/history-dialog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ This tab shows a list of stories that are related to the changes.
9595

9696
* [Version Control](/refguide/version-control/)
9797
* [Stories Pane](/refguide/stories-pane/)
98-
* [Using Version Control History](/refguide/version-control-using-history/)
98+
* [Using Version Control History](/refguide/version-control-using-history/)

0 commit comments

Comments
 (0)