From d1e0287c83918e95e82d37f376d1562d866f85f5 Mon Sep 17 00:00:00 2001 From: bodilb Date: Fri, 24 Sep 2021 13:43:24 +0200 Subject: [PATCH] Update docs/features/techdocs/how-to-guides.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bodil Björklund  Signed-off-by: Emma Indal --- docs/features/techdocs/how-to-guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/techdocs/how-to-guides.md b/docs/features/techdocs/how-to-guides.md index 75feb86d7f..bfd95be4d5 100644 --- a/docs/features/techdocs/how-to-guides.md +++ b/docs/features/techdocs/how-to-guides.md @@ -220,7 +220,7 @@ https://github.com/backstage/backstage/issues/new?assignees=&labels=bug&template ## How to implement your own TechDocs APIs -The TechDocs plugin provides implementations of two primary apis by default, the +The TechDocs plugin provides implementations of two primary apis by default: the [TechDocsStorageApi](https://github.com/backstage/backstage/blob/55114cfeb7045e3e5eeeaf67546b58964f4adcc7/plugins/techdocs/src/api.ts#L33), which is responsible for talking to TechDocs storage to fetch files to render, and