mkdocs-multirepo-plugin
mkdocs-multirepo-plugin copied to clipboard
Doesn't work with git-revision-date-localized plugin
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??
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 ?