Skip to content

Commit

Permalink
feat: add git-authors plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
BakasuraRCE committed Mar 8, 2024
1 parent 0846b68 commit cbb4688
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name = "pypi"
[packages]
mkdocs-material = "*"
mkdocs-git-revision-date-localized-plugin = "*"
mkdocs-git-authors-plugin = "*"

[dev-packages]

Expand Down
11 changes: 10 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ plugins:
- git-revision-date-localized:
locale: es
type: date
enable_creation_date: true
enable_creation_date: true
- git-authors

0 comments on commit cbb4688

Please sign in to comment.