Skip to content

Proofreading - Marketplace Home Page #9444

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: development
Choose a base branch
from
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 3
tags: ["marketplace", "content creation", "guidelines", "modules"]
---

## 1 Introduction
## Introduction

The guidelines to develop modules and submit them to the Marketplace as as follows:

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/appstore/create-content/create-widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 2
tags: ["marketplace", "content creation", "guidelines", "widgets"]
---

## 1 Introduction
## Introduction

The guidelines to develop widgets submit them to the Marketplace as as follows:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ When you prepare a product and submit it to the public Marketplace, follow the g

### General Guidelines{#general}

Below are the general guidelines for creating new Marketplace content:
These are the general guidelines for creating new Marketplace content:

* Set up a separate app to build and maintain your Marketplace component.
* Use the latests MTS or LTS of any major Studio Pro version when creating the item. If that is not possible, then use the earliest version of any major Studio Pro version.
* Ensure that any latest version of your product supports at least one Mendix LTS versions or Mendix MTS versions.
* Your products must be complete and fully functional, as advertised upon submission.
* In Mendix 10.21.0 and above, do not use direct associations in your module as this can cause issues when it is imported.
* Use the latest MTS or LTS of any major Studio Pro version when creating the item. If that is not possible, then use the earliest version of any major Studio Pro version.
* Ensure that the latest version of your product supports at least one Mendix LTS version or Mendix MTS version.
* Your product must be complete and fully functional, as advertised upon submission.
* In Mendix 10.21.0 and above, do not use direct associations in your module, as this can cause issues when it is imported.

When adding the content to the Marketplace, add information the end-user should know to the component [documentation](/appstore/submit-content/#doc).
When you add content to the Marketplace, include in the component [documentation](/appstore/submit-content/#doc) any information that the end-user should know.

### Using a GitHub Repo {#github}

Expand Down
Loading