Skip to content

Commit

Permalink
Datetime (#49)
Browse files Browse the repository at this point in the history
* Update mkdocs.yml

* Update .gitignore

* Update requirements.txt

* Update mkdocs.yml
  • Loading branch information
ypwhs authored May 9, 2024
1 parent fa8005f commit 88d1a07
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ _book
node_modules
site
.idea
.cache
9 changes: 9 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ markdown_extensions:
- codehilite
- toc:
permalink: false
plugins:
- search
- glightbox
- git-revision-date-localized:
type: iso_date
enable_creation_date: true
- git-committers:
repository: ypwhs/dl-engineer-guidebook
branch: master
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/sorts/tablesort.number.min.js
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
mkdocs~=1.5.3
mkdocs-material~=9.5.18
mkdocs-glightbox~=0.3.7
mkdocs-git-committers-plugin-2~=2.3.0
mkdocs-git-revision-date-localized-plugin~=1.2.5

0 comments on commit 88d1a07

Please sign in to comment.