Skip to content

Commit 77dc2f1

Browse files
committed
Add "last updated at" at the bottom of documentation pages
1 parent fe91a0c commit 77dc2f1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

mkdocs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ markdown_extensions:
2424
- pymdownx.tasklist:
2525
custom_checkbox: true
2626
- pymdownx.tilde
27-
27+
plugins:
28+
- search
29+
- git-revision-date
2830
nav:
2931
# Auto-magically copied from the root of the project in the CI build.
3032
- 'Home': 'README.md'

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ isort = {version = "^4.3", extras = ["pyproject"]}
4848
mkdocs = "^1.1.2"
4949
mkdocs-material = "^5.5.14"
5050
pymdown-extensions = "^8.0"
51+
mkdocs-git-revision-date-plugin = "^0.3.1"
5152

5253
[tool.isort]
5354
known_first_party = "pattern_library"

0 commit comments

Comments
 (0)