From 1186ee26f49a1a6ad2eef81b69d1e64ac8ae1f35 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Wed, 29 Nov 2023 14:06:32 -0300 Subject: [PATCH] Updated backend to contain docs to CustomComponent --- src/backend/langflow/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/langflow/config.yaml b/src/backend/langflow/config.yaml index 39bdc1ed6..186bfa621 100644 --- a/src/backend/langflow/config.yaml +++ b/src/backend/langflow/config.yaml @@ -295,4 +295,4 @@ output_parsers: documentation: "https://python.langchain.com/docs/modules/model_io/output_parsers/structured" custom_components: CustomComponent: - documentation: "" + documentation: "https://docs.langflow.org/guidelines/custom-component"