Skip to content

Commit 867a05f

Browse files
authored
Tweaking docgen script to temporarily exclude an external type alias with which we are having difficulty. (#695)
1 parent 5595dc2 commit 867a05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docgen/generate-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const contentPath = path.resolve(`${__dirname}/content-sources/node`);
4040
const tempHomePath = path.resolve(`${contentPath}/HOME_TEMP.md`);
4141
const devsitePath = `/docs/reference/admin/node/`;
4242

43-
const firestoreExcludes = ['v1', 'v1beta1', 'setLogFunction'];
43+
const firestoreExcludes = ['v1', 'v1beta1', 'setLogFunction','DocumentData'];
4444
const firestoreHtmlPath = `${docPath}/admin.firestore.html`;
4545
const firestoreHeader = `<section class="tsd-panel-group tsd-member-group ">
4646
<h2>Type aliases</h2>

0 commit comments

Comments
 (0)