From 7758c59b9ff452d9c9e6bb8c992e55e83fcb6b2f Mon Sep 17 00:00:00 2001 From: gasperzgonec Date: Wed, 7 Jan 2026 13:13:46 +0100 Subject: [PATCH] Remove :Implementation: definition from template Removed the definition of :Implementation: from the document. --- devrev-snapin-template.plain | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/devrev-snapin-template.plain b/devrev-snapin-template.plain index 0d933d9..33d995c 100644 --- a/devrev-snapin-template.plain +++ b/devrev-snapin-template.plain @@ -2,8 +2,6 @@ - :SnapIn: is a TypeScript Node.js application. -- :Implementation: is how :SnapIn: is implemented. - - :Function: implements part of :SnapIn: functionality. - Details on how :Function: must be invoked are provided in the resource [FunctionInvocation](docs/function_invocation.mdx). - :Function: should only take the first event from the array of events and process it. @@ -178,4 +176,4 @@ ***Functional Requirements:*** -- Implement :Function: "health_check" that only checks if :Function: can be invoked. \ No newline at end of file +- Implement :Function: "health_check" that only checks if :Function: can be invoked.