diff --git a/content/en/docs/marketplace/deprecate-content/_index.md b/content/en/docs/marketplace/deprecate-content/_index.md new file mode 100644 index 00000000000..8281becdf6f --- /dev/null +++ b/content/en/docs/marketplace/deprecate-content/_index.md @@ -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?] diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index 6e9e08cbf32..84b846e1bc8 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -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} diff --git a/content/en/docs/marketplace/overview/marketplace-home-page.md b/content/en/docs/marketplace/overview/marketplace-home-page.md index f42c778581c..81742bbfbb7 100644 --- a/content/en/docs/marketplace/overview/marketplace-home-page.md +++ b/content/en/docs/marketplace/overview/marketplace-home-page.md @@ -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. diff --git a/content/en/docs/marketplace/partner-solutions/_index.md b/content/en/docs/marketplace/partner-solutions/_index.md index 1a911a4be7d..e31a30abf62 100644 --- a/content/en/docs/marketplace/partner-solutions/_index.md +++ b/content/en/docs/marketplace/partner-solutions/_index.md @@ -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 --- diff --git a/content/en/docs/marketplace/platform-supported-content/_index.md b/content/en/docs/marketplace/platform-supported-content/_index.md index dccc24e0d57..2eb7563427e 100644 --- a/content/en/docs/marketplace/platform-supported-content/_index.md +++ b/content/en/docs/marketplace/platform-supported-content/_index.md @@ -1,7 +1,7 @@ --- title: "Platform-Supported Content" url: /appstore/platform-supported-content/ -weight: 5 +weight: 6 description: "" no_list: false --- diff --git a/content/en/docs/marketplace/upload-content/_index.md b/content/en/docs/marketplace/upload-content/_index.md index a70189246b5..a4aff9dc0c9 100755 --- a/content/en/docs/marketplace/upload-content/_index.md +++ b/content/en/docs/marketplace/upload-content/_index.md @@ -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/ diff --git a/content/en/docs/marketplace/use-content/_index.md b/content/en/docs/marketplace/use-content/_index.md index 7b6fd275aca..4a0aa6313eb 100644 --- a/content/en/docs/marketplace/use-content/_index.md +++ b/content/en/docs/marketplace/use-content/_index.md @@ -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: diff --git a/content/en/docs/releasenotes/marketplace/general-marketplace.md b/content/en/docs/releasenotes/marketplace/general-marketplace.md index 0e6c24dc9ca..891956de5cb 100644 --- a/content/en/docs/releasenotes/marketplace/general-marketplace.md +++ b/content/en/docs/releasenotes/marketplace/general-marketplace.md @@ -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