Skip to content

Commit b40eea2

Browse files
authored
Update supported file types (#1486)
* document which file types are gated * include OpenAPI specs * copyedit
1 parent ac43a2c commit b40eea2

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

create/files.mdx

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ description: "Serve static assets from your documentation"
55

66
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`.
77

8-
This works for any file type you want to make available to your users, including images, PDFs, videos, or schemas.
8+
You can make any supported file type available to your users, including OpenAPI specifications, images, videos, and more.
99

1010
Files must be less than 20 MB for images and 100 MB for other file types.
1111

12-
## Supported file extensions
13-
14-
Mintlify supports the following static file extensions.
12+
## Supported file types
1513

1614
### Image formats
1715
- `.jpeg`, `.jpg`, `.jfif`, `.pjpeg`, `.pjp`
@@ -44,7 +42,17 @@ Mintlify supports the following static file extensions.
4442
- `.wma`
4543
- `.m4a`
4644

45+
### Font formats
46+
- `.woff`
47+
- `.woff2`
48+
- `.ttf`
49+
- `.otf`
50+
- `.eot`
51+
4752
### Document formats
53+
54+
<Note>Document formats are only available for Enterprise plans.</Note>
55+
4856
- `.pdf`
4957
- `.txt`
5058
- `.doc`, `.docx`
@@ -54,10 +62,24 @@ Mintlify supports the following static file extensions.
5462
- `.odt`, `.ods`, `.odp`
5563

5664
### Data formats
65+
66+
<Note>Data formats are only available for Enterprise plans.</Note>
67+
5768
- `.csv`
5869
- `.tsv`
5970
- `.xml`
6071

72+
### Archive formats
73+
74+
<Note>Archive formats are only available for Enterprise plans.</Note>
75+
76+
- `.zip`
77+
- `.rar`
78+
- `.7z`
79+
- `.tar`
80+
- `.gz`
81+
- `.bz2`
82+
6183
## File organization
6284

6385
Organize your files using folders to keep your repository easy to navigate:

0 commit comments

Comments
 (0)