Skip to content

Commit 8527346

Browse files
authored
chore: Disable date/time in docs
While useful, disabling to allow detecting no-op doc changes in workflows.
1 parent 0ba94c0 commit 8527346

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jsdoc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"templates": {
1010
"default": {
11-
"outputSourceFiles": false
11+
"outputSourceFiles": false,
12+
"includeDate": false
1213
}
1314
}
1415
}

0 commit comments

Comments
 (0)