Adding timestamp indicating when better-docs was run
I have better-docs integrated into my CI pipeline and it would be nice to know when it was run over my code.
According to the jsdocs documentation, the timestamp should be automatically inserted into the footer, but this does not seem to be the case for my documentation:
https://radgrad.github.io/radgrad2/
What is the correct way for me to add a timestamp to better-docs generated documentation?
Thank you!
if you have betterDocs.hideGenerator set to true - it wont be there
Thanks so much for the quick response!
I didn't reference hideGenerator anywhere (to my knowledge) so, I explicitly set hideGenerator to false:
https://github.com/radgrad/radgrad2/blob/master/app/jsdoc.json#L26
But still no luck seeing a timestamped footer:
https://radgrad.github.io/radgrad2/
Any advice on my next step?