Skip to content

Commit 851c84f

Browse files
authored
improve(mkdocs): exclue les bots github et precommit des auteurs en bas de page (#1256)
Grâce à ojacques/mkdocs-git-committers-plugin-2#79
2 parents 4ef9933 + 4b2b2a2 commit 851c84f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

config/plugins_git-committers.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ git-committers:
77
.cache/plugins/git-committers/,
88
]
99
docs_path: content/
10+
exclude_committers:
11+
- pre-commit-ci[bot]
12+
- web-flow
1013
repository: geotribu/website
1114
token:
1215
!ENV ["MKDOCS_GIT_COMMITTERS_APIKEY", !ENV ["GH_TOKEN_MATERIAL_INSIDERS"]]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ babel>=2.14,<3 # pour les macros
1212
mkdocs-awesome-pages-plugin>=2.6,<2.11
1313
mkdocs-exclude>=1.0,<1.1
1414
mkdocs-git-authors-plugin<0.10
15-
mkdocs-git-committers-plugin-2>=2.2.3,<2.5
15+
mkdocs-git-committers-plugin-2>=2.5,<2.6
1616
mkdocs-git-revision-date-localized-plugin>=1,<1.4
1717
mkdocs-glightbox>=0.3,<0.5
1818
mkdocs-macros-plugin>=0.5,<1.4

0 commit comments

Comments
 (0)