From 5e3880c6ef24e101faf67b04a0548cb88f48f057 Mon Sep 17 00:00:00 2001 From: Kamil Markow Date: Mon, 12 May 2025 11:28:40 -0400 Subject: [PATCH] Update docs/features/software-templates/writing-custom-actions.md Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Kamil Markow --- docs/features/software-templates/writing-custom-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/writing-custom-actions.md b/docs/features/software-templates/writing-custom-actions.md index 009e3c9506..1e2ffb64b6 100644 --- a/docs/features/software-templates/writing-custom-actions.md +++ b/docs/features/software-templates/writing-custom-actions.md @@ -152,7 +152,7 @@ and writing of template entity definitions. ### Adding a TemplateExample A TemplateExample is a way to document different ways that your custom action can be used. Once added it will be visible -in your backstage instance under [/create/actions](https://demo.backstage.io/create/actions) path. You can have multiple +in your Backstage instance under the [/create/actions](https://demo.backstage.io/create/actions) path. You can have multiple examples for one action that can demonstrate different combinations of inputs and how to use them. #### Define TemplateExamples