Skip to content
Merged
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 @@ -8,7 +8,7 @@ tags: ["marketplace", "content creation", "guidelines", "modules"]

## Introduction

Follow these guidelines when developing modules and submitting them to the Marketplace:
Follow these guidelines when developing modules for the Marketplace:

* Create a folder named **USE_ME**, and add the microflows and pages that are relevant for the user.
* Create an empty folder with the version number as its name, which will appear in Studio Pro's App Explorer.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ These are the general guidelines for creating new Marketplace content:
* 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 you add content to the Marketplace, include in the component [documentation](/appstore/submit-content/#doc) any information that the end-user should know.
When you add content to the Marketplace, include in the component documentation any information that the end-user should know.

## Using a GitHub Repository {#github}

You can set up a GitHub repository to contain the development content for your Marketplace component. During the submission process, you can share the repository URL as the component source on the [Package](/appstore/submit-content/#package) page.
You can set up a GitHub repository to contain the development content for your Marketplace component. During the submission process, you can share the repository URL as the component source on the [Upload Component](/appstore/submit-content/#general) tab.

### GitHub Repository Guidelines

Expand All @@ -50,7 +50,7 @@ To create a new component release for the Mendix Marketplace, follow these steps

{{< figure src="/attachments/appstore/submit-content/github-releases.png" >}}

5. Link this GitHub release to the upcoming Mendix Marketplace release by mentioning the GitHub release number in the description. For more details, see the [Package](/appstore/submit-content/#package) and [Updating Existing Marketplace Content](/appstore/submit-content/#updating) sections in *Upload to the Marketplace*.
5. Link this GitHub release to the upcoming Mendix Marketplace release by mentioning the GitHub release number in the description. For more details, see the [Uploading a Component](/appstore/submit-content/#general) and [Updating Existing Marketplace Content](/appstore/submit-content/#updating) sections in *Upload to the Marketplace*.

## Preparing Your Submission

Expand Down
220 changes: 0 additions & 220 deletions content/en/docs/marketplace/create-content/upload-content/_index.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/en/docs/marketplace/genai/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Enrich Your Mendix App with GenAI Capabilities"
url: /appstore/modules/genai/
linktitle: "GenAI Capabilities of Mendix"
description: "Describes the general properties and common concepts of generative AI in the context of developing Mendix applications and illustrates the preferred way of leveraging platform-supported connectors in applications following the GenAI Commons patterns."
weight: 5
weight: 6
---

## Introduction {#introduction}
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/marketplace/overview/marketplace-home-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The search box at the top of the page allows you to explore the Mendix Marketpla
You can refine search results using the following filters:

* **Support** – Select between the available support categories. For details, see the [Marketplace Content Support](/appstore/marketplace-content-support/).
* **Visibility** – Choose whether you want to display [public](/appstore/submit-content/#public) or [private](/appstore/submit-content/#private) content.
* **Visibility** – Choose whether you want to display [public or private](/appstore/submit-content/#support-licensing) content.
* **Content Types** – Choose the type of content to display. For details, see the [Types of Marketplace Components](/appstore/#components-type) section in *Marketplace*.
* **Category** – Select specific domains in which components or services share characteristics, functions, or purposes.
* **Industry** – Select specific sectors or business domains in which components or services are used.
Expand All @@ -44,7 +44,7 @@ For details on finding and installing Marketplace content in Studio Pro, see the

Share new Marketplace content you have developed.

For details, see [Upload to the Marketplace](/appstore/submit-content/).
For details, see [Uploading Content to the Marketplace](/appstore/submit-content/).

## Get Studio Pro

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/marketplace/partner-solutions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Partner Solutions"
url: /appstore/partner-solutions/
description: "Presents details on the partner solutions available in the Mendix Marketplace."
weight: 6
weight: 7
no_list: false
description_list: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Platform-Supported Content"
url: /appstore/platform-supported-content/
weight: 4
weight: 5
description: ""
no_list: false
---
Expand Down
Loading