From b27973aba32f30db7fe1dc540e536732861699dd Mon Sep 17 00:00:00 2001 From: "Asaph M. Kotzin" Date: Thu, 26 Feb 2026 13:14:51 +0000 Subject: [PATCH 1/3] docs: add the Flagsmith plugin to the microsite directory Signed-off-by: Asaph M. Kotzin --- microsite/data/plugins/flagsmith.yaml | 11 +++++++++++ microsite/static/img/flagsmith.svg | 1 + 2 files changed, 12 insertions(+) create mode 100644 microsite/data/plugins/flagsmith.yaml create mode 100644 microsite/static/img/flagsmith.svg diff --git a/microsite/data/plugins/flagsmith.yaml b/microsite/data/plugins/flagsmith.yaml new file mode 100644 index 0000000000..ce2a839b8f --- /dev/null +++ b/microsite/data/plugins/flagsmith.yaml @@ -0,0 +1,11 @@ +--- +title: Flagsmith +author: flagsmith.com +authorUrl: https://www.flagsmith.com +category: CI/CD +description: View Flagsmith feature flags and usage statistics inside Backstage. +documentation: https://docs.flagsmith.com/third-party-integrations/backstage +iconUrl: '/img/flagsmith.svg' +npmPackageName: '@flagsmith/backstage-plugin' +addedDate: '2026-02-26' +status: active diff --git a/microsite/static/img/flagsmith.svg b/microsite/static/img/flagsmith.svg new file mode 100644 index 0000000000..d8039477ca --- /dev/null +++ b/microsite/static/img/flagsmith.svg @@ -0,0 +1 @@ + \ No newline at end of file From 83f49a5b10cc4496912f381552fea2c0cfece86a Mon Sep 17 00:00:00 2001 From: "Asaph M. Kotzin" Date: Thu, 26 Feb 2026 14:31:51 +0000 Subject: [PATCH 2/3] Update microsite/data/plugins/flagsmith.yaml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Asaph M. Kotzin --- microsite/data/plugins/flagsmith.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/flagsmith.yaml b/microsite/data/plugins/flagsmith.yaml index ce2a839b8f..543d06b0ec 100644 --- a/microsite/data/plugins/flagsmith.yaml +++ b/microsite/data/plugins/flagsmith.yaml @@ -2,7 +2,7 @@ title: Flagsmith author: flagsmith.com authorUrl: https://www.flagsmith.com -category: CI/CD +category: Feature Flags description: View Flagsmith feature flags and usage statistics inside Backstage. documentation: https://docs.flagsmith.com/third-party-integrations/backstage iconUrl: '/img/flagsmith.svg' From 2138c9cafe9c9bc0156c2f6b78c501d1dcf9bbe1 Mon Sep 17 00:00:00 2001 From: "Asaph M. Kotzin" Date: Thu, 26 Feb 2026 14:37:47 +0000 Subject: [PATCH 3/3] Update microsite/data/plugins/flagsmith.yaml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Asaph M. Kotzin --- microsite/data/plugins/flagsmith.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/flagsmith.yaml b/microsite/data/plugins/flagsmith.yaml index 543d06b0ec..42f9a8523a 100644 --- a/microsite/data/plugins/flagsmith.yaml +++ b/microsite/data/plugins/flagsmith.yaml @@ -1,6 +1,6 @@ --- title: Flagsmith -author: flagsmith.com +author: Flagsmith authorUrl: https://www.flagsmith.com category: Feature Flags description: View Flagsmith feature flags and usage statistics inside Backstage.