跳转至

: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

PyPI - Downloads

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

PyPI - Downloads

Uses git to fetch the last revision date per markdown file.

git-authors

PyPI - Downloads

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)

PyPI - Downloads

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)

PyPI - Downloads

Displays a list of committers associated with a file, as well as the last time the file was edited.

git-latest-tag

PyPI - Downloads

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.

macros

PyPI - Downloads

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.

  • author: Laurent Franceschetti fralau
  • links: Pypi | Github | Docs
  • installation: pip install mkdocs-macros-plugin