From 3547e52a05a876d36f78c42243d4915d2fcdf06c Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:17:59 +0000 Subject: [PATCH 1/5] Update editor/media.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- editor/media.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/media.mdx b/editor/media.mdx index d3a18bb81..207b1eeba 100644 --- a/editor/media.mdx +++ b/editor/media.mdx @@ -1,10 +1,10 @@ --- title: "Add media" -description: "Upload, organize, and use images and assets in your documentation." +description: "Upload and manage images and assets in your documentation." keywords: ["editor", "media", "images", "assets"] --- -Use the media manager to upload and organize images and other assets in your documentation. +Use the media manager to upload and manage images and other assets in your documentation. ## Access the media manager From ecf94be38ef676dd3d11b1160e16263d7a6e1a5c Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:18:06 +0000 Subject: [PATCH 2/5] Update editor/media.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- editor/media.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/media.mdx b/editor/media.mdx index 207b1eeba..bcf0b5821 100644 --- a/editor/media.mdx +++ b/editor/media.mdx @@ -8,7 +8,7 @@ Use the media manager to upload and manage images and other assets in your docum ## Access the media manager -Access the media manager from the bottom of the left panel in the editor. +Access the media manager by clicking **Assets** at the bottom of the left panel in the editor. Media manager in the sidebar in light mode From d90a036e47644354cd258f0028201f7b5eb4f2ee Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:18:12 +0000 Subject: [PATCH 3/5] Update editor/media.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- editor/media.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/media.mdx b/editor/media.mdx index bcf0b5821..50d54ebb0 100644 --- a/editor/media.mdx +++ b/editor/media.mdx @@ -17,7 +17,7 @@ Access the media manager by clicking **Assets** at the bottom of the left panel ## Upload assets -To upload files, drag them into the media manager or click the **Add** button to select files from your computer. +To upload files, click the **Upload** button and select files from your computer. **Supported file types:** From 7cdb743ddd65c37104e3504ffc12e3968ecc46ce Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:18:22 +0000 Subject: [PATCH 4/5] Update editor/media.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- editor/media.mdx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/editor/media.mdx b/editor/media.mdx index 50d54ebb0..d9f609319 100644 --- a/editor/media.mdx +++ b/editor/media.mdx @@ -26,23 +26,19 @@ To upload files, click the **Upload** button and select files from your computer - **Fonts**: TTF, WOFF, WOFF2 - **Other**: PDF, ICO (favicons) -## Organize assets +## Manage assets -Use folders to group related images, separate light and dark mode assets, or organize by feature area. +### Configure assets -To create a new folder, click **Add**. +To configure an asset, right-click on it or click the **...** button and select **Configure**. You can rename the file and view its size. -### Move assets +### Copy asset path -Drag and drop assets to move them between folders. File paths update automatically when you move assets. - -### Rename assets - -To rename an asset, click the **...** button beside the asset name and then click **Rename**. References to renamed assets update automatically. +To copy an asset's path, right-click on it or click the **...** button and select **Copy path**. ### Delete assets -To delete an asset, click the **...** button beside the asset name and then click **Delete**. +To delete an asset, right-click on it or click the **...** button and select **Delete**. ## Use media in documentation From b4a97f36287983c1acd6285f12674513904f35c4 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:18:30 +0000 Subject: [PATCH 5/5] Update editor/media.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- editor/media.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/media.mdx b/editor/media.mdx index d9f609319..e9fb19a16 100644 --- a/editor/media.mdx +++ b/editor/media.mdx @@ -58,5 +58,4 @@ To delete an asset, right-click on it or click the **...** button and select **D - **Use descriptive names**: Name files clearly. For example, `api-dashboard-light.png` instead of `img1.png`. - **Add alt text**: Always provide descriptive alt text for accessibility and SEO. -- **Organize folders**: Group related assets in folders for easier management. - **Use appropriate formats**: PNG for graphics with transparency, JPG for photos, SVG for icons and logos.