We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37339bf commit cb7c127Copy full SHA for cb7c127
mkdocs.yml
@@ -52,6 +52,11 @@ repo_name: pulp-platform/FlooNoC
52
plugins:
53
- social:
54
cards_layout: default
55
+ - git-revision-date-localized:
56
+ enable_creation_date: true
57
+ - git-committers:
58
+ repository: pulp-platform/FlooNoC
59
+ branch: main
60
nav:
61
- Home:
62
- index.md
pyproject.toml
@@ -34,7 +34,9 @@ docs = [
34
"mkdocs",
35
"mkdocs-material",
36
"pillow",
37
- "cairosvg"
+ "cairosvg",
38
+ "mkdocs-git-revision-date-localized-plugin",
39
+ "mkdocs-git-committers-plugin-2"
40
]
41
dev = [
42
"black",
0 commit comments