update comments and api reports

Signed-off-by: Chris Suich <csuich2@gmail.com>
This commit is contained in:
Chris Suich
2025-04-28 14:07:39 -04:00
parent ae717aa54c
commit 3dfede520a
3 changed files with 38 additions and 0 deletions
+4
View File
@@ -8,4 +8,8 @@ export const TECHDOCS_ANNOTATION = 'backstage.io/techdocs-ref';
// @public (undocumented)
export const TECHDOCS_EXTERNAL_ANNOTATION = 'backstage.io/techdocs-entity';
// @public (undocumented)
export const TECHDOCS_EXTERNAL_PATH_ANNOTATION =
'backstage.io/techdocs-entity-path';
```