add missing files

Signed-off-by: secustor <sebastian@poxhofer.at>
This commit is contained in:
secustor
2024-09-23 15:14:15 +02:00
parent 831571c251
commit eed4cdcb55
7 changed files with 965 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
## API Report File for "@backstage/plugin-techdocs-common"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
// @public (undocumented)
export const TECHDOCS_ANNOTATION = 'backstage.io/techdocs-ref';
// @public (undocumented)
export const TECHDOCS_EXTERNAL_ANNOTATION = 'backstage.io/techdocs-entity';
// Warnings were encountered during analysis:
//
// src/constants.d.ts:2:22 - (ae-undocumented) Missing documentation for "TECHDOCS_ANNOTATION".
// src/constants.d.ts:4:22 - (ae-undocumented) Missing documentation for "TECHDOCS_EXTERNAL_ANNOTATION".
```