diff --git a/content/desktop/extensions/_index.md b/content/desktop/extensions/_index.md index 4fb87cc53b..6b7c9585de 100644 --- a/content/desktop/extensions/_index.md +++ b/content/desktop/extensions/_index.md @@ -12,7 +12,7 @@ You can seamlessly connect your favorite development tools to your application d Anyone can use Docker Extensions and there is no limit to the number of extensions you can install. -![Extensions Marketplace](/assets/images/extensions4.25.webp) +![Extensions Marketplace](/assets/images/extensions.webp) ## What extensions are available? diff --git a/content/desktop/extensions/marketplace.md b/content/desktop/extensions/marketplace.md index c8ea5ef5b5..314ce49e4d 100644 --- a/content/desktop/extensions/marketplace.md +++ b/content/desktop/extensions/marketplace.md @@ -22,7 +22,7 @@ Self-published extensions are autonomously published by extension developers and To install an extension: 1. Open Docker Desktop. -2. From the Dashboard, select **Add Extensions** in the menu bar. +2. From the Docker Dashboard, select the **Extensions** tab. The Extensions Marketplace opens on the **Browse** tab. 3. Browse the available extensions. You can sort the list of extensions by **Recently added**, **Most installed**, or alphabetically. Alternatively, use the **Content** or **Categories** drop-down menu to search for extensions by whether they have been reviewed or not, or by category. @@ -32,12 +32,10 @@ From here, you can select **Open** to access the extension or install additional ## Update an extension -You can update any extension outside of Docker Desktop releases. To update an extension to the latest version: +You can update any extension outside of Docker Desktop releases. To update an extension to the latest version, navigate to the Docker Dashboard and select the **Manage** tab. + +The **Manage** tab displays with all your installed extensions. If an extension has a new version available, it displays an **Update** button. -1. Navigate to Docker Dashboard, and from the menu bar select the ellipsis to the right of **Extensions**. -2. Select **Manage**. - The **Manage** tab displays with all your installed extensions. If an extension has a new version available, it displays an **Update** button. -3. Select **Update**. ## Uninstall an extension @@ -47,6 +45,7 @@ You can uninstall an extension at any time. > > Any data used by the extension that's stored in a volume must be manually deleted. -1. From the menu bar, select the ellipsis to the right of **Extensions**. -2. Select **Manage**. This displays a list of extensions you've installed. +1. Navigate to the Docker Dashboard and select the **Manage** tab. + This displays a list of extensions you've installed. +2. Select the ellipsis to the right of extension you want to uninstall. 3. Select **Uninstall**. diff --git a/content/desktop/extensions/settings-feedback.md b/content/desktop/extensions/settings-feedback.md index 47cb23847a..6c1b08f858 100644 --- a/content/desktop/extensions/settings-feedback.md +++ b/content/desktop/extensions/settings-feedback.md @@ -53,10 +53,10 @@ update your settings: Feedback can be given to an extension author through a dedicated Slack channel or GitHub. To submit feedback about a particular extension: -1. Navigate to Docker Dashboard and from the menu bar select the ellipsis to the right of **Extensions**. -2. Select the **Manage** tab. -3. Select the extension you want to provide feedback on. -4. Scroll down to the bottom of the extension's description and, depending on the +1. Navigate to Docker Dashboard and select the **Manage** tab. + This displays a list of extensions you've installed. +2. Select the extension you want to provide feedback on. +3. Scroll down to the bottom of the extension's description and, depending on the extension, select: - Support - Slack diff --git a/static/assets/images/extensions.webp b/static/assets/images/extensions.webp new file mode 100644 index 0000000000..58b301f1b8 Binary files /dev/null and b/static/assets/images/extensions.webp differ diff --git a/static/assets/images/extensions4.25.webp b/static/assets/images/extensions4.25.webp deleted file mode 100644 index d3b0b5f0d1..0000000000 Binary files a/static/assets/images/extensions4.25.webp and /dev/null differ