mkdocs-document-dates 1.1.0__py3-none-any.whl → 1.2.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mkdocs_document_dates-1.1.0.dist-info → mkdocs_document_dates-1.2.0.dist-info}/METADATA +3 -3
- {mkdocs_document_dates-1.1.0.dist-info → mkdocs_document_dates-1.2.0.dist-info}/RECORD +6 -6
- {mkdocs_document_dates-1.1.0.dist-info → mkdocs_document_dates-1.2.0.dist-info}/LICENSE +0 -0
- {mkdocs_document_dates-1.1.0.dist-info → mkdocs_document_dates-1.2.0.dist-info}/WHEEL +0 -0
- {mkdocs_document_dates-1.1.0.dist-info → mkdocs_document_dates-1.2.0.dist-info}/entry_points.txt +0 -0
- {mkdocs_document_dates-1.1.0.dist-info → mkdocs_document_dates-1.2.0.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: mkdocs-document-dates
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.2.0
|
4
4
|
Summary: A MkDocs plugin for displaying accurate document creation and last modification dates.
|
5
5
|
Home-page: https://github.com/jaywhj/mkdocs-document-dates
|
6
6
|
Author: Aaron Wang
|
@@ -111,8 +111,8 @@ modified: 2023-12-31
|
|
111
111
|
- macOS: Uses file creation time (birthtime)
|
112
112
|
- Linux: Uses modification time as creation time due to system limitations, if you need the exact creation time, you can manually specify it in Front Matter
|
113
113
|
- It still works when using CI/CD build systems (e.g. Github Actions)
|
114
|
-
- Used a cache file
|
115
|
-
- You can configure it like this: `pip install --upgrade mkdocs-document-dates` or `pip install mkdocs-document-dates==1.
|
114
|
+
- Used a cache file `dates_cache.json` to solve this problem
|
115
|
+
- You can configure it like this: `pip install --upgrade mkdocs-document-dates` or `pip install mkdocs-document-dates==1.2.0`
|
116
116
|
```
|
117
117
|
- run: pip install --upgrade mkdocs-document-dates
|
118
118
|
- run: mkdocs gh-deploy --force
|
@@ -13,9 +13,9 @@ mkdocs_document_dates/lang/ko.py,sha256=GwY6yrKYAOj6S6feq9yqNxr2XpyGHC0XeenO541v
|
|
13
13
|
mkdocs_document_dates/lang/ru.py,sha256=fK5s4mQKCoP6KI3jf6eqqmqB3YVn39q81U7Cw1QWNNg,721
|
14
14
|
mkdocs_document_dates/lang/zh.py,sha256=OrLElrSTZhHSwxBzuUtUj7NpQb7wm0s83viimpk2ynM,519
|
15
15
|
mkdocs_document_dates/lang/zh_tw.py,sha256=t3qu-a7UOzgcmYDkLFiosJZCcpfMU4xiKTJfu1ZHoHA,519
|
16
|
-
mkdocs_document_dates-1.
|
17
|
-
mkdocs_document_dates-1.
|
18
|
-
mkdocs_document_dates-1.
|
19
|
-
mkdocs_document_dates-1.
|
20
|
-
mkdocs_document_dates-1.
|
21
|
-
mkdocs_document_dates-1.
|
16
|
+
mkdocs_document_dates-1.2.0.dist-info/LICENSE,sha256=1YKfCs5WKSk-bON8a68WZE5to1B2klCrHBYiuaVCThM,514
|
17
|
+
mkdocs_document_dates-1.2.0.dist-info/METADATA,sha256=8eHBtz_irMTHQURmEkNtOqAmjcZUHUZ7eScm49kryU8,3941
|
18
|
+
mkdocs_document_dates-1.2.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
19
|
+
mkdocs_document_dates-1.2.0.dist-info/entry_points.txt,sha256=gI-OFLGjDG6-oLEfyevl3Gwwj2GcqVFQeX3bvL1IF8o,83
|
20
|
+
mkdocs_document_dates-1.2.0.dist-info/top_level.txt,sha256=yWkKQdNuAJJVqUQ9uLa5xD4x_Gux4IfOUpy8Ryagdwc,22
|
21
|
+
mkdocs_document_dates-1.2.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{mkdocs_document_dates-1.1.0.dist-info → mkdocs_document_dates-1.2.0.dist-info}/entry_points.txt
RENAMED
File without changes
|
{mkdocs_document_dates-1.1.0.dist-info → mkdocs_document_dates-1.2.0.dist-info}/top_level.txt
RENAMED
File without changes
|