From 1ee1ad371b3c35caac222ae130af72eba685b135 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Fri, 24 Nov 2023 09:01:05 -0600 Subject: [PATCH] Added slash to example Signed-off-by: Andre Wanlin --- docs/plugins/add-to-directory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/add-to-directory.md b/docs/plugins/add-to-directory.md index 518d557140..8be0d764dd 100644 --- a/docs/plugins/add-to-directory.md +++ b/docs/plugins/add-to-directory.md @@ -21,7 +21,7 @@ description: A brief description of the plugin. # Max 170 characters documentation: # A link to your documentation E.g. Your github README iconUrl: # Used as the src attribute for your logo. # You can provide an external url or add your logo under static/img and provide a path -# relative to static/ e.g. img/my-logo.png +# relative to static/ e.g. /img/my-logo.png npmPackageName: # Your npm package name E.g. '@backstage/plugin-' quotes are required addedDate: # The date plugin added to directory E.g. '2022-10-01' quotes are required ```