try to update api docs

Signed-off-by: Christopher Diaz <codingdiaz@icloud.com>
This commit is contained in:
Christopher Diaz
2024-06-19 12:16:26 -04:00
committed by Fredrik Adelöw
parent e612674167
commit 26bd7a7a92
2 changed files with 7 additions and 2 deletions
@@ -5,7 +5,7 @@
```ts
import { BackendFeature } from '@backstage/backend-plugin-api';
// @public (undocumented)
// @public
const catalogModuleLogs: () => BackendFeature;
export default catalogModuleLogs;
```
@@ -31,7 +31,12 @@ interface EventsParamsWithPayload extends EventParams {
eventPayload: EventsPayload;
}
/** @public */
/**
* A catalog module that logs catalog errors using the logger service.
*
* @packageDocumentation
* @public
*/
export const catalogModuleLogs = createBackendModule({
pluginId: 'catalog',
moduleId: 'logs',