Skip to content
Draft
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
28 changes: 28 additions & 0 deletions content/en/docs/marketplace/deprecate-content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "Deprecating Marketplace Content"
url: /appstore/deprecate-content/
weight: 4
description_list: true
description: "Describes how to deprecate components on the Mendix Marketplace."
---

## Introduction

You can deprecate components that are no longer supported or maintained, or that have better alternatives. This offers Marketplace users a clear view of which components are not recommended, as well as which components they can use instead.

Follow these steps to deprecate a component:

1. Access the **My Content** page by clicking **My Content** in the Marketplace **Personal** section.
2. In the **Actions** menu of the component you want to deprecate, click **Deprecate**.
3. In the **Deprecate Component** window that opens, fill in the following information:

* Add a **Reason for deprecation**. This is a mandatory field.
* Choose one or more alternative components that can be used instead of the one you are deprecating. This is optional.

4. Click **Deprecate Component**.

A badge is now displayed across the component's Marketplace page, letting users know why it was deprecated, and what alternative components are recommended by Mendix.

## Permissions

[Who can deprecate components?]
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: 6
weight: 7
---

## Introduction {#introduction}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ On this page, you can see the Marketplace content for which you have created at

Click the name of the component to access its [details page](/appstore/component-details/).

Click the context menu to access options for managing your content:

{{< figure src="/attachments/appstore/marketplace-home-page/my-content.png" width="400" class="no-border" >}}
Click the contextual **Action** menu to access options for managing your content:

* **Manage Drafts** – Manage the drafts of the component.
* Only one draft version of a component can exist at a time, so when one draft version is in progress, you cannot initiate another.
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: 7
weight: 8
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: 5
weight: 6
description: ""
no_list: false
---
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/marketplace/upload-content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Uploading Content to the Marketplace"
url: /appstore/submit-content/
weight: 3
description_list: true
description: "Describes how to submit content to the Mendix Marketplace content."
description: "Describes how to submit content to the Mendix Marketplace."
tags: ["marketplace", "public marketplace", "private marketplace", widget", "module"]
aliases:
- /appstore/overview/share-content/
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/marketplace/use-content/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Using Marketplace Content"
url: /appstore/use-content/
weight: 4
weight: 5
description: "Covers the basics of how to access the Marketplace from Studio Pro and provides examples of how to add a widget and module to your app."
no_list: false
aliases:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ aliases:

These release notes cover changes made to the [Mendix Marketplace](/appstore/).

### December __, 2025

### New Features

* You can now deprecate Marketplace components that are no longer maintained. This helps keep a clean and reliable Marketplace ecosystem, with full visibility into the content that is no longer supported, as well as its recommended alternatives.
For details, refer to [Deprecating Marketplace Content](/appstore/deprecate-content/).

### October 9, 2025

#### Improvements
Expand Down