From 3062b8bb0c8cfea69df8ae35740c3ace0de502f5 Mon Sep 17 00:00:00 2001 From: Gaurav Pandey <36168816+grvpandey11@users.noreply.github.com> Date: Fri, 18 Apr 2025 00:48:57 +0200 Subject: [PATCH 1/2] docs: sendgrid to microsite Signed-off-by: Gaurav Pandey <36168816+grvpandey11@users.noreply.github.com> --- microsite/data/plugins/sendgrid.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 microsite/data/plugins/sendgrid.yaml diff --git a/microsite/data/plugins/sendgrid.yaml b/microsite/data/plugins/sendgrid.yaml new file mode 100644 index 0000000000..79fa3722b6 --- /dev/null +++ b/microsite/data/plugins/sendgrid.yaml @@ -0,0 +1,9 @@ +--- +title: SendGrid Email Action +author: CodeVerse-GP +authorUrl: https://github.com/CodeVerse-GP +category: Services +description: A Backstage scaffolder action to send emails using SendGrid. +documentation: https://github.com/CodeVerse-GP/scaffolder-backend-module-sendgrid#readme +npmPackageName: '@codeverse-gp/scaffolder-backend-module-sendgrid' +addedDate: '2025-04-18' From cc4f6e50d4178776f5e8204b9b48d6b2dde279c6 Mon Sep 17 00:00:00 2001 From: Gaurav Pandey <36168816+grvpandey11@users.noreply.github.com> Date: Fri, 18 Apr 2025 00:52:56 +0200 Subject: [PATCH 2/2] Update sendgrid.yaml Signed-off-by: Gaurav Pandey <36168816+grvpandey11@users.noreply.github.com> --- microsite/data/plugins/sendgrid.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microsite/data/plugins/sendgrid.yaml b/microsite/data/plugins/sendgrid.yaml index 79fa3722b6..11706dd9ed 100644 --- a/microsite/data/plugins/sendgrid.yaml +++ b/microsite/data/plugins/sendgrid.yaml @@ -1,8 +1,8 @@ --- -title: SendGrid Email Action +title: SendGrid Scaffolder Action author: CodeVerse-GP authorUrl: https://github.com/CodeVerse-GP -category: Services +category: Scaffolder description: A Backstage scaffolder action to send emails using SendGrid. documentation: https://github.com/CodeVerse-GP/scaffolder-backend-module-sendgrid#readme npmPackageName: '@codeverse-gp/scaffolder-backend-module-sendgrid'