You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@
8
8
9
9
# mkdocs-git-authors-plugin
10
10
11
-
[MkDocs](https://www.mkdocs.org/) plugin to display git authors of a markdown page:
11
+
Lightweight [MkDocs](https://www.mkdocs.org/) plugin to display git authors of a markdown page:
12
12
13
13
> Authors: Jane Doe, John Doe
14
14
15
15
The plugin only considers authors of the current lines in the page ('surviving code' using `git blame`).
16
16
17
17
Other MkDocs plugins that use information from git:
18
18
19
-
-[mkdocs-git-committers-plugin](https://github.com/byrnereese/mkdocs-git-committers-plugin) for displaying authors' github user profiles
20
19
-[mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) for displaying the last revision date
20
+
-[mkdocs-git-committers-plugin](https://github.com/byrnereese/mkdocs-git-committers-plugin) for displaying authors' github user profiles
0 commit comments