From 2dd8cef6fcb03d478fd4f246c6db2d8f89bbcd17 Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Fri, 12 Mar 2021 11:34:39 +0100 Subject: [PATCH] docs/techdocs: Add doc string about etag in Metadata type Signed-off-by: Himanshu Mishra --- packages/techdocs-common/src/stages/publish/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/techdocs-common/src/stages/publish/types.ts b/packages/techdocs-common/src/stages/publish/types.ts index 7d0644ce7c..83fee55133 100644 --- a/packages/techdocs-common/src/stages/publish/types.ts +++ b/packages/techdocs-common/src/stages/publish/types.ts @@ -39,6 +39,7 @@ export type PublishResponse = { /** * Type to hold metadata found in techdocs_metadata.json and associated with each site + * @param etag ETag of the resource used to generate the site. Usually the latest commit sha of the source repository. */ export type TechDocsMetadata = { site_name: string;