Update readme files and api reports

Co-authored-by: Emma Indal <emma.indahl@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2023-03-20 13:16:34 +01:00
parent ab61195ea9
commit 9d66746737
8 changed files with 54 additions and 32 deletions
+1 -9
View File
@@ -31,7 +31,7 @@ import { createExtensionPoint } from '@backstage/backend-plugin-api';
import {
RegisterCollatorParameters,
RegisterDecoratorParameters,
} from './types';
} from '@backstage/plugin-search-backend-node';
import { IndexBuilder } from './IndexBuilder';
@@ -157,11 +157,3 @@ export const searchIndexRegistryExtensionPoint =
createExtensionPoint<SearchIndexRegistryExtensionPoint>({
id: 'search.index.registry',
});
/**
* @alpha
*/
export type {
RegisterCollatorParameters,
RegisterDecoratorParameters,
} from './types';