From 84f0d4193a30a961bb04f3a281c904a352c0b102 Mon Sep 17 00:00:00 2001 From: HedwigAR Date: Wed, 1 Feb 2023 20:11:08 +0000 Subject: [PATCH] Run markdownlint-cli2 on docs --- .../appstore/connectors/aws/aws-dynamodb.md | 1 + .../indentation-spacing-test.md | 26 ++++++++++--------- .../java-programming/java-api-tutorial.md | 1 - .../modeling/import-and-export/_index.md | 6 ++--- 4 files changed, 18 insertions(+), 16 deletions(-) diff --git a/content/en/docs/appstore/connectors/aws/aws-dynamodb.md b/content/en/docs/appstore/connectors/aws/aws-dynamodb.md index 703a97ea71d..31f1dd94153 100644 --- a/content/en/docs/appstore/connectors/aws/aws-dynamodb.md +++ b/content/en/docs/appstore/connectors/aws/aws-dynamodb.md @@ -239,6 +239,7 @@ An enumeration is a predefined list of values that can be used as an attribute t | `Binary` | **Binary** | The enumeration element that reflects native data type of a binary file expressed as a string | #### 4.2.5 `ENUM_ComparisonOperator` + For more information on using comparison operators, please visit [Amazon DynamoDB docs](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Condition.html). | Name | Caption | Description | | --- | --- | --- | diff --git a/content/en/docs/developerportal/community-tools/contribute-to-the-mendix-documentation/indentation-spacing-test.md b/content/en/docs/developerportal/community-tools/contribute-to-the-mendix-documentation/indentation-spacing-test.md index 2455742b9f7..8b3c879f83b 100644 --- a/content/en/docs/developerportal/community-tools/contribute-to-the-mendix-documentation/indentation-spacing-test.md +++ b/content/en/docs/developerportal/community-tools/contribute-to-the-mendix-documentation/indentation-spacing-test.md @@ -83,19 +83,19 @@ Paragraph text here. Paragraph text here. * unordered list - 1. ordered list - * unordered list + 1. ordered list + * unordered list Paragraph text here. 1. First list item 1. Second list item - * Unordered sub-list. + * Unordered sub-list. 1. Third list item - 1. Ordered sub-list + 1. Ordered sub-list 3. And another item. - Indenting with a tab and a line break works for generic list items, but not elements like code blocks. Tabs get treated as four spaces, regardless of tab settings within an editor. + Indenting with a tab and a line break works for generic list items, but not elements like code blocks. Tabs get treated as four spaces, regardless of tab settings within an editor. {{% alert color="danger" %}} DO NOT USE TABS @@ -106,17 +106,17 @@ DO NOT USE TABS Paragraph text here. * unordered list - 1. ordered list - * unordered list + 1. ordered list + * unordered list Paragraph text here. 1. First list item - * Unordered sub-list. + * Unordered sub-list. 1. Second list item - 1. Ordered sub-list + 1. Ordered sub-list 3. And another item. - Indenting with a tab and trailing spaces works for generic list items, but not elements like code blocks. + Indenting with a tab and trailing spaces works for generic list items, but not elements like code blocks. {{% alert color="danger" %}} DO NOT USE TABS @@ -194,9 +194,9 @@ My alert box My alert box {{% / alert %}} - {{% alert color="warning" %}} Lists in alerts: + 1. First list item 2. Second list item `a code snippet` * Sub-list @@ -204,9 +204,11 @@ Lists in alerts: ``` A code block ``` + {{% / alert %}} ## 2 Use of Markdown Extras + ### 2.1 Block Quotes >A block of text @@ -239,8 +241,8 @@ If you need an element that starts collapsed and can be expanded by clicking, it hidden stuff - The code example of details syntax: + ```html
Description of what is hidden hidden stuff diff --git a/content/en/docs/refguide/java-programming/java-api-tutorial.md b/content/en/docs/refguide/java-programming/java-api-tutorial.md index 575de6dbde7..f3184718fb2 100644 --- a/content/en/docs/refguide/java-programming/java-api-tutorial.md +++ b/content/en/docs/refguide/java-programming/java-api-tutorial.md @@ -123,4 +123,3 @@ After this, all `Attachments` belonging to one `GenericObject` are copied to ano ## 4 Read More * [Extending Your Application with Custom Java](/refguide/extending-your-application-with-custom-java/) - diff --git a/content/en/docs/refguide/modeling/import-and-export/_index.md b/content/en/docs/refguide/modeling/import-and-export/_index.md index dab7c646adb..e8428a0cc97 100644 --- a/content/en/docs/refguide/modeling/import-and-export/_index.md +++ b/content/en/docs/refguide/modeling/import-and-export/_index.md @@ -50,9 +50,9 @@ To import a complete app or solution package, follow these steps: You have the following options in this dialog box: * Decide whether to store your app in a **New Mendix Team Server** (recommended), an **Existing Mendix Team Server**, **Private server**, or **Locally on disk** - - {{% alert color="info" %}} For a solution to be compatible with future upgrades, it must be set up using **New Mendix Team Server** (recommended) or **Private server** only. Solutions stored **Locally on disk** cannot be upgraded.{{% /alert %}} - + + {{% alert color="info" %}} For a solution to be compatible with future upgrades, it must be set up using **New Mendix Team Server** (recommended) or **Private server** only. Solutions stored **Locally on disk** cannot be upgraded.{{% /alert %}} + * Provide an **App name** (by default, it will be named as it was in the Mendix package file) * Determine the local folder where you would like to store your app in **App directory**