Merge pull request #26851 from backstage/freben/docs

remove extra package documentation tags
This commit is contained in:
Fredrik Adelöw
2024-09-26 14:56:15 +02:00
committed by GitHub
2 changed files with 0 additions and 7 deletions
@@ -34,7 +34,6 @@ interface EventsParamsWithPayload extends EventParams {
/**
* A catalog module that logs catalog errors using the logger service.
*
* @packageDocumentation
* @public
*/
export const catalogModuleLogs = createBackendModule({
-6
View File
@@ -23,12 +23,6 @@
// In this package you might for example export functions that
// help other plugins or modules interact with your plugin.
/**
* Node.js library for the kubernetes plugin.
*
* @packageDocumentation
*/
export * from './extensions';
export * from './types';
export * from './auth';