From 6ed80f604c3bb69e557b93181d1353df659f9ba2 Mon Sep 17 00:00:00 2001
From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Date: Tue, 7 Oct 2025 09:21:00 -0700
Subject: [PATCH 1/3] document which file types are gated
---
create/files.mdx | 28 +++++++++++++++++++++++++---
1 file changed, 25 insertions(+), 3 deletions(-)
diff --git a/create/files.mdx b/create/files.mdx
index bde1d82a5..24f6240b3 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -9,9 +9,7 @@ This works for any file type you want to make available to your users, including
Files must be less than 20 MB for images and 100 MB for other file types.
-## Supported file extensions
-
-Mintlify supports the following static file extensions.
+## Supported file types
### Image formats
- `.jpeg`, `.jpg`, `.jfif`, `.pjpeg`, `.pjp`
@@ -44,7 +42,17 @@ Mintlify supports the following static file extensions.
- `.wma`
- `.m4a`
+### Font formats
+- `.woff`
+- `.woff2`
+- `.ttf`
+- `.otf`
+- `.eot`
+
### Document formats
+
+Document formats are only available for Enterprise plans.
+
- `.pdf`
- `.txt`
- `.doc`, `.docx`
@@ -54,10 +62,24 @@ Mintlify supports the following static file extensions.
- `.odt`, `.ods`, `.odp`
### Data formats
+
+Data formats are only available for Enterprise plans.
+
- `.csv`
- `.tsv`
- `.xml`
+### Archive formats
+
+Archive formats are only available for Enterprise plans.
+
+- `.zip`
+- `.rar`
+- `.7z`
+- `.tar`
+- `.gz`
+- `.bz2`
+
## File organization
Organize your files using folders to keep your repository easy to navigate:
From acf8d762ddd55d01909f6e0ceff55d3f6178c22e Mon Sep 17 00:00:00 2001
From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Date: Tue, 7 Oct 2025 10:05:31 -0700
Subject: [PATCH 2/3] include OpenAPI specs
---
create/files.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/create/files.mdx b/create/files.mdx
index 24f6240b3..1c32c6bb7 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -5,7 +5,7 @@ description: "Serve static assets from your documentation"
Mintlify automatically serves static assets from your documentation repository at the appropriate path on your domain. For example, if you have `/images/my-logo.png` in your repo, the image file is available at `https://docs.your-project.com/images/my-logo.png`.
-This works for any file type you want to make available to your users, including images, PDFs, videos, or schemas.
+This works for any file type you want to make available to your users, including OpenAPI specifications, images, videos, and more.
Files must be less than 20 MB for images and 100 MB for other file types.
From 05149026bd37cc0c8c3409ff44d7acc30391986a Mon Sep 17 00:00:00 2001
From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Date: Tue, 7 Oct 2025 10:08:02 -0700
Subject: [PATCH 3/3] copyedit
---
create/files.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/create/files.mdx b/create/files.mdx
index 1c32c6bb7..526b296ac 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -5,7 +5,7 @@ description: "Serve static assets from your documentation"
Mintlify automatically serves static assets from your documentation repository at the appropriate path on your domain. For example, if you have `/images/my-logo.png` in your repo, the image file is available at `https://docs.your-project.com/images/my-logo.png`.
-This works for any file type you want to make available to your users, including OpenAPI specifications, images, videos, and more.
+You can make any supported file type available to your users, including OpenAPI specifications, images, videos, and more.
Files must be less than 20 MB for images and 100 MB for other file types.