Skip to content

Commit 89b6002

Browse files
authored
Run markdownlint-cli2 on docs
1 parent b8948da commit 89b6002

27 files changed

Lines changed: 80 additions & 80 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/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 %}}

content/en/docs/developerportal/app-insights/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ tags: ["app insights", "feedback", "mini surveys"]
1212

1313
Mendix App Insights is an effective suite of tools that includes Feedback and Mini Surveys. With App Insights, development teams can collect rapid, real-time feedback from business stakeholders and end-users during the development process. App Insights allows app development teams to make quick adjustments based on feedback, leading to faster development cycles and improved user satisfaction.
1414

15-
## 2 Documents in This Category
15+
## 2 Documents in This Category

0 commit comments

Comments
 (0)