diff --git a/plugins/search/src/alpha.tsx b/plugins/search/src/alpha.tsx
index 14e7067dfa..913a96d094 100644
--- a/plugins/search/src/alpha.tsx
+++ b/plugins/search/src/alpha.tsx
@@ -69,6 +69,25 @@ import { SearchType } from './components/SearchType';
import { UrlUpdater } from './components/SearchPage/SearchPage';
import { convertLegacyRouteRef } from '@backstage/core-plugin-api/alpha';
+/** @internal */
+const StackOverflowIcon = () => {
+ return (
+
+ );
+};
+
/** @alpha */
export const SearchApi = createApiExtension({
factory: {
@@ -153,6 +172,11 @@ export const SearchPage = createPageExtension({
name: 'Architecture Decision Records',
icon: ,
},
+ {
+ value: 'stack-overflow',
+ name: 'Stack Overflow',
+ icon: ,
+ },
]}
/>