-
-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Below a short version of the roadmap I currently envision for this plugin. This issue will also track progress
Integrate with git-revision-date
mkdocs-git-revision-date-localized-plugin does something very similar to this one, retrieving information from git. There is quite some overlap. Note that development on either plugin is still very valuable and would be re-used.
If we keep the amount of options as low as possible, future integration should be fairly straightforward. Hence the focus on simplicity.
To integrate, high level user api:
- Expose more markdown tags for authors and date Make output configurable through template partials #21 Add last updated date #33
- A larger
dictwith information on both dates and authors of a page called{{ git_info }} - deprecate both
mkdocs-git-revision-date-localized-pluginandmkdocs-git-authors-plugin
The plugin could be called something like git-info and contain all info.
Add native support for mkdocs-material
You can already extend mkdocs-material with this plugin (described in README).
To add native support (see squidfunk/mkdocs-material#1403) we first need to complete clean solutions for:
Before proposing native support, it's best to integrate both plugins. That would make it easy for themes to create things like:
