Skip to content

Commit 69efe1b

Browse files
authored
Update README.md
1 parent 5237074 commit 69efe1b

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Backstage - Stack Overflow for Teams Plugin
32

43
## Overview
@@ -9,26 +8,33 @@ These plugins also allow you to securely create **Stack Overflow for Teams** que
98

109
## Key Features
1110

11+
### OAuth Authentication
12+
13+
The plugin uses OAuth authentication to ensure that only authorised users can post questions to your Stack Overflow instance from Backstage. The OAuth process is secure, user-friendly, and integrates seamlessly with Backstage, providing a safe way to verify user identities before allowing access to question creation features.
14+
1215
### Top Users and Tags
1316
Displays the top users and tags from your Stack Overflow instance, giving you insights into the most active contributors and trending topics.
1417

15-
![alt text](https://i.imgur.com/vsCQUx2.png)
16-
![alt text](https://i.imgur.com/Wd2mzfa.png)
18+
<img width="2260" height="1264" alt="image" src="https://github.com/user-attachments/assets/a28f5380-f9f8-453a-b60e-855c02c45f38" />
19+
<img width="449" height="316" alt="Screenshot 2025-08-05 at 23 14 15" src="https://github.com/user-attachments/assets/64fbb6bf-b1fd-422b-8be6-7b5b1a2d5483" />
20+
1721

1822
### Question Indexing
19-
Retrieves all the questions from your Stack Overflow instance and indexes them into Backstage search. This makes it easier to search and discover questions across your organization.
23+
Retrieves all the questions from your Stack Overflow instance and indexes them into Backstage search. This makes it easier to search and discover questions across your organisation.
2024

2125
![alt text](https://i.imgur.com/HLKNAZb.png)
2226

2327
### Stack Overflow Hub
24-
A centralized hub within Backstage that showcases the top questions. The hub also allows you to filter questions like you would on Stack Overflow.
28+
A centralised hub within Backstage that showcases the top questions. The hub also allows you to filter questions like you would on Stack Overflow.
29+
30+
<img width="2269" height="1260" alt="image" src="https://github.com/user-attachments/assets/da2059ec-3507-4b2c-86c4-ce799d2d4d67" />
31+
32+
### Question Creation Form
2533

26-
![alt text](https://i.imgur.com/WUJMl48.png)
34+
Once authenticated, users can create questions using a dedicated form within Backstage. This form features a rich text editor for formatting questions, question tips and tag autocompletion to help users categorise their questions efficiently.
2735

28-
### OAuth Authentication for Secure Question Creation
29-
One of the most exciting features of this plugin is the ability to securely create questions on your Stack Overflow instance directly from Backstage using OAuth. The authentication process is secure, ensuring that only authorized users can post questions, and it is designed to seamlessly integrate with Backstage.
36+
<img width="2553" height="1263" alt="image" src="https://github.com/user-attachments/assets/2e3a89c6-291f-43d2-ba1e-7e284c7775bb" />
3037

31-
![alt text](https://i.imgur.com/8VxMDys.png)
3238

3339
## Demo Docker Image
3440

0 commit comments

Comments
 (0)