add stack overflow plugin to marketplace

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-06-14 15:56:27 +02:00
parent c05474292a
commit a906f6ce24
3 changed files with 12 additions and 0 deletions
+2
View File
@@ -23,6 +23,8 @@ This stack overflow frontend plugin is primarily responsible for the following:
#### Use specific search result list item for Stack Overflow Question
> Note: For Stack Overflow specific search results to be returned, it needs to be indexed. Use the [stack-overflow-backend plugin](https://github.com/backstage/backstage/blob/master/plugins/stack-overflow-backend/README.md) to index Stack Overflow Questions to search.
When you have your `packages/app/src/components/search/SearchPage.tsx` file ready to make modifications, add the following code snippet to add the `StackOverflowSearchResultListItem` when the type of the search results are `stack-overflow`.
```tsx