diff --git a/create/files.mdx b/create/files.mdx index bde1d82a5..526b296ac 100644 --- a/create/files.mdx +++ b/create/files.mdx @@ -5,13 +5,11 @@ 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. +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. -## 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: