docs/techdocs: Add doc string about etag in Metadata type

Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
Himanshu Mishra
2021-03-12 11:34:39 +01:00
parent 75941ca364
commit 2dd8cef6fc
@@ -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;