diff --git a/website/content/docs/netlify-large-media.md b/website/content/docs/netlify-large-media.md index d3c1ad3a19c5..8c627c384c50 100644 --- a/website/content/docs/netlify-large-media.md +++ b/website/content/docs/netlify-large-media.md @@ -1,8 +1,9 @@ --- -title: Netlify Large Media group: Media weight: 20 +title: Netlify Large Media --- +**Note:** Netlify Large Media is deprecated as of September 1, 2023. Please refer to the deprecation notice in [Netlify's Support Forums](https://docs.netlify.com/large-media/overview/) (see deprecation notice). [Netlify Large Media](https://www.netlify.com/features/large-media/) is a [Git LFS](https://git-lfs.github.com/) implementation for repositories connected to Netlify sites. This means that you can use Git to work with large asset files like images, audio, and video, without bloating your repository. It does this by replacing the asset files in your repository with text pointer files, then uploading the assets to the Netlify Large Media storage service. @@ -12,9 +13,9 @@ If you have a Netlify site with Large Media enabled, Decap CMS (version 2.6.0 an To use Netlify Large Media with Decap CMS, you will need to do the following: -- [Upgrade Decap CMS](/docs/update-the-cms-version/) to version 2.6.0 or above. -- Configure Decap CMS to use the [Git Gateway backend with Netlify Identity](/docs/git-gateway-backend/#git-gateway-with-netlify-identity). -- Configure the Netlify site and connected repository to use Large Media, following the [Large Media docs on Netlify](https://www.netlify.com/docs/large-media/). +* [Upgrade Decap CMS](/docs/update-the-cms-version/) to version 2.6.0 or above. +* Configure Decap CMS to use the [Git Gateway backend with Netlify Identity](/docs/git-gateway-backend/#git-gateway-with-netlify-identity). +* Configure the Netlify site and connected repository to use Large Media, following the [Large Media docs on Netlify](https://www.netlify.com/docs/large-media/). When these are complete, you can use Decap CMS as normal, and the configured asset files will automatically be handled by Netlify Large Media. @@ -37,4 +38,4 @@ backend: name: git-gateway ## Set to false to prevent transforming images in media gallery view use_large_media_transforms_in_media_library: false -``` +``` \ No newline at end of file