Skip to content

Commit e305713

Browse files
authored
Merge pull request mendix#8838 from mendix/lint-docs
[Auto] Lint docs
2 parents 5b526ec + d0386a1 commit e305713

26 files changed

Lines changed: 105 additions & 109 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/create-content/create-solutions/implement-solutions/sol-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To upgrade a solution, follow these steps:
3333

3434
{{< figure src="/attachments/appstore/create-content/implement-solutions/solution-upgrade.png" alt="Upgrade Solution" class="no-border" >}}
3535

36-
{{% alert color="info" %}}In Studio Pro 9 and below, this option must be enabled by setting a feature flag. Since Studio Pro 10, it is available for general use and no longer hidden behind a flag.{{% /alert %}}
36+
{{% alert color="info" %}}In Studio Pro 9 and below, this option must be enabled by setting a feature flag. Since Studio Pro 10, it is available for general use and no longer hidden behind a flag.{{% /alert %}}
3737

3838
2. Select the solution package file (*.mxsolution*) provided by the ISV and click **OK**.
3939
3. Once solution upgrade is completed, a new commit to the **solution-releases** branch line is created. This commit contains the unchanged new version of the solution (as provided by the ISV). You cannot make any changes in this branch, as that would render the solution incompatible with upgrades or lead to unpredictable errors during upgrades.

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/genai/snowflake-cortex.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ The [Snowflake showcase app](https://marketplace.mendix.com/link/component/22584
5151

5252
This section contains the following pages:
5353

54-
1. Introduction
55-
2. ANOMALY DETECTION (Machine Learning)
56-
3. COMPLETE and TRANSLATE (Large Language Models)
57-
4. Analyst (Cortex Analyst)
54+
1. Introduction
55+
2. ANOMALY DETECTION (Machine Learning)
56+
3. COMPLETE and TRANSLATE (Large Language Models)
57+
4. Analyst (Cortex Analyst)
5858

5959
3. To see how a Snowflake function is called, right-click on the corresponding **SQLStatement** field, and then click **Go to data source microflow**.
6060

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/)

0 commit comments

Comments
 (0)