Skip to content

Commit d5da219

Browse files
NatasaKraljMarkvanMents
authored andcommitted
Run markdownlint-cli2 on docs to find (and correct) linting errors.
1 parent c49995a commit d5da219

File tree

31 files changed

+160
-165
lines changed

31 files changed

+160
-165
lines changed

content/en/docs/apidocs-mxsdk/apidocs/frontend/design-properties/design-properties-10.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,6 @@ To provide translations for your design properties, create a file *locales/{lang
754754
755755
These JSON files follow the format used by the i18next library, specifically v3. See the [the i18next JSON format documentation](https://www.i18next.com/misc/json-format) for more information. For example to translate a design property with the name **Text align** with the options **left**, **center** and **right**, the contents of *locales/ko-KR/translation.json* might look something like this:
756756
757-
758757
```json
759758
{
760759
"Text align": "텍스트 정렬",

content/en/docs/apidocs-mxsdk/apidocs/governance/user-deactivation-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ The following steps lead to deactivating the user based on the UUID provided as
7878

7979
## API Reference
8080

81-
{{< swaggerui src="/openapi-spec/user-deactivation-api.yaml" >}}
81+
{{< swaggerui src="/openapi-spec/user-deactivation-api.yaml" >}}

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-10/pluggable-widgets/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Translations for a pluggable widget can be provided in two ways: in the widget p
332332

333333
### Providing Translations in a Pluggable Widget Package
334334

335-
To support a translation for a specific language and locale, create a *locales/{language-code}/{widget ID}.json* or *locales/{language-code}/translation.json* file. The language code can be any of the user interface languages supported by Studio Pro, such as *en-US*, *ja-JP*, *ko-KR*, or *zh-CN*. Other files in the **locales** folder will be ignored. As a result, custom namespaces cannot be used. We recommend using *translation.json*, unless your .MPK contains multiple pluggable widgets. Note that if you use the widget ID as the file name, you will have to replace any spaces and illegal path characters (if there are any) with underscores. The file name should be all lower case. For example, if your widget ID is *%My Pluggable Widget%*, the name of the file should be *_my_pluggable_widget_.json*.
335+
To support a translation for a specific language and locale, create a *locales/{language-code}/{widget ID}.json* or *locales/{language-code}/translation.json* file. The language code can be any of the user interface languages supported by Studio Pro, such as *en-US*, *ja-JP*, *ko-KR*, or *zh-CN*. Other files in the **locales** folder will be ignored. As a result, custom namespaces cannot be used. We recommend using *translation.json*, unless your .MPK contains multiple pluggable widgets. Note that if you use the widget ID as the file name, you will have to replace any spaces and illegal path characters (if there are any) with underscores. The file name should be all lower case. For example, if your widget ID is *%My Pluggable Widget%*, the name of the file should be **my_pluggable_widget*.json*.
336336

337337
These JSON files follow the format used by the i18next library, specifically v3. For more information, see [the i18nest JSON documentation](https://www.i18next.com/misc/json-format). For example, to translate a widget with the name *Text Box* that has a property *length*, the contents of *locales/ko-KR/translation.json* might look something like this example:
338338

@@ -347,7 +347,7 @@ These JSON files follow the format used by the i18next library, specifically v3.
347347

348348
Translations for a pluggable widget can also be provided by a module. This can be useful when you would like to provide a module that has more than one pluggable widget, or if your pluggable widget uses one or more [/apidocs-mxsdk/apidocs/frontend/design-properties/](design properties).
349349

350-
To achieve this, create a *locales/{language-code}/{widget ID}.json* file in the **Styling** folder of your module. You will have to replace any spaces and illegal path characters (if there are any) with underscores. The file name should be all lower case. For example, if your widget ID is *%My Pluggable Widget%*, the name of the file should be *_my_pluggable_widget_.json*. In addition, create a *locales/metadata.json* file. The resulting structure will look something like this example:
350+
To achieve this, create a *locales/{language-code}/{widget ID}.json* file in the **Styling** folder of your module. You will have to replace any spaces and illegal path characters (if there are any) with underscores. The file name should be all lower case. For example, if your widget ID is *%My Pluggable Widget%*, the name of the file should be **my_pluggable_widget*.json*. In addition, create a *locales/metadata.json* file. The resulting structure will look something like this example:
351351

352352
{{< figure src="/attachments/apidocs-mxsdk/apidocs/pluggable-widgets/translations.png" alt="A metadata.json file in the Styling/locales folder and a custom.widget.id.json file in the Styling/locales/ko-KR folder" class="no-border" max-width=50% >}}
353353

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-8/pluggable-widgets/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ description: "This API helps you to understand pluggable widgets, how they exten
88
---
99

1010
The following Mendix 8 pluggable widget API documents are available here:
11-

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-9/pluggable-widgets/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ description: "This API helps you to understand pluggable widgets, how they exten
88
---
99

1010
The following Mendix 9 pluggable widget API documents are available here:
11-

content/en/docs/control-center/entitlements/cloud-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ You can no longer purchase Legacy Cloud Resources Packs. You can now only purcha
9898
* Mendix Cloud Tokens are a specific type of Token used to access Cloud Resources in the Mendix Platform.
9999
* The number of Mendix Cloud Tokens required depends on the CRP you want.
100100
* You buy Tokens in advance, and can use them to obtain CRPs.
101-
* If you no longer need those resources, you can reuse the Token to obtain other CRPs, or keep it to be used later.
101+
* If you no longer need those resources, you can reuse the Token to obtain other CRPs, or keep it to be used later.

content/en/docs/deployment/mendix-cloud-deploy/change-plan.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Before requesting a plan change, verify the following:
3535
Changing your app environment's plan does not change the additional storage attached to it. To change the additional storage, you must request an [environment resize](/support/new-app-node-request-template/#resize) through [Mendix Support](https://support.mendix.com/).
3636
{{% /alert %}}
3737

38-
3938
## Changing a Plan {#changing-plan}
4039

4140
{{% alert color="info" %}}

content/en/docs/deployment/mendix-cloud-deploy/custom-domains.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ To create a CSR and an RSA (Rivest–Shamir–Adleman) encryption key, follow th
100100

101101
4. Click **Generate**.
102102

103-
104103
An SSL/TLS private key and a certificate request is generated. The certificate request will be shown in PEM (Privacy-Enhanced Mail) format.
105104

106105
{{< figure src="/attachments/deployment/mendix-cloud-deploy/custom-domains/new-pem-format.png" >}}

content/en/docs/developerportal/digital-execution/compass/lead-mendix-implementation-your-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,4 +950,4 @@ Here are some resources help familiarize yourself with the Mendix platform:
950950
* The [Mendix Partner Hub](https://www.mendix.com/partners/) allows you to explore our Partner Network.
951951
* The [Mendix Marketplace](https://marketplace.mendix.com/) provides access to modules, widgets, solutions, and other content provided by Mendix, partners or the community.
952952
* The [Siemens Annual Reports](https://www.siemens.com/global/en/company/investor-relations/events-publications-ad-hoc/annualreports.html?gclid=CjwKCAjwzo2mBhAUEiwAf7wjkpk1onH3tK1d_kOzGxjbQa5MTFF91cbKKfp7a6F3AS8mDpov1_M6choCbE8QAvD_BwE&acz=1) offer details on financial, corporate governance, and sustainability.
953-
* The [DEP Manual](https://www.mendix.com/resources/digital-execution-manual/) provides information about the 5 P’s and how to best leverage the Mendix low-code platform.
953+
* The [DEP Manual](https://www.mendix.com/resources/digital-execution-manual/) provides information about the 5 P’s and how to best leverage the Mendix low-code platform.

content/en/docs/developerportal/general/settings/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The page header displays the following information:
3333

3434
* The app image – You can change the image by clicking it.
3535
* The app name – You can change the name of the app by clicking the pencil icon next to it.
36-
Renaming the app in the Mendix Portal does not rename it in Studio Pro. The app name in Studio Pro is tied to its *.mpr* file. However, changing the name of the *.mpr* file is not supported, and we strongly advise against it. For more information, refer to the [Mendix MPR Storage ](/refguide/version-control/#mpr-format) section in *Version Control*.
36+
Renaming the app in the Mendix Portal does not rename it in Studio Pro. The app name in Studio Pro is tied to its *.mpr* file. However, changing the name of the *.mpr* file is not supported, and we strongly advise against it. For more information, refer to the [Mendix MPR Storage](/refguide/version-control/#mpr-format) section in *Version Control*.
3737
* The company that owns the app.
3838
* The **Watch** / **Stop Watching** toggle – You can enable or disable notifications for this app.
3939

0 commit comments

Comments
 (0)