Skip to content

Commit

Permalink
✨ (docs): Add revision dates
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 23, 2023
1 parent 1afbd8d commit c26cf05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
Expand Down
5 changes: 5 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ extra_css:

plugins:
- search
- git-revision-date-localized:
type: timeago
enable_creation_date: true
exclude:
- README.md
- minify:
minify_html: true
minify_css: true
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
mkdocs==1.4.2
mkdocs-git-revision-date-localized-plugin==1.2.0
mkdocs-material==9.1.3
mkdocs-material-extensions==1.1.1
mkdocs-minify-plugin==0.6.4
Expand Down

0 comments on commit c26cf05

Please sign in to comment.