Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/en/docs/appstore/connectors/aws/aws-dynamodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| --- | --- | --- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -194,19 +194,21 @@ 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

```
A code block
```

{{% / alert %}}

## 2 Use of Markdown Extras

### 2.1 Block Quotes

>A block of text
Expand Down Expand Up @@ -239,8 +241,8 @@ If you need an element that starts collapsed and can be expanded by clicking, it
hidden stuff
</details>


The code example of details syntax:

```html
<details><summary>Description of what is hidden</summary>
hidden stuff
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

6 changes: 3 additions & 3 deletions content/en/docs/refguide/modeling/import-and-export/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down