feat: add techdocs-entity-path annotation for techdocs deep linking
This annotation enables specifying a path within another entities techdocs to use as the root techdocs page. Signed-off-by: Chris Suich <csuich2@gmail.com>
This commit is contained in:
@@ -18,3 +18,6 @@
|
||||
export const TECHDOCS_ANNOTATION = 'backstage.io/techdocs-ref';
|
||||
/** @public */
|
||||
export const TECHDOCS_EXTERNAL_ANNOTATION = 'backstage.io/techdocs-entity';
|
||||
/** @public */
|
||||
export const TECHDOCS_EXTERNAL_PATH_ANNOTATION =
|
||||
'backstage.io/techdocs-entity-path';
|
||||
|
||||
Reference in New Issue
Block a user