From bf66efe293d17b0fac569bda4e4c7b473eb9371e Mon Sep 17 00:00:00 2001 From: Frederic Reisenhauer Date: Thu, 24 Oct 2024 14:18:02 +0200 Subject: [PATCH] add link from webhook concept page to webhook reference page --- .../3-overview/3-concepts/2-lifecycle-webhooks.mdx | 3 +++ .../3-overview/3-concepts/2-lifecycle-webhooks.mdx | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/contribution/3-overview/3-concepts/2-lifecycle-webhooks.mdx b/docs/contribution/3-overview/3-concepts/2-lifecycle-webhooks.mdx index b6933d3a..44f82f95 100644 --- a/docs/contribution/3-overview/3-concepts/2-lifecycle-webhooks.mdx +++ b/docs/contribution/3-overview/3-concepts/2-lifecycle-webhooks.mdx @@ -66,6 +66,9 @@ If you miss this information, the extension instance ID format validation presen ## Types of Lifecycle Webhooks +The following describes the semantic meaning of the different lifecycle webhooks. +For more information for the request payloads, see the [webhook reference](../../../reference/webhooks). + ### ExtensionAddedToContext This webhook communicates that an extension was added to a new context. diff --git a/i18n/de/docusaurus-plugin-content-docs/current/contribution/3-overview/3-concepts/2-lifecycle-webhooks.mdx b/i18n/de/docusaurus-plugin-content-docs/current/contribution/3-overview/3-concepts/2-lifecycle-webhooks.mdx index 3ca9291c..58a851f5 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/contribution/3-overview/3-concepts/2-lifecycle-webhooks.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/contribution/3-overview/3-concepts/2-lifecycle-webhooks.mdx @@ -69,6 +69,9 @@ Wenn diese Information jedoch übersehen wird, wird mit der Validierung des Form ## Typen von Lifecycle Webhooks +Im Folgenden wird die semantische Bedeutung der verschiedenen Lifecycle Webhooks beschrieben. +Für weitere Informationen zu den Request Payloads siehe die [Webhook Referenz](../../../reference/webhooks). + ### ExtensionAddedToContext Dieser Webhook dient dazu, externen Anwendungen mitzuteilen, dass die Extension zu einem neuen Kontext hinzugefügt wurde.