From 28074520243729b505c9cc6623ed9424f999041b Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Tue, 28 Oct 2025 04:04:35 +0000
Subject: [PATCH 01/16] Update create/files.mdx
---
create/files.mdx | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/create/files.mdx b/create/files.mdx
index 526b296ac..96f7d4e15 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -53,6 +53,8 @@ Files must be less than 20 MB for images and 100 MB for other file types.
Document formats are only available for Enterprise plans.
+Enterprise file types are not supported for deployments using authentication. Files cannot be served when access control is enabled.
+
- `.pdf`
- `.txt`
- `.doc`, `.docx`
@@ -65,6 +67,8 @@ Files must be less than 20 MB for images and 100 MB for other file types.
Data formats are only available for Enterprise plans.
+Enterprise file types are not supported for deployments using authentication. Files cannot be served when access control is enabled.
+
- `.csv`
- `.tsv`
- `.xml`
@@ -73,6 +77,8 @@ Files must be less than 20 MB for images and 100 MB for other file types.
Archive formats are only available for Enterprise plans.
+Enterprise file types are not supported for deployments using authentication. Files cannot be served when access control is enabled.
+
- `.zip`
- `.rar`
- `.7z`
From 147983cdec35e464c17a92634fc3abcab2964c29 Mon Sep 17 00:00:00 2001
From: dino475
Date: Mon, 27 Oct 2025 21:10:15 -0700
Subject: [PATCH 02/16] editing for clarity
---
create/files.mdx | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/create/files.mdx b/create/files.mdx
index 96f7d4e15..f52326041 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -51,9 +51,7 @@ Files must be less than 20 MB for images and 100 MB for other file types.
### Document formats
-Document formats are only available for Enterprise plans.
-
-Enterprise file types are not supported for deployments using authentication. Files cannot be served when access control is enabled.
+Document formats are only available for Enterprise plans (except when using authentication).
- `.pdf`
- `.txt`
@@ -65,9 +63,7 @@ Files must be less than 20 MB for images and 100 MB for other file types.
### Data formats
-Data formats are only available for Enterprise plans.
-
-Enterprise file types are not supported for deployments using authentication. Files cannot be served when access control is enabled.
+Data formats are only available for Enterprise plans (except when using authentication).
- `.csv`
- `.tsv`
@@ -75,9 +71,7 @@ Files must be less than 20 MB for images and 100 MB for other file types.
### Archive formats
-Archive formats are only available for Enterprise plans.
-
-Enterprise file types are not supported for deployments using authentication. Files cannot be served when access control is enabled.
+Archive formats are only available for Enterprise plans (except when using authentication).
- `.zip`
- `.rar`
From 301f1fb0d651e2ce347ee7b775ccf93cada7bce0 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Tue, 28 Oct 2025 04:20:50 +0000
Subject: [PATCH 03/16] Update create/files.mdx
---
create/files.mdx | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/create/files.mdx b/create/files.mdx
index f52326041..39735ea05 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -51,7 +51,7 @@ Files must be less than 20 MB for images and 100 MB for other file types.
### Document formats
-Document formats are only available for Enterprise plans (except when using authentication).
+Document formats are only available for Enterprise plans.
- `.pdf`
- `.txt`
@@ -63,7 +63,7 @@ Files must be less than 20 MB for images and 100 MB for other file types.
### Data formats
-Data formats are only available for Enterprise plans (except when using authentication).
+Data formats are only available for Enterprise plans.
- `.csv`
- `.tsv`
@@ -71,7 +71,7 @@ Files must be less than 20 MB for images and 100 MB for other file types.
### Archive formats
-Archive formats are only available for Enterprise plans (except when using authentication).
+Archive formats are only available for Enterprise plans.
- `.zip`
- `.rar`
@@ -80,6 +80,12 @@ Files must be less than 20 MB for images and 100 MB for other file types.
- `.gz`
- `.bz2`
+## Authentication limitations
+
+
+Static file serving is not supported when authentication is enabled on your deployment. This applies to all file types, including images, videos, documents, and other assets. Files cannot be served at their repository paths when authentication is configured.
+
+
## File organization
Organize your files using folders to keep your repository easy to navigate:
From ee2f3c6d681d1e9ca60147348b113becd9c0ce02 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Tue, 28 Oct 2025 04:26:54 +0000
Subject: [PATCH 04/16] Update create/files.mdx
---
create/files.mdx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/create/files.mdx b/create/files.mdx
index 39735ea05..de2c6c74e 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -51,7 +51,7 @@ Files must be less than 20 MB for images and 100 MB for other file types.
### Document formats
-Document formats are only available for Enterprise plans.
+Document formats are only available for Enterprise plans and are not supported when authentication is enabled.
- `.pdf`
- `.txt`
@@ -63,7 +63,7 @@ Files must be less than 20 MB for images and 100 MB for other file types.
### Data formats
-Data formats are only available for Enterprise plans.
+Data formats are only available for Enterprise plans and are not supported when authentication is enabled.
- `.csv`
- `.tsv`
@@ -71,7 +71,7 @@ Files must be less than 20 MB for images and 100 MB for other file types.
### Archive formats
-Archive formats are only available for Enterprise plans.
+Archive formats are only available for Enterprise plans and are not supported when authentication is enabled.
- `.zip`
- `.rar`
From 5e573e6ef8b85665ebe862c217997e0ec458d9e5 Mon Sep 17 00:00:00 2001
From: dino475
Date: Mon, 27 Oct 2025 21:29:59 -0700
Subject: [PATCH 05/16] update: for all file types
---
create/files.mdx | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/create/files.mdx b/create/files.mdx
index f52326041..58088c956 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -9,6 +9,10 @@ You can make any supported file type available to your users, including OpenAPI
Files must be less than 20 MB for images and 100 MB for other file types.
+
+File serving is not supported for documentation sites with authentication enabled. If your site requires authentication, static files will not be accessible at their direct URLs.
+
+
## Supported file types
### Image formats
From 9c6cd7280e85f3f8efc28d6bc7a24eb1167d1701 Mon Sep 17 00:00:00 2001
From: Dean from Mintlify
Date: Tue, 28 Oct 2025 09:51:00 -0700
Subject: [PATCH 06/16] Update create/files.mdx
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
---
create/files.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/create/files.mdx b/create/files.mdx
index 0d230d36c..daa65ae9b 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -9,7 +9,7 @@ You can make any supported file type available to your users, including OpenAPI
Files must be less than 20 MB for images and 100 MB for other file types.
-
+
File serving is not supported for documentation sites with authentication enabled. If your site requires authentication, static files will not be accessible at their direct URLs.
From 439795012db9a03f02d2dd29e9f77228ef572e5f Mon Sep 17 00:00:00 2001
From: Dean from Mintlify
Date: Tue, 28 Oct 2025 09:51:10 -0700
Subject: [PATCH 07/16] Update create/files.mdx
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
---
create/files.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/create/files.mdx b/create/files.mdx
index daa65ae9b..75bfe9b4d 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -67,7 +67,7 @@ File serving is not supported for documentation sites with authentication enable
### Data formats
-Data formats are only available for Enterprise plans and are not supported when authentication is enabled.
+Data formats are only available for Custom plans and are not supported when authentication is enabled.
- `.csv`
- `.tsv`
From 14c0f981442cd8b538c00a56c2f6ae4b6661c93b Mon Sep 17 00:00:00 2001
From: Dean from Mintlify
Date: Tue, 28 Oct 2025 09:51:16 -0700
Subject: [PATCH 08/16] Update create/files.mdx
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
---
create/files.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/create/files.mdx b/create/files.mdx
index 75bfe9b4d..964e811eb 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -11,7 +11,7 @@ Files must be less than 20 MB for images and 100 MB for other file types.
File serving is not supported for documentation sites with authentication enabled. If your site requires authentication, static files will not be accessible at their direct URLs.
-
+
## Supported file types
From deba90bbc0ddaee994572686fd020ae41d5b5d3a Mon Sep 17 00:00:00 2001
From: Dean from Mintlify
Date: Tue, 28 Oct 2025 09:51:23 -0700
Subject: [PATCH 09/16] Update create/files.mdx
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
---
create/files.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/create/files.mdx b/create/files.mdx
index 964e811eb..21ae6b5c5 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -55,7 +55,7 @@ File serving is not supported for documentation sites with authentication enable
### Document formats
-Document formats are only available for Enterprise plans and are not supported when authentication is enabled.
+Document formats are only available for Custom plans and are not supported when authentication is enabled.
- `.pdf`
- `.txt`
From 840516c03492fb2d39133fc08468c7a656ae6916 Mon Sep 17 00:00:00 2001
From: Dean from Mintlify
Date: Tue, 28 Oct 2025 09:51:33 -0700
Subject: [PATCH 10/16] Update create/files.mdx
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
---
create/files.mdx | 1 -
1 file changed, 1 deletion(-)
diff --git a/create/files.mdx b/create/files.mdx
index 21ae6b5c5..fb988c0d0 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -85,7 +85,6 @@ File serving is not supported for documentation sites with authentication enable
- `.bz2`
## Authentication limitations
-
Static file serving is not supported when authentication is enabled on your deployment. This applies to all file types, including images, videos, documents, and other assets. Files cannot be served at their repository paths when authentication is configured.
From 055fe2aa4d1b8b87780601812351ede97fac587a Mon Sep 17 00:00:00 2001
From: Dean from Mintlify
Date: Tue, 28 Oct 2025 09:51:51 -0700
Subject: [PATCH 11/16] Update create/files.mdx
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
---
create/files.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/create/files.mdx b/create/files.mdx
index fb988c0d0..4f83b001e 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -75,7 +75,7 @@ File serving is not supported for documentation sites with authentication enable
### Archive formats
-Archive formats are only available for Enterprise plans and are not supported when authentication is enabled.
+Archive formats are only available for Custom plans and are not supported when authentication is enabled.
- `.zip`
- `.rar`
From 91050add33b7ae9e318cd7b44e24e518e1fd7195 Mon Sep 17 00:00:00 2001
From: Dean from Mintlify
Date: Tue, 28 Oct 2025 09:51:59 -0700
Subject: [PATCH 12/16] Update create/files.mdx
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
---
create/files.mdx | 1 -
1 file changed, 1 deletion(-)
diff --git a/create/files.mdx b/create/files.mdx
index 4f83b001e..96dd00804 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -85,7 +85,6 @@ File serving is not supported for documentation sites with authentication enable
- `.bz2`
## Authentication limitations
-
Static file serving is not supported when authentication is enabled on your deployment. This applies to all file types, including images, videos, documents, and other assets. Files cannot be served at their repository paths when authentication is configured.
From dd770022e95004e129ef3e368309ad6d056e73db Mon Sep 17 00:00:00 2001
From: Dean from Mintlify
Date: Tue, 28 Oct 2025 09:52:08 -0700
Subject: [PATCH 13/16] Update create/files.mdx
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
---
create/files.mdx | 1 -
1 file changed, 1 deletion(-)
diff --git a/create/files.mdx b/create/files.mdx
index 96dd00804..8254d822a 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -85,7 +85,6 @@ File serving is not supported for documentation sites with authentication enable
- `.bz2`
## Authentication limitations
-Static file serving is not supported when authentication is enabled on your deployment. This applies to all file types, including images, videos, documents, and other assets. Files cannot be served at their repository paths when authentication is configured.
## File organization
From 0de83a37ea8ff68d35fe07f5ca385950b85cd958 Mon Sep 17 00:00:00 2001
From: Dean from Mintlify
Date: Tue, 28 Oct 2025 09:52:15 -0700
Subject: [PATCH 14/16] Update create/files.mdx
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
---
create/files.mdx | 1 -
1 file changed, 1 deletion(-)
diff --git a/create/files.mdx b/create/files.mdx
index 8254d822a..50119492b 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -85,7 +85,6 @@ File serving is not supported for documentation sites with authentication enable
- `.bz2`
## Authentication limitations
-
## File organization
From 552c0be8acd0c3f2c13e9293218972ab6d90e829 Mon Sep 17 00:00:00 2001
From: Dean from Mintlify
Date: Tue, 28 Oct 2025 09:53:06 -0700
Subject: [PATCH 15/16] Update create/files.mdx
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
---
create/files.mdx | 1 -
1 file changed, 1 deletion(-)
diff --git a/create/files.mdx b/create/files.mdx
index 50119492b..f3a0fba1c 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -84,7 +84,6 @@ File serving is not supported for documentation sites with authentication enable
- `.gz`
- `.bz2`
-## Authentication limitations
## File organization
From 9fb7e2a3fff659f3cbace6a4b944b60514d9175d Mon Sep 17 00:00:00 2001
From: Dean from Mintlify
Date: Tue, 28 Oct 2025 09:53:12 -0700
Subject: [PATCH 16/16] Update create/files.mdx
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
---
create/files.mdx | 1 -
1 file changed, 1 deletion(-)
diff --git a/create/files.mdx b/create/files.mdx
index f3a0fba1c..9e0d6ed8a 100644
--- a/create/files.mdx
+++ b/create/files.mdx
@@ -84,7 +84,6 @@ File serving is not supported for documentation sites with authentication enable
- `.gz`
- `.bz2`
-
## File organization
Organize your files using folders to keep your repository easy to navigate: