Use fs-extra and async file read method

This commit is contained in:
Himanshu Mishra
2020-11-26 14:56:23 +01:00
parent 4b53294a6c
commit dbca620ff9
3 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ export class TechDocsApi implements TechDocs {
*
* When docs are built, we generate a techdocs_metadata.json and store it along with the generated
* static files. It includes necessary data about the docs site. This method requests techdocs-backend
* which retries the TechDocs metadata.
* which retrieves the TechDocs metadata.
*
* @param {ParsedEntityId} entityId Object containing entity data like name, namespace, etc.
*/