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://omer-914cc1c6.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.
This works for any file type you want to make available to your users, including images, PDFs, videos, or schemas.
Files must be less than 20 MB for images and 100 MB for other file types.
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.