Skip to content

Commit 6dbbe35

Browse files
committed
Show git contributors
1 parent de47514 commit 6dbbe35

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
.idea
2+
3+
# MkDocs
24
site
5+
.cache

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
mkdocs-material
22
mkdocs-glightbox
3+
mkdocs-git-revision-date-localized-plugin
4+
mkdocs-git-committers-plugin-2

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ extra:
5454
plugins:
5555
- glightbox
5656
- search
57+
- git-revision-date-localized
58+
- git-committers:
59+
repository: CookieAppTeam/docs
60+
branch: main
5761
nav:
5862
- 🏠 Home: index.md
5963
- ✨ Customization: customization.md

0 commit comments

Comments
 (0)