:simple-github: Git存储库和信息
Git repos & info¶
branchcustomization¶
Update or override configuration entries based on the current Git branch. Compatible with ReadTheDocs.
- author: Chris Markiewicz effigies
- links: Github | Docs
- installation:
pip install git+https://github.com/effigies/mkdocs-branchcustomization-plugin
git-revision-date-localized¶
Uses git to fetch the last revision date per markdown file and display it in a localized way (f.e. “9 December 2019” or '5 days ago’)
- author: Tim Vink timvink
- links: Pypi | Github | Docs
- installation:
pip install mkdocs-git-revision-date-localized-plugin
git-revision-date¶
Uses git to fetch the last revision date per markdown file.
- author: Terry Zhao zhaoterryy
- links: Pypi | Github | Docs
- installation:
pip install mkdocs-git-revision-date-plugin
git-authors¶
Displays the git authors of a file, for example: 'written by: Jane Doe, John Doe'
- author: Tim Vink timvink
- links: Pypi | Github | Docs
- installation:
pip install mkdocs-git-authors-plugin
git-committers (ojacques)¶
Displays a list of committers associated with a file, as well as the last time the file was edited. This is a plugin which is a fork from the original mkdocs-git-committers-plugin by @byrnereese.
- author: Olivier Jacques ojacques
- links: Pypi | Github | Docs
- installation:
pip install mkdocs-git-committers-plugin-2
git-committers (byrnereese)¶
Displays a list of committers associated with a file, as well as the last time the file was edited.
- author: Byrne Reese byrnereese
- links: Pypi | Github | Docs
- installation:
pip install mkdocs-git-committers-plugin
git-latest-tag¶
Displays the latest version based on git tags. Replaces {{ git_latest_version }}
and {{ git_revision_date }}
with Git-based latest version and revision date info.
- author: Andrew Garner agarthetiger
- links: Pypi | Github | Docs
- installation:
pip install mkdocs-latest-release-plugin
macros¶
A "Swiss Army knife" of plugins, which brings the power of jinja2 to the markdown pages of a MkDocs website.
If the site is under a git repository, this plugin also provides a wealth of git data in pages, through the git
object.