Skip to content

Commit 6369619

Browse files
authored
File type updates for UI/API on Welcome page (#635)
1 parent bc4db79 commit 6369619

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

snippets/general-shared-text/supported-file-types-platform.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ By file extension:
88
| `.bmp` |
99
| `.csv` |
1010
| `.cwk` |
11-
| `.dif`[*](#notes) |
11+
| `.dif`* |
1212
| `.doc` |
1313
| `.docx` |
1414
| `.dot` |
@@ -61,7 +61,7 @@ By file type:
6161
| Image | `.bmp`, `.heic`, `.jpeg`, `.jpg`, `.png`, `.prn`, `.svg`, `.tiff` |
6262
| Markdown | `.md` |
6363
| Org Mode | `.org` |
64-
| Other | `.dif`[*](#notes), `.eth`, `.mw`, `.pbd`, `.sdp` |
64+
| Other | `.dif`*, `.eth`, `.mw`, `.pbd`, `.sdp` |
6565
| PDF | `.pdf` |
6666
| Plain text | `.txt` |
6767
| PowerPoint | `.pot`, `.ppt`, `.pptm`, `.pptx` |
@@ -73,7 +73,5 @@ By file type:
7373
| Word processing | `.abw`, `.doc`, `.docx`, `.dot`, `.hwp`, `.zabw` |
7474
| XML | `.xml` |
7575

76-
## Notes
77-
78-
* For `.dif`, `\n` characters in `.dif` files are supported, but `\r\n` characters will raise the error
79-
`UnsupportedFileFormatError: Partitioning is not supported for the FileType.UNK file type`.
76+
`*` For `.dif`, `\n` characters in `.dif` files are supported, but `\r\n` characters will raise the error
77+
`UnsupportedFileFormatError: Partitioning is not supported for the FileType.UNK file type`.

welcome.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Here is a screenshot of some Python code that calls the Unstructured Workflow En
9393

9494
## <Icon icon="files" /> Supported file types
9595

96-
import SupportedFileTypes from '/snippets/general-shared-text/supported-file-types.mdx';
96+
import SupportedFileTypes from '/snippets/general-shared-text/supported-file-types-platform.mdx';
9797

9898
<SupportedFileTypes />
9999

0 commit comments

Comments
 (0)