Open jpradocueva opened 9 months ago
https://www.npmjs.com/package/git-date-extractor https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#list-commits-on-a-repository https://stackoverflow.com/questions/50194241/get-when-the-file-was-last-updated-from-a-github-repository/50204589#50204589 https://nuxt.com/modules/date-fns
Try adding a commit time stamp as well as last edited time
Update: maybe try importing this module
const path = require('node:path');
Try using this library for last edit date https://attacomsian.com/blog/nodejs-get-file-last-modified-date
Set it per page YYYY-MMM-DD-hh-mm-ss 24h format
@FroudeDescartes. We must introduce a new functionality that inserts the time stamp each time the documentation is updated.
Please take a look at the example at the bottom of the page. The date stamp is inserted automatically, each time that documentation is updated.