Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions create/files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

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

<Note>
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.

Check warning on line 13 in create/files.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

create/files.mdx#L13

Use 'isn't' instead of 'is not'.

Check warning on line 13 in create/files.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

create/files.mdx#L13

Use 'won't' instead of 'will not'.

Check warning on line 13 in create/files.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

create/files.mdx#L13

Avoid using 'will'.
</Note>

## Supported file types

### Image formats
Expand Down Expand Up @@ -51,7 +55,7 @@

### Document formats

<Note>Document formats are only available for Enterprise plans (except when using authentication).</Note>
<Note>Document formats are only available for Custom plans and are not supported when authentication is enabled.</Note>

- `.pdf`
- `.txt`
Expand All @@ -63,15 +67,15 @@

### Data formats

<Note>Data formats are only available for Enterprise plans (except when using authentication).</Note>
<Note>Data formats are only available for Custom plans and are not supported when authentication is enabled.</Note>

- `.csv`
- `.tsv`
- `.xml`

### Archive formats

<Note>Archive formats are only available for Enterprise plans (except when using authentication).</Note>
<Note>Archive formats are only available for Custom plans and are not supported when authentication is enabled.</Note>

- `.zip`
- `.rar`
Expand All @@ -96,4 +100,4 @@
|- demo-video.mp4
```

Files are served from the root of your domain, so the structure in your repository directly maps to the URL structure. From the previous example, `assets/whitepaper.pdf` would be available at `https://docs.your-project.com/assets/whitepaper.pdf`.

Check warning on line 103 in create/files.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

create/files.mdx#L103

In general, use active voice instead of passive voice ('are served').