Skip to content

Commit a954feb

Browse files
authored
SharePoint source connector for Platform (#294)
1 parent 897bfc9 commit a954feb

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

mint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,8 @@
438438
"pages": [
439439
"platform/sources/overview",
440440
"platform/sources/azure-blob-storage",
441-
"platform/sources/s3"
441+
"platform/sources/s3",
442+
"platform/sources/sharepoint"
442443
]
443444
},
444445
{

platform/connectors.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The Unstructured Platform supports connecting to the following source and destin
1313

1414
- [Azure](/platform/sources/azure-blob-storage)
1515
- [S3](/platform/sources/s3)
16+
- [SharePoint](/platform/sources/sharepoint)
1617

1718
If your source is not listed here, you might still be able to connect Unstructured to it through scripts or code by using the
1819
[Unstructured Ingest CLI](/ingestion/overview#unstructured-ingest-cli) or the

platform/sources/overview.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ To create a source connector:
1717

1818
- [Azure](/platform/sources/azure-blob-storage)
1919
- [S3](/platform/sources/s3)
20+
- [SharePoint](/platform/sources/sharepoint)
2021

2122
5. Click **Save and Test**.
2223
6. Click **Close**.

0 commit comments

Comments
 (0)