From 2666b82c99469dcfdb7e24849c9bc34d02090585 Mon Sep 17 00:00:00 2001 From: EstoesMoises <118999648+EstoesMoises@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:33:36 +0100 Subject: [PATCH] Create stackoverflow-teams Request to add the Stack Overflow for Teams plugin that I created for Stack Overflow. This is part of the public Stack Exchange repository. Signed-off-by: EstoesMoises <118999648+EstoesMoises@users.noreply.github.com> --- microsite/data/plugins/stackoverflow-teams | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 microsite/data/plugins/stackoverflow-teams diff --git a/microsite/data/plugins/stackoverflow-teams b/microsite/data/plugins/stackoverflow-teams new file mode 100644 index 0000000000..cfe08757d3 --- /dev/null +++ b/microsite/data/plugins/stackoverflow-teams @@ -0,0 +1,10 @@ +--- +title: Stack Overflow for Teams +author: EstoesMoises +authorUrl: https://github.com/estoesmoises/ +category: Discovery +description: Provide seamless access to Stack Overflow Teams most relevant data, allowing you to display the top users, top tags, and top questions directly within Backstage. It also allows to securely create SO Teams questions from Backstage. +documentation: https://github.com/StackExchange/backstage-stackoverflow/blob/main/README.md +iconUrl: /img/stack-overflow-logo.svg +npmPackageName: 'backstage-plugin-stack-overflow-teams' +addedDate: '2025-06-10'