Mintlify automatically serves static assets from your documentation repository at the appropriate path on your domain. For example, if you haveDocumentation Index
Fetch the complete documentation index at: https://mintlify-mintlify-bump-workflow-daily-runs-1777424378.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
/images/my-logo.png in your repo, the image file is available at https://docs.your-project.com/images/my-logo.png.
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.
File serving is not supported for documentation sites with authentication enabled. If your site requires authentication, static files are not accessible at their direct URLs.
Supported file types
Supported file types for all plans:- Images:
.png,.jpg,.jpeg,.gif,.webp,.svg,.ico - Video:
.mp4,.webm - Audio:
.mp3,.wav - Data:
.json,.yaml - Stylesheets:
.css - Scripts:
.js - Fonts:
.woff,.woff2,.ttf,.eot
- Documents:
.pdf,.txt - Data:
.xml,.csv - Archives:
.zip
File organization
Organize your files using folders to keep your repository easy to navigate:assets/whitepaper.pdf would be available at https://docs.your-project.com/assets/whitepaper.pdf.