Skip to content

Commit 69850fa

Browse files
NatasaKraljMarkvanMents
authored andcommitted
Run markdownlint-cli2 on docs to find (and correct) linting errors.
1 parent 9e75fee commit 69850fa

23 files changed

Lines changed: 87 additions & 94 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ Completing the `PUT` operation call more than once overwrites the details for al
239239

240240
It is possible (although uncommon) to update the URL of a hosted environment. The root URLs update upon redeployment, and endpoints that are registered under that environment get updated endpoint locations.
241241

242-
243242
### Preparing Your Service Details Using the Transform API {#transform-api}
244243

245244
The Transform API is an endpoint in the Registration API. It converts the *dependencies.json* file that your Mendix app generates into the structure the Registration API requires to register services.
@@ -348,4 +347,4 @@ A successful `PUT` call results in a `200` status code and a JSON response body.
348347

349348
## API Reference {#api-reference}
350349

351-
{{< swaggerui src="/openapi-spec/catalog-registration_v5.yaml" >}}
350+
{{< swaggerui src="/openapi-spec/catalog-registration_v5.yaml" >}}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ The Search API enables users to search and retrieve assets that are registered i
1313

1414
You can paginate through search results with an offset, which allows you to limit the number of results and specify how many to skip.
1515

16-
1716
## Authentication and Access Rights
1817

1918
To use the Catalog Search API, you need the following:

content/en/docs/appstore/use-content/platform-supported-content/modules/aws/amazon-bedrock.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ To invoke a Bedrock agent for your Mendix app, do the following steps:
185185
7. Select a microflow that takes an **AmazonBedrockConnector.InvokeAgentResponse** object as an input and handles that response.
186186
This is necessary because InvokeAgent is an asynchronous operation which means that it will not necessarily finish when the process that it was invoked from finishes. By giving the operation a handler microflow, the response can be handled as soon as it arrives. For an example handler microflow, see **AmazonBedrockConnector.InvokeAgentResponse_Handle** in the connector module. This microflow logs the response, so you can also use it just to investigate the response.
187187

188-
189188
### Token Usage {#tokenusage}
190189

191190
[Token usage](/appstore/modules/genai/commons/#token-usage) monitoring is now possible for the following operations:

content/en/docs/appstore/use-content/platform-supported-content/modules/file-uploader.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,3 @@ This nanoflow will attach an uploaded file to the context object.
9696
#### ACT_CreateUploadedImageDocument
9797

9898
This nanoflow will attach an uploaded image to the context object.
99-
100-

content/en/docs/appstore/use-content/platform-supported-content/modules/snowflake/snowflake-rest-sql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ To set this up:
111111
3. Duplicate the **Call REST (POST)** action, modify the **async** query parameter to **true**, and use this as a basis to build your custom asynchronous microflows.
112112

113113
Your custom microflows should consist of the following:
114+
114115
* **A request call microflow** - Sends the request and returns the request ID.
115116
* **A polling microflow** - Uses the request ID to check if the response is available, and then returns the response once it is ready.
116117

@@ -268,6 +269,6 @@ To configure your Mendix app for Snowflake Cortex Analyst, perform the following
268269

269270
{{< figure src="/attachments/appstore/platform-supported-content/modules/snowflake-rest-sql/CortexAnalystRequestExample.png" >}}
270271

271-
### Example Implementation
272+
### Example Implementation
272273

273274
The [Snowflake showcase app](https://marketplace.mendix.com/link/component/225845) contains example implementations of the Analyst, ANOMALY DETECTION, COMPLETE and TRANSLATE functionalities. For more information, see [Snowflake Cortex Analyst](/appstore/modules/genai/snowflake-cortex/#functionalities).

content/en/docs/catalog/manage/search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,4 @@ When an item is selected in the search results pane, you can click the [Landscap
247247

248248
## Search using the API
249249

250-
To use the Catalog Search API, see [Search API](/apidocs-mxsdk/apidocs/search-api/).
250+
To use the Catalog Search API, see [Search API](/apidocs-mxsdk/apidocs/search-api/).

content/en/docs/catalog/register/register-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Follow the steps below:
8484
* **Non-production** – hosting is paid for, but data is not of production quality
8585

8686
8. Select your **Authentication** method. For details on supported authentication types, see the [Authentication](#authentication) section below. Curators can also [add or change authentication methods](/catalog/manage/curate/#authentication) later.
87-
9. Select **Done!** to complete the registration.
87+
9. Select **Done!** to complete the registration.
8888

8989
Congratulations! Your service is registered in the Catalog.
9090

content/en/docs/deployment/mendix-cloud-deploy/monitoring-application-health/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ The reason you receive a message is that when you are using a [basic license](/d
206206

207207
The autoscaling might occur when your app does not have high resource usage because of the way shared databases are managed. More resources may be required by an app using another schema on the shared database. This is a known phenomenon, which AWS terms a [noisy neighbor](https://docs.aws.amazon.com/wellarchitected/latest/saas-lens/noisy-neighbor.html).
208208

209-
210-
211209
## Read More
212210

213211
* [Metrics](/developerportal/operate/metrics/)

content/en/docs/developerportal/security-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ For information about security practices for app governance, refer to the follow
6666

6767
## Getting Support
6868

69-
For additional information, frequently asked questions, and troubleshooting tis, refer to [Frequently Asked Questions – Security](/support/security-findings-faq/). If you have more questions, contact your Customer Success Manager (CSM), or join the [Mendix Community forum](https://community.mendix.com/p/community).
69+
For additional information, frequently asked questions, and troubleshooting tis, refer to [Frequently Asked Questions – Security](/support/security-findings-faq/). If you have more questions, contact your Customer Success Manager (CSM), or join the [Mendix Community forum](https://community.mendix.com/p/community).

content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Before starting this guide, make sure you have completed the following prerequis
1717
* Signed up for a [Bitrise account](https://app.bitrise.io/users/sign_up)
1818
* Read the [Getting Starting guide from Bitrise](https://devcenter.bitrise.io/en/getting-started.html) and understand the key concepts of Bitrise
1919
* Have access to a Mendix application project with a native mobile profile as a developer
20-
* The Mendix application is deployed
20+
* The Mendix application is deployed
2121
* Have created the native template project for your app by following [Using Mendix Native Mobile Builder to Set Up Your Local App](/refguide/mobile/distributing-mobile-apps/building-native-apps/native-build-locally/#using-mendix-native-mobile-builder-to-set-up-your-local-app). Make sure to set the GitHub token to also create a GitHub repository.
2222
* Fulfilled the prerequisites below for all operating systems you want to target:
2323

@@ -41,7 +41,7 @@ To set up your build project, do the following:
4141
1. Create a new project in the workspace.
4242
1. Select the GitHub project generated by **Build Native App** as the repository. It is recommended to use the **GitHub App Integration**:
4343

44-
{{< figure src="/attachments/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise/select-repository.png" alt="Select repository" width="350" class="no-border" >}}
44+
{{< figure src="/attachments/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise/select-repository.png" alt="Select repository" width="350" class="no-border" >}}
4545

4646
1. Select the `master` branch and let Bitrise auto-detect the configuration.
4747
1. Confirm that the correct configuration has been detected:
@@ -125,7 +125,6 @@ After these changes, your workflow should look like this (if you target both ope
125125

126126
{{< figure src="/attachments/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise/select-repository.png" alt="Completed workflow" width="350" class="no-border" >}}
127127

128-
129128
## Build Your App
130129

131130
Builds can be started manually or automatically. To start a build manually, open the build project and click **Start build** and confirm the dialog. A typical build will take approximately 20 minutes, but can take longer for complex applications with many dependencies.
@@ -140,4 +139,4 @@ To set up automatic builds after running **Build Native App**, follow these step
140139
1. Select **Push branch** for **Condition 1** and change the **Push** branch to `master`.
141140
1. Select the **deploy** workflow and confirm.
142141

143-
Now, every time some runs **Build Native App** to update the application bundle, a new build will be triggered in Bitrise.
142+
Now, every time some runs **Build Native App** to update the application bundle, a new build will be triggered in Bitrise.

0 commit comments

Comments
 (0)