From 992da5cbdcfbaf3ce82bde326f9905b43b241a3c Mon Sep 17 00:00:00 2001 From: Chris Suich Date: Mon, 5 May 2025 10:54:20 -0400 Subject: [PATCH] update docs to indicate this works standalone Signed-off-by: Chris Suich --- docs/features/techdocs/how-to-guides.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/features/techdocs/how-to-guides.md b/docs/features/techdocs/how-to-guides.md index 2ebda55de2..7d8c99ffda 100644 --- a/docs/features/techdocs/how-to-guides.md +++ b/docs/features/techdocs/how-to-guides.md @@ -942,10 +942,10 @@ metadata: backstage.io/techdocs-entity: system:default/example ``` -### Deep linking into another components TechDocs +### Deep linking into TechDocs -In addition to linking to another component's TechDocs the `backstage.io/techdocs-entity-path` annotation can be used to link to a -specific page within another component's TechDocs. +The `backstage.io/techdocs-entity-path` annotation can be use to deep link into a specific page within the components TechDocs. +This can be used in conjunction with `backstage.io/techdocs-entity` or standalone. ```yaml apiVersion: backstage.io/v1alpha1