Skip to content

Commit 4e84940

Browse files
committed
Respond to linting errors
1 parent d9903db commit 4e84940

File tree

7 files changed

+31
-25
lines changed

7 files changed

+31
-25
lines changed

content/en/docs/appstore/create-content/create-modules/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The guidelines to develop modules and submit them to the Marketplace as as follo
1717
* For Java dependencies, follow the following guidelines:
1818

1919
* In versions Mendix 10.3.0 and above, use [managed dependencies](/refguide/managed-dependencies/) where possible. For versions below 10.3, ensure that Java dependencies are put in the `userlib` folder. You should also put any [unmanaged dependencies](/refguide/managed-dependencies/#unmanaged), that is, non-publicly-available *.jar* files, in the **userlib** folder.
20+
2021
* When putting *.jar* files in the **userlib** folder, make sure the name includes a version number (for example, `org.apache.commons.io-2.3.0.jar`) and is accompanied by a blank `{jarfile-including-version}.{module_name}.RequiredLib` file so that users know where the .*jar* files come from (for example, for the module *MyModule*, `org.apache.commons.io-2.3.0.jar.MyModule.RequiredLib`).
2122

2223
{{< figure src="/attachments/appstore/submit-content/userlibBlankFiles_boxed.jpg" width="400" >}}

content/en/docs/appstore/use-content/platform-supported-content/modules/snowflake/mendix-data-loader.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,21 @@ Once the Mendix Data Loader is deployed, follow these steps to configure and use
4848
5. To view the status of your data source, check the **Details**.
4949
6. To view the configuration status, click the **Authentication Configuration** tab.
5050
7. To set up authentication, click **Edit**, and then provide the required information based on the selected authentication type:
51-
*For basic authentication, enter the following information:
52-
* **Username** – A username for basic authentication into the OData resource in your Mendix application
53-
***Password** – A password for basic authentication into the OData resource in your Mendix application
54-
* For OAuth authentication, enter the following information:
55-
***Client ID** – A client ID from your OAuth provider
56-
* **Client Secret** – A secret associated with the client from your OAuth provider
57-
***Token Endpoint** – An endpoint at which the token will be validated by your OAuth provider
58-
* **Allowed Scopes** – Allowed and custom scopes configured on the client from your OAuth provider
59-
* **Access Token Validity** – Duration (in seconds) for which the access token is valid
51+
52+
[//]: # (<!-- markdownlint-disable no-space-in-emphasis -->)
53+
54+
* For basic authentication, enter the following information:
55+
* **Username** – A username for basic authentication into the OData resource in your Mendix application
56+
* **Password** – A password for basic authentication into the OData resource in your Mendix application
57+
* For OAuth authentication, enter the following information:
58+
* **Client ID** – A client ID from your OAuth provider
59+
* **Client Secret** – A secret associated with the client from your OAuth provider
60+
* **Token Endpoint** – An endpoint at which the token will be validated by your OAuth provider
61+
* **Allowed Scopes** – Allowed and custom scopes configured on the client from your OAuth provider
62+
* **Access Token Validity** – Duration (in seconds) for which the access token is valid
63+
64+
[//]: # (<!-- markdownlint-enable no-space-in-emphasis -->)
65+
6066
8. Click **Generate Script**.
6167
9. Click **Back** to return to the **Details** page.
6268
10. Click the **Ingestion Configuration** tab to set up your ingestion destination table.
@@ -77,7 +83,7 @@ Once the Mendix Data Loader is deployed, follow these steps to configure and use
7783
16. Click **Schedule Ingestion Task**.
7884
17. To view the created task, go to the **Task Management** tab, where you can monitor performed ingestion jobs, suspend or enable the task, or drop it. Currently, only one ingestion task can exist at a time.
7985
18. Grant the application **USAGE** privilege on a warehouse to enable scheduling of data ingestions. All data ingestions use the same warehouse.
80-
You are now redirected to the **Details** page, where you can see the status of the last three ingestionse.
86+
You are now redirected to the **Details** page, where you can see the status of the last three ingestions.
8187
19. To view the ingested data, access the schema specified in the target database within your Snowflake environment.
8288

8389
The ingested data is stored in the target schema of the specified target database, created by the Mendix Data Loader application. This target schema serves as a staging area. After each ingestion, copy the tables from the target schema to the desired database and schema that you want to use to store the ingested data.
@@ -125,7 +131,7 @@ Additionally, you may need to verify custom claims specific to your OAuth provid
125131

126132
## Setting up the App Client in your OAuth Provider
127133

128-
When setting up the OAuth provider to be able to use it with the Mendix Data Loader, you must specify aredirect URL in order for the authorization server to redirect the user back to the application. The redirect URL from your Snowflake environment has the following format:
134+
When setting up the OAuth provider to be able to use it with the Mendix Data Loader, you must specify a redirect URL in order for the authorization server to redirect the user back to the application. The redirect URL from your Snowflake environment has the following format:
129135

130136
```
131137
https://apps-api.c1.<cloud_region_id>.<cloud>.app.snowflake.com/oauth/complete-secret

content/en/docs/developerportal/portfolio-management/initiatives-overview/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ Only Portfolio Managers and Contributors from the same company as the portfolio
151151

152152
1. Make sure that [you have linked the Jira project to your portfolio](/developerportal/portfolio-management/integrate-with-jira/#link-jira-project).
153153
2. At the bottom of the **Epics** section, click **+ Add Jira Epics**.
154-
2. Select the Jira project to which the epics belong.
155-
3. Select the Jira epics. You can search by its full key or summary.
154+
3. Select the Jira project to which the epics belong.
155+
4. Select the Jira epics. You can search by its full key or summary.
156156
5. Click **Add** to link the selected epics to the initiative.
157157
6. If you need to link epics in other Jira projects to this initiative, repeat the steps from 2 to 5, until you link all the epics. You can link up to a maximum of 20 Jira epics per initiative.
158158

content/en/docs/developerportal/portfolio-management/integrate-with-jira.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@ To connect your portfolio to Jira, follow these steps:
6262
* **Account**: This is the login name (the email address) of a user on the Jira platform with project access rights.
6363
* **API Token**: This is a valid API token issued by the Jira platform and assigned to the above-mentioned account. For more information on how to get this API token, see [Manage API tokens for your Atlassian account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
6464

65-
5. Click **Next**.
66-
6. Select the Jira projects you want to link to your portfolio. You can link up to a maximum of 20 Jira projects per portfolio.
65+
7. Click **Next**.
66+
8. Select the Jira projects you want to link to your portfolio. You can link up to a maximum of 20 Jira projects per portfolio.
6767

6868
{{< figure src="/attachments/developerportal/portfolio-management/integrate-with-jira/jira-configuration-wizard-page-3.png" >}}
6969

70-
7. Click **Save**.
70+
9. Click **Save**.
7171

7272
Once the configuration is completed, your portfolio is connected to Jira, and you can see the following:
7373

7474
{{< figure src="/attachments/developerportal/portfolio-management/integrate-with-jira/jira-integration-linked-projects.png" >}}
7575

7676
* A card with the details of your Jira integration and the **Edit Configuration** button, which enables you to [edit the current configuration of the integration](#edit-configuration).
77-
* A list with the Jira projects that are linked to this portfolio, which contains the folllowing items:
77+
* A list with the Jira projects that are linked to this portfolio, which contains the following items:
7878

7979
* Project icon – This is the icon of the linked Jira project.
8080
* **Name** – This is the name of the linked Jira project.
@@ -99,7 +99,7 @@ If you want to edit your existing Jira configuration, for example to rotate the
9999
## Deleting Jira Configuration
100100

101101
{{% alert color="warning" %}}
102-
If you already have [linked Jira projects](#link-jira-project) to the portoflio, after you delete the Jira configuration, the linked Jira projects will be unlinked from the portfolio automatically.
102+
If you already have [linked Jira projects](#link-jira-project) to the portfolio, after you delete the Jira configuration, the linked Jira projects will be unlinked from the portfolio automatically.
103103
{{% /alert %}}
104104

105105
To delete a configuration, do the following steps:
@@ -144,4 +144,4 @@ If you already have [linked epics from the Jira project to an initiative](/devel
144144

145145
{{< figure src="/attachments/developerportal/portfolio-management/integrate-with-jira/warning-jira-project-unlink.png" >}}
146146

147-
4. Click **Unlink** to confirm your action.
147+
5. Click **Unlink** to confirm your action.

content/en/docs/refguide/installation/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The Mendix Studio Pro installation experience includes all the tools and framewo
8989

9090
It is possible to prepare the prerequisite installers beforehand so the setup process can pick them up instead of downloading them from the remote location. Follow these steps to prepare the installers:
9191

92-
5. Rename the following dependencies:
92+
1. Rename the following dependencies:
9393
* Rename the Visual C++ Redistributable for Visual Studio 2019 (x64) executable (for example, *VC_redist.x64.exe*) to*vcredist2019_x64.exe*
9494
* Rename the `latest` executable to *mendix_native_mobile_builder.exe*
9595
* Rename the *Git-{version}-64-bit.exe* executable to *git_for_windows_installer.exe*
@@ -101,7 +101,7 @@ It is possible to prepare the prerequisite installers beforehand so the setup pr
101101
* For Studio Pro versions 10.11.0 and above, rename the Java Development Kit 21 (x64) *msi* (for example, *OpenJDK21U-jdk_x64_windows_hotspot_21.0.4_7.msi*) to *adoptiumjdk_21_x64.msi*
102102
* Do not rename the Microsoft Edge WebView2 Evergreen Runtime installer *MicrosoftEdgeWebview2Setup.exe*; keep it as is
103103

104-
6. Run the installer as described in the [Installing Mendix Studio Pro](#install) section above.
104+
2. Run the installer as described in the [Installing Mendix Studio Pro](#install) section above.
105105

106106
If an error occurs during JDK installation, try the following:
107107

content/en/docs/refguide/modeling/integration/use-extensions/use-the-external-database-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Do the following:
153153

154154
b. If **Update Entity** is selected, you can see changes that will be made to the existing entity. Click **Update Entity** to save the query and the changes made to the entity in the domain model.
155155

156-
{{< figure src="/attachments/refguide/modeling/integration/use-the-external-database-connector/5b.png" width="600" >}}
156+
{{< figure src="/attachments/refguide/modeling/integration/use-the-external-database-connector/5b.png" width="600" >}}
157157

158158
## Call Stored Procedure
159159

content/en/docs/support/submit-support-request.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,8 @@ To submit a request with Mendix Support, follow these steps:
9090
6. Fill in the other fields for the issue type you selected, including [Priority](#request-priority).
9191
7. Optionally, enable the check box that grants Mendix Support permission to access your logs for the purpose of diagnosing and troubleshooting the issue.
9292

93-
{{% alert color="info" %}}
94-
Although not required, granting this permission is highly recommended because it greatly enhances Mendix Support's ability to assist you effectively. Without it, diagnosing and resolving any issues you encounter may be challenging, potentially impacting the level of support that Mendix Support can provide. Any logs collected are strictly used for providing help on your ticket and are handled with the utmost care.
95-
{{% /alert %}}
93+
{{% alert color="info" %}}Although not required, granting this permission is highly recommended because it greatly enhances Mendix Support's ability to assist you effectively. Without it, diagnosing and resolving any issues you encounter may be challenging, potentially impacting the level of support that Mendix Support can provide. Any logs collected are strictly used for providing help on your ticket and are handled with the utmost care.
94+
{{% /alert %}}
9695

9796
8. Make sure all your attachments have finished uploading before clicking **Next**.
9897

0 commit comments

Comments
 (0)