From bb1d82d24c1ca38718580fdeab2423e22b8a55cd Mon Sep 17 00:00:00 2001
From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com>
Date: Wed, 5 Aug 2026 02:22:15 +0000
Subject: [PATCH] Document folder context menu actions in Media Library
Add section documenting the per-folder '...' actions menu (copy link,
move, delete) introduced in the future Media Library feature.
---
docusaurus/docs/cms/features/media-library.md | 38 +++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/docusaurus/docs/cms/features/media-library.md b/docusaurus/docs/cms/features/media-library.md
index 789c89de82..e592d88173 100644
--- a/docusaurus/docs/cms/features/media-library.md
+++ b/docusaurus/docs/cms/features/media-library.md
@@ -821,6 +821,44 @@ Once created, a folder can be renamed, moved or deleted.
2. In the window that pops up, update the name and location with the _Name_ field and _Location_ drop-down list, respectively.
3. Click **Save**.
+#### Using the folder actions menu
+
+
+
+
+
+Each folder in the Media Library has a button that opens a context menu. The menu provides 3 actions for that folder: **Copy link to folder**, **Move to folder**, and **Delete folder**.
+
+The context menu is available in both grid and list views. It always acts on the folder from which it was opened, regardless of any current multi-selection.
+
+To copy a folder link:
+
+1. Hover over a folder and click the button.
+2. Click **Copy link to folder**.
+
+The folder URL is copied to your clipboard.
+
+To move a folder using the context menu:
+
+1. Hover over a folder and click the button.
+2. Click **Move to folder**.
+3. Select the destination folder from the location list.
+4. Click **Move**.
+
+:::note
+The destination list excludes the folder itself, its subfolders, and its current parent folder.
+:::
+
+To delete a folder using the context menu:
+
+1. Hover over a folder and click the button.
+2. Click **Delete folder**.
+3. In the confirmation dialog, click **Confirm**.
+
+:::warning
+Deleting a folder also deletes all its subfolders and assets.
+:::
+
#### Deleting folders
Deleting a folder can be done either from the list of folders of the Media Library, or when editing a single folder.