mkdocs-multirepo-plugin icon indicating copy to clipboard operation
mkdocs-multirepo-plugin copied to clipboard

Doesn't work with git-revision-date-localized plugin

Open legoguy1000 opened this issue 1 year ago • 1 comments

This doesn't appear to work with the git-revision-date-localized as the .git directories are deleted. Is there a way you could allow those directories to remain to enable the use of the git plugins??

legoguy1000 avatar Jan 12 '24 04:01 legoguy1000

maybe an idea to fix the problem would be the following:

for any edited .md file pulled from the GIT repos it could be possible to automatically add (or edit if exists) a table at the end of the COPIED .md file within the temp_dir having the following configurable header/columns:

  • Last updated at
  • Last updated by
  • commit ID
  • commit message

What do you think ?

danielegaliffa avatar Jun 26 '24 14:06 danielegaliffa