From f5997e55eaafe1fc72cf03f67a3ccb0072f8814a Mon Sep 17 00:00:00 2001 From: Eric Gilmore Date: Mon, 4 Nov 2019 15:02:25 -0800 Subject: [PATCH] Tweaking docgen script to temporarily exclude an external type alias with which we are having difficulty. --- docgen/generate-docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docgen/generate-docs.js b/docgen/generate-docs.js index 86c4e3f34f..b0abb98c9d 100644 --- a/docgen/generate-docs.js +++ b/docgen/generate-docs.js @@ -40,7 +40,7 @@ const contentPath = path.resolve(`${__dirname}/content-sources/node`); const tempHomePath = path.resolve(`${contentPath}/HOME_TEMP.md`); const devsitePath = `/docs/reference/admin/node/`; -const firestoreExcludes = ['v1', 'v1beta1', 'setLogFunction']; +const firestoreExcludes = ['v1', 'v1beta1', 'setLogFunction','DocumentData']; const firestoreHtmlPath = `${docPath}/admin.firestore.html`; const firestoreHeader = `

Type aliases