From 4b104af522322a4a51a9fc94a03898df651e496f Mon Sep 17 00:00:00 2001 From: Mateusz Kuprowski Date: Fri, 11 Oct 2024 15:37:31 +0200 Subject: [PATCH 1/3] Enable docs for MongoDB dest connector --- platform/connectors.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/connectors.mdx b/platform/connectors.mdx index 41bef144..41be5219 100644 --- a/platform/connectors.mdx +++ b/platform/connectors.mdx @@ -24,6 +24,7 @@ If your source is not listed here, you might still be able to connect Unstructur - [Azure Cognitive Search](/platform/destinations/azure-cognitive-search) - [Pinecone](/platform/destinations/pinecone) - [S3](/platform/destinations/s3) +- [MongoDB](/platform/destinations/mongodb) If your destination is not listed here, you might still be able to connect Unstructured to it through scripts or code by using the [Unstructured Ingest CLI](/ingestion/overview#unstructured-ingest-cli) or the From 2734210a80a1cf70bce8eafd3e8c8a8e8c541433 Mon Sep 17 00:00:00 2001 From: Mateusz Kuprowski Date: Fri, 11 Oct 2024 15:43:16 +0200 Subject: [PATCH 2/3] Enable MongoDB destination docs --- mint.json | 3 ++- platform/destinations/overview.mdx | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mint.json b/mint.json index 67239f84..19fccbc9 100644 --- a/mint.json +++ b/mint.json @@ -443,7 +443,8 @@ "platform/destinations/overview", "platform/destinations/azure-cognitive-search", "platform/destinations/pinecone", - "platform/destinations/s3" + "platform/destinations/s3", + "platform/destinations/mongodb" ] }, "platform/workflows", diff --git a/platform/destinations/overview.mdx b/platform/destinations/overview.mdx index c9fbf686..efe2dfa1 100644 --- a/platform/destinations/overview.mdx +++ b/platform/destinations/overview.mdx @@ -17,6 +17,7 @@ To create a destination connector: - [Azure Cognitive Search](/platform/destinations/azure-cognitive-search) - [Pinecone](/platform/destinations/pinecone) - [S3](/platform/destinations/s3) + - [MongoDB](/platform/destinations/mongodb) 5. Click **Save and Test**. 6. Click **Close**. \ No newline at end of file From ec3ea1c598b39a82dc6c7a9c6ae93166c4daf659 Mon Sep 17 00:00:00 2001 From: Paul Cornell Date: Tue, 15 Oct 2024 08:10:51 -0700 Subject: [PATCH 3/3] Alphabetization --- mint.json | 4 ++-- platform/connectors.mdx | 2 +- platform/destinations/overview.mdx | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/mint.json b/mint.json index 19fccbc9..4c434785 100644 --- a/mint.json +++ b/mint.json @@ -442,9 +442,9 @@ "pages": [ "platform/destinations/overview", "platform/destinations/azure-cognitive-search", + "platform/destinations/mongodb", "platform/destinations/pinecone", - "platform/destinations/s3", - "platform/destinations/mongodb" + "platform/destinations/s3" ] }, "platform/workflows", diff --git a/platform/connectors.mdx b/platform/connectors.mdx index 41be5219..8a2ecc7a 100644 --- a/platform/connectors.mdx +++ b/platform/connectors.mdx @@ -22,9 +22,9 @@ If your source is not listed here, you might still be able to connect Unstructur ## Destinations - [Azure Cognitive Search](/platform/destinations/azure-cognitive-search) +- [MongoDB](/platform/destinations/mongodb) - [Pinecone](/platform/destinations/pinecone) - [S3](/platform/destinations/s3) -- [MongoDB](/platform/destinations/mongodb) If your destination is not listed here, you might still be able to connect Unstructured to it through scripts or code by using the [Unstructured Ingest CLI](/ingestion/overview#unstructured-ingest-cli) or the diff --git a/platform/destinations/overview.mdx b/platform/destinations/overview.mdx index efe2dfa1..3304312c 100644 --- a/platform/destinations/overview.mdx +++ b/platform/destinations/overview.mdx @@ -15,9 +15,10 @@ To create a destination connector: 4. Fill in the fields according to your connector type. To learn how, click your connector type in the following list: - [Azure Cognitive Search](/platform/destinations/azure-cognitive-search) + - [MongoDB](/platform/destinations/mongodb) - [Pinecone](/platform/destinations/pinecone) - [S3](/platform/destinations/s3) - - [MongoDB](/platform/destinations/mongodb) + 5. Click **Save and Test**. 6. Click **Close**. \ No newline at end of file