From c19abf0664d6da3cd95ede030f038bd2cd3bc611 Mon Sep 17 00:00:00 2001 From: Aleksa <91049992+aleksadjeka@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:07:26 +0200 Subject: [PATCH] Create sds_workspace.yaml PR details: This PR adds the Citrix Secure Developer Spaces (SDS) plugin to the Backstage plugin directory. Name: @citrixcloud/backstage-sds-workspaces Author: Citrix Category: Development Description: Connect Backstage with Citrix Secure Developer Spaces (SDS) to view and create developer workspaces. Documentation: https://www.npmjs.com/package/@citrixcloud/backstage-sds-workspaces NPM Package: https://www.npmjs.com/package/@citrixcloud/backstage-sds-workspaces Icon: /img/citrix_sds.png The package is published on npm and publicly available. The repository includes installation and usage documentation. Signed-off-by: Aleksa <91049992+aleksadjeka@users.noreply.github.com> --- microsite/data/plugins/sds_workspace.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 microsite/data/plugins/sds_workspace.yaml diff --git a/microsite/data/plugins/sds_workspace.yaml b/microsite/data/plugins/sds_workspace.yaml new file mode 100644 index 0000000000..43d9a0f20e --- /dev/null +++ b/microsite/data/plugins/sds_workspace.yaml @@ -0,0 +1,10 @@ +--- +title: Citrix Secure Developer Spaces (SDS) +author: Citrix +authorUrl: https://github.com/strong-network +category: Development +description: Connect Backstage with Citrix Secure Developer Spaces (SDS) to view and create developer workspaces. +documentation: https://www.npmjs.com/package/@citrixcloud/backstage-sds-workspaces +iconUrl: /img/citrix_sds.png +npmPackageName: '@citrixcloud/backstage-sds-workspaces' +addedDate: '2025-10-07'