docs: fix forged block docs URLs

Closes #1966
This commit is contained in:
Baptiste Arnaud 2025-01-24 18:04:03 +01:00
parent cccd8a9209
commit cd593c2da9
No known key found for this signature in database
7 changed files with 7 additions and 4 deletions

View File

@ -11,4 +11,5 @@ export const anthropicBlock = createBlock({
LightLogo: AnthropicLogo,
auth,
actions: [createChatMessage, generateVariables],
docsUrl: "https://docs.typebot.io/editor/blocks/integrations/anthropic",
});

View File

@ -10,4 +10,5 @@ export const difyAiBlock = createBlock({
LightLogo: DifyAiLogo,
auth,
actions: [createChatMessage],
docsUrl: "https://docs.typebot.io/editor/blocks/integrations/dify-ai",
});

View File

@ -11,5 +11,5 @@ export const elevenlabsBlock = createBlock({
DarkLogo: ElevenlabsLogoDark,
auth,
actions: [convertTextToSpeech],
docsUrl: "https://docs.typebot.io/forge/blocks/elevenlabs",
docsUrl: "https://docs.typebot.io/editor/blocks/integrations/elevenlabs",
});

View File

@ -11,5 +11,5 @@ export const mistralBlock = createBlock({
LightLogo: MistralLogo,
auth,
actions: [createChatCompletion, generateVariables],
docsUrl: "https://docs.typebot.io/forge/blocks/mistral",
docsUrl: "https://docs.typebot.io/editor/blocks/integrations/mistral",
});

View File

@ -8,11 +8,11 @@ import { NocodbLogo } from "./logo";
export const nocodbBlock = createBlock({
id: "nocodb",
name: "NocoDB",
docsUrl: "https://docs.typebot.io/forge/blocks/nocodb",
tags: ["database"],
LightLogo: NocodbLogo,
auth,
actions: [searchRecords, createRecord, updateExistingRecord],
docsUrl: "https://docs.typebot.io/editor/blocks/integrations/nocodb",
onboarding: {
youtubeId: "ViKETDQ8Sfg",
deployedAt: new Date("2023-06-20"),

View File

@ -23,5 +23,5 @@ export const openAIBlock = createBlock({
createSpeech,
createTranscription,
],
docsUrl: "https://docs.typebot.io/forge/blocks/openai",
docsUrl: "https://docs.typebot.io/editor/blocks/integrations/openai",
});

View File

@ -13,4 +13,5 @@ export const segmentBlock = createBlock({
LightLogo: SegmentLogo,
auth,
actions: [alias, identify, trackPage, trackEvent],
docsUrl: "https://docs.typebot.io/editor/blocks/integrations/segment",
});