From 24ecb5414ae3d7968bde5d3f01ad46869d986233 Mon Sep 17 00:00:00 2001 From: bodilb Date: Fri, 24 Sep 2021 13:44:05 +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 a79e93fd4a..b4cee15cd1 100644 --- a/docs/features/techdocs/how-to-guides.md +++ b/docs/features/techdocs/how-to-guides.md @@ -244,7 +244,7 @@ export class TechDocsCustomApiClient implements TechDocsApi { } ``` -2. Override the api refs `techdocsStorageApiRef` and `techdocsApiRef` with your +2. Override the API refs `techdocsStorageApiRef` and `techdocsApiRef` with your new implemented APIs in the `App.tsx` using `ApiFactories`. [Read more about App APIs](https://backstage.io/docs/api/utility-apis#app-apis).