docs(stack-overflow): add note about missing hompage card extension

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2023-10-19 09:11:33 +02:00
parent d7a4e2225f
commit 8a7f1ba2a5
+1
View File
@@ -44,5 +44,6 @@ const StackOverflowSearchResultListItem = createSearchResultListItemExtension({
/** @alpha */
export default createPlugin({
id: 'stack-overflow',
// TODO: Migrate homepage cards when the declarative homepage plugin supports them
extensions: [StackOverflowApi, StackOverflowSearchResultListItem],
});