Add generated_by attribute to page.file#20
Conversation
oprypin
left a comment
There was a problem hiding this comment.
Yeah I suppose the src_path attributes are untruthful coming from mkdocs-gen-files.
Perhaps un-setting the src_path would be the cooler solution, but it's also likely to break something else.
So, nice.
|
Can you give me a pointer on how to solve the style error? |
|
Fixed it.. after a bit of search I released it was a mypy error (I'm not familiar with hatch), |
|
This time it was p.s. A small section on 'contributing' and how to run the hatch commands would be a nice addition :) |
|
Hi @oprypin , any blockers to merging this PR? Seems ready to go :) |
|
I'm interested in this as well (would like to to use mkdocs-git-revision-date-localized-plugin 😉). Let me know if I can be of any help! |
|
And released. Sorry for the huge delay. |
|
Sorry for necroposting, but could we add |
This PR adds an attribute to generated files.
Currently,
mkdocs-gen-filesandmkdocs-git-revision-date-localized-pluginare incompatible.Using this new attribute, this PR can add support: timvink/mkdocs-git-revision-date-localized-plugin#102
More details in timvink/mkdocs-git-revision-date-localized-plugin#101