Skip to content

Commit 081a0fe

Browse files
authored
Merge pull request mendix#6476 from mendix/lint-docs
[Auto] Lint docs
2 parents f14cbe9 + 80af848 commit 081a0fe

29 files changed

Lines changed: 86 additions & 86 deletions

File tree

content/en/docs/appstore/connectors/aws/aws-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,13 +185,13 @@ If you have credentials that have been generated without the help of the **GetSe
185185
* **AccessKeyId** - your IAM access key
186186
* **SecretAccesskey** - your secret access key
187187
* **Provider** - set to *_Session*
188-
188+
189189
2. Create a **SessionToken** object with the following parameters:
190190
* **Token** - your token
191191
* **Credentials_SessionToken** - the association between **Credentials** and **SessionToken**
192192

193193
{{< figure src="/attachments/appstore/connectors/aws-authentication/association.png" >}}
194-
194+
195195
You can then use the above as a valid set of credentials.
196196

197197
### 4.2 Implementing Static Credentials {#static}

content/en/docs/appstore/connectors/aws/aws-sqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ The input and output for this service are shown in the table below:
583583

584584
| Input | Output |
585585
| --- | --- |
586-
| `SendMessageBatchRequest`, `Credentials`, `AWS Region ` | `SendMessageBatchResponse` |
586+
| `SendMessageBatchRequest`, `Credentials`, `AWS Region` | `SendMessageBatchResponse` |
587587

588588
#### 4.3.2 Receive Messages {#receive-messages}
589589

content/en/docs/appstore/connectors/sap/sap-xsuaa-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,4 @@ You can picture the authentication as shown below:
293293

294294
## 5 Upgrading the XSUAA Connector
295295

296-
Version 2.1.1 of the XSUAA Connector for SAP Business Technology Platform uses a new user administration module called **SapAuthentication**. If you are upgrading from version 2.0.0 or below, you will need to migrate your existing users from **Administration.Account** to **SapAuthentication.SapUser** using the [User Migration](/appstore/modules/user-migration-module/) Marketplace module.
296+
Version 2.1.1 of the XSUAA Connector for SAP Business Technology Platform uses a new user administration module called **SapAuthentication**. If you are upgrading from version 2.0.0 or below, you will need to migrate your existing users from **Administration.Account** to **SapAuthentication.SapUser** using the [User Migration](/appstore/modules/user-migration-module/) Marketplace module.

content/en/docs/appstore/creating-content/connector-guide-build/connector-guide-best-practices.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ When calling a REST service, you can run into an error. This can be one of two t
432432
1. Error with a response
433433
2. Error without a response
434434

435-
436435
If there is no response, the default error handling is enough. This will typically occur when the endpoint is down or when you get a timeout.
437436

438437
If there is a response the error message will contain the error code and the reason, but not the message. For that reason, add an additional log message with the response and then rethrow the error. Add details about the request that will help the developer.

content/en/docs/appstore/general/share-app-store-content.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ Follow these steps to describe your content:
120120

121121
{{% alert color="warning" %}}You can use rich text in the editor. However, using rich text at the beginning of the description is not recommended, as the rich text will not get rendered properly. You should add a few lines of regular text before using rich text.{{% /alert %}}
122122

123-
124123
5. Select the location where you want to publish your component:
125124

126125
* <a id="public-app-store"></a>**Public Marketplace (all Mendix users)** – your component will be available to the Mendix community (this content will have to be reviewed and approved by Mendix before it is available)

content/en/docs/appstore/modules/document-generation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Follow the instructions in [How to Use Marketplace Content in Studio Pro](/appst
7373
3. In the **App Explorer**, double-click **Security** in the **App** section again, then go to the **User roles** tab and perform the following steps:
7474
1. Add the module role **User** from the **DocumentGeneration** module to all app user roles that should be able to generate a document.
7575
2. Add the module role **Administrator** from the **DocumentGeneration** module to all app user roles that should be able to [register](#register-app) the app environments on Mendix Cloud.
76-
4. To clean up old document requests, enable the scheduled event **SE_DocumentRequest_Cleanup** in the **_UseMe** folder of the **DocumentGeneration** module. This wil automatically remove expired **DocumentRequest** objects after a configured offset in days. The offset is configured using the constant **DocumentGeneration.RequestCleanupOffsetInDays** (the default value is 7 days). The scheduled event runs daily at 03:00 UTC.
76+
4. To clean up old document requests, enable the scheduled event **SE_DocumentRequest_Cleanup** in the **_UseMe** folder of the **DocumentGeneration** module. This will automatically remove expired **DocumentRequest** objects after a configured offset in days. The offset is configured using the constant **DocumentGeneration.RequestCleanupOffsetInDays** (the default value is 7 days). The scheduled event runs daily at 03:00 UTC.
7777
5. Depending on where you run the module, continue to perform the procedure in the [Running locally from Studio Pro](#run-locally) section or in the [Running on Mendix Cloud](#run-on-mendix-cloud) section.
7878

7979
### 3.1 Running Locally from Studio Pro {#run-locally}
@@ -161,7 +161,7 @@ The steps for each procedure are described in the sections below.
161161

162162
3. Create a microflow that contains a **Show page** activity that opens the page you created in the previous step.
163163

164-
{{% alert color="info" %}}If you want, you can copy **DOC_ExampleDocument_Print** microflow from the **Examples** folder to get started.{{% /alert %}}
164+
{{% alert color="info" %}}If you want, you can copy **DOC_ExampleDocument_Print** microflow from the **Examples** folder to get started.{{% /alert %}}
165165

166166
4. Create a microflow with the **Generate PDF from page** action to render this page as a PDF document. Configure the **Generate PDF from page** action as follows:
167167
1. Select the microflow you created in the previous step for the **Page microflow** property.

content/en/docs/appstore/modules/mendix-mini-surveys.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To import this module into your app, follow the instructions in [How to Use Mark
4444

4545
{{% alert color="info" %}}Once the start time of the mini survey is reached, the mini survey will start running, and all the target users of the mini survey will receive the survey automatically.{{% /alert %}}
4646

47-
## 4 FAQ {#faq}
47+
## 4 FAQ {#faq}
4848

4949
### 4.1 How to Use a Constant Variable for Survey ID to Show a Survey?
5050

@@ -73,7 +73,8 @@ If your app uses a master layout page and many child pages. You can place one Mi
7373
### 4.5 What Are the Survey Opt-Out Rules? {#survey-rules}
7474

7575
A mini survey has the following opt-out rules:
76-
* If a user has closed a survey, without answering any questions, then the survey will not show again to this user.
76+
77+
* If a user has closed a survey, without answering any questions, then the survey will not show again to this user.
7778

7879
* If a user has answered one or more questions in a survey, but did not finished the survey, then the survey will show again. However, if the user has closed the survey before finishing for the second time, the survey will not show again to this user.
7980

content/en/docs/appstore/partner-solutions/apd/ig/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ description: "Presents a list of APD/APM installation guides for each APD/APM ve
1414
The *APD Installation Guides* are organized according to the APD version.
1515

1616
## 2 Documents in This Section
17-

content/en/docs/appstore/partner-solutions/ats/ht/v2/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ description_list: true
77
---
88

99
These are the documents in this section:
10-

content/en/docs/appstore/widgets/tooltip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ This option defines how the tooltip will be triggered.
6565

6666
{{% alert color="warning" %}}
6767
On mobile devices the **Hover** option will be triggered on touch.
68-
{{% /alert %}}
68+
{{% /alert %}}

0 commit comments

Comments
 (0)