Skip to content

Commit cb7c127

Browse files
committed
docs: Show revision date and authors
1 parent 37339bf commit cb7c127

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ repo_name: pulp-platform/FlooNoC
5252
plugins:
5353
- social:
5454
cards_layout: default
55+
- git-revision-date-localized:
56+
enable_creation_date: true
57+
- git-committers:
58+
repository: pulp-platform/FlooNoC
59+
branch: main
5560
nav:
5661
- Home:
5762
- index.md

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ docs = [
3434
"mkdocs",
3535
"mkdocs-material",
3636
"pillow",
37-
"cairosvg"
37+
"cairosvg",
38+
"mkdocs-git-revision-date-localized-plugin",
39+
"mkdocs-git-committers-plugin-2"
3840
]
3941
dev = [
4042
"black",

0 commit comments

Comments
 (0)