Update docs/features/techdocs/how-to-guides.md

Signed-off-by: Bodil Björklund <bodilb@spotify.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
bodilb
2021-09-24 13:43:57 +02:00
committed by Emma Indal
parent d1e0287c83
commit 6a63cde923
+2 -2
View File
@@ -227,8 +227,8 @@ and
[TechDocsApi](https://github.com/backstage/backstage/blob/55114cfeb7045e3e5eeeaf67546b58964f4adcc7/plugins/techdocs/src/api.ts#L49),
which is responsible for talking to techdocs-backend.
There may be occasions where you need to implement these two apis yourself, to
customize it to your own needs. The purpose of this guide is to walk you through
There may be occasions where you need to implement these two APIs yourself, to
customize them to your own needs. The purpose of this guide is to walk you through
how to do that in two steps.
1. Implement the `TechDocsStorageApi` and `TechDocsApi` interfaces according to