You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/stack-overflow-teams/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ It adds a more Stack Overflow-like interface, including additional information s
44
44
45
45
-**`<StackOverflowQuestion />`**
46
46
47
-
Retrieves questions from the API. Uses standard pagination, displaying only the first 30 API results.
47
+
Retrieves questions from the API. Uses API pagination to navigate all pages of questions available to the instance.
48
48
49
49
-**`<StackOverflowTags />`**
50
50
@@ -88,4 +88,4 @@ It adds a more Stack Overflow-like interface, including additional information s
88
88
89
89
### API Requests
90
90
91
-
The frontend plugin creates an API Ref for Stack Overflow for Teams, which can be found under the `/api` folder. **All API requests from the frontend are directed to Backstage's backend**.
91
+
The frontend plugin creates an API Ref for Stack Overflow for Teams, which can be found under the `/api` folder. **All API requests from the frontend are directed to Backstage's backend**.
0 commit comments