From 895741367396b6818ee8266d23e1adfe977b0705 Mon Sep 17 00:00:00 2001 From: bilgeyucel Date: Thu, 16 Apr 2026 17:34:28 +0200 Subject: [PATCH] Add the video walkthrough link to the page --- docs-website/docs/concepts/integrations.mdx | 2 ++ .../versioned_docs/version-2.27/concepts/integrations.mdx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs-website/docs/concepts/integrations.mdx b/docs-website/docs/concepts/integrations.mdx index 64f6b03d81..ee6af756d0 100644 --- a/docs-website/docs/concepts/integrations.mdx +++ b/docs-website/docs/concepts/integrations.mdx @@ -44,6 +44,8 @@ The most common types of integrations are custom components and Document Stores. - [Creating Custom Components](components/custom-components.mdx) - [Creating Custom Document Stores](document-store/creating-custom-document-stores.mdx) +Check out the [video walkthrough](https://www.youtube.com/watch?v=SWC0QecAMcI) for a step-by-step guide on how to use the [custom-component template](https://github.com/deepset-ai/custom-component) to create a Haystack integration. + ## How do I showcase my integration? To make your integration visible to the Haystack community, contribute it to our [haystack-integrations](https://github.com/deepset-ai/haystack-integrations) GitHub repository. There are several requirements you have to follow: diff --git a/docs-website/versioned_docs/version-2.27/concepts/integrations.mdx b/docs-website/versioned_docs/version-2.27/concepts/integrations.mdx index 64f6b03d81..ee6af756d0 100644 --- a/docs-website/versioned_docs/version-2.27/concepts/integrations.mdx +++ b/docs-website/versioned_docs/version-2.27/concepts/integrations.mdx @@ -44,6 +44,8 @@ The most common types of integrations are custom components and Document Stores. - [Creating Custom Components](components/custom-components.mdx) - [Creating Custom Document Stores](document-store/creating-custom-document-stores.mdx) +Check out the [video walkthrough](https://www.youtube.com/watch?v=SWC0QecAMcI) for a step-by-step guide on how to use the [custom-component template](https://github.com/deepset-ai/custom-component) to create a Haystack integration. + ## How do I showcase my integration? To make your integration visible to the Haystack community, contribute it to our [haystack-integrations](https://github.com/deepset-ai/haystack-integrations) GitHub repository. There are several requirements you have to follow: