chore: fix api-reports warnings

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-10-14 17:56:00 +02:00
parent 35e735bb55
commit fc01ce7e77
216 changed files with 28 additions and 4221 deletions
@@ -9,9 +9,5 @@ import { BackendFeature } from '@backstage/backend-plugin-api';
const _feature: BackendFeature;
export default _feature;
// Warnings were encountered during analysis:
//
// src/alpha.d.ts:2:15 - (ae-undocumented) Missing documentation for "_feature".
// (No @packageDocumentation comment for this package)
```
-13
View File
@@ -117,17 +117,4 @@ const techdocsPlugin: BackendFeature;
export default techdocsPlugin;
export * from '@backstage/plugin-techdocs-node';
// Warnings were encountered during analysis:
//
// src/index.d.ts:17:1 - (ae-undocumented) Missing documentation for "DocsBuildStrategy".
// src/index.d.ts:22:1 - (ae-undocumented) Missing documentation for "ShouldBuildParameters".
// src/index.d.ts:29:1 - (ae-undocumented) Missing documentation for "TechDocsDocument".
// src/search/DefaultTechDocsCollator.d.ts:32:5 - (ae-undocumented) Missing documentation for "type".
// src/search/DefaultTechDocsCollator.d.ts:33:5 - (ae-undocumented) Missing documentation for "visibilityPermission".
// src/search/DefaultTechDocsCollator.d.ts:35:5 - (ae-undocumented) Missing documentation for "fromConfig".
// src/search/DefaultTechDocsCollator.d.ts:36:5 - (ae-undocumented) Missing documentation for "execute".
// src/search/DefaultTechDocsCollator.d.ts:37:5 - (ae-undocumented) Missing documentation for "applyArgsToFormat".
// src/search/index.d.ts:12:1 - (ae-undocumented) Missing documentation for "TechDocsCollatorFactoryOptions".
// src/search/index.d.ts:17:22 - (ae-undocumented) Missing documentation for "DefaultTechDocsCollatorFactory".
```