From 1dfedaa7319a742a777a6b5c38cb70c00a1c3b19 Mon Sep 17 00:00:00 2001 From: Siddhi Khandelwal Date: Mon, 9 Feb 2026 12:05:32 +0530 Subject: [PATCH] docs: format Actions Service docs with Prettier Signed-off-by: Siddhi Khandelwal --- docs/backend-system/core-services/actions.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/backend-system/core-services/actions.md b/docs/backend-system/core-services/actions.md index b7e545f038..a82bb6955c 100644 --- a/docs/backend-system/core-services/actions.md +++ b/docs/backend-system/core-services/actions.md @@ -38,11 +38,12 @@ backend: pluginSources: - catalog ``` + ### Restricting action sources by plugin The `pluginSources` configuration limits which plugins are allowed to register actions. -```yaml +````yaml backend: actions: pluginSources: @@ -102,7 +103,7 @@ export async function listAvailableActions( throw error; } } -``` +```` ### Invoking an Action