Skip to content

Commit

Permalink
refacto: remove deprecated date_from_meta.as_* bool
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jun 10, 2024
1 parent 473557e commit 6d0ab3e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ plugins:
abstract_delimiter: <!-- more -->
date_from_meta:
as_creation: "date"
as_update: false
datetime_format: "%Y-%m-%d %H:%M"
default_timezone: "Europe/Paris"
default_time: "22:00"
Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/mkdocs_complete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ plugins:
comments_path: "#__comments"
date_from_meta:
as_creation: "date"
as_update: false
datetime_format: "%Y-%m-%d %H:%M"
default_timezone: Europe/Paris
default_time: "09:30"
Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/mkdocs_complete_no_git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ plugins:
comments_path: "#__comments"
date_from_meta:
as_creation: "date"
as_update: false
datetime_format: "%Y-%m-%d %H:%M"
default_timezone: Europe/Paris
default_time: "09:30"
Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/mkdocs_simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ plugins:
- rss:
date_from_meta:
as_creation: "date"
as_update: false
datetime_format: "%Y-%m-%d %H:%M"
default_timezone: "Europe/Paris"
default_time: "22:00"
Expand Down

0 comments on commit 6d0ab3e

Please sign in to comment.