tombreit / mkdocs-git-latest-changes-plugin

MkDocs plugin that allows you to display a list of recently modified pages from the Git log
https://tombreit.github.io/mkdocs-git-latest-changes-plugin/
MIT License
1 stars 2 forks source link

Plugin config option: only track files in MkDocs `docs_dir` #2

Closed tombreit closed 5 months ago

tombreit commented 7 months ago

... and not all changes in the whole project

tombreit commented 5 months ago

Done in 6f667fb14d8994ef40336a99755a0874d5dfc47d via new plugin config option limit_to_docs_dir (default: False)

# mkdocs.yml
plugins:
  - git-latest-changes:
      limit_to_docs_dir: True