Skip to content

Commit df4abaa

Browse files
authored
[Fix] Update docs for as_update (boolean not supported anymore) (#306)
Fixed documentation to be up to date with latest deprecation of boolean allowance in as_update.
2 parents 68c62e5 + 5a06b78 commit df4abaa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ For example, in your `best_article.md` created in 2019, you can write the front-
315315
- rss:
316316
date_from_meta:
317317
as_creation: "date"
318-
as_update: false
318+
as_update: "git"
319319
datetime_format: "%Y-%m-%d %H:%M"
320320
default_timezone: Europe/Paris
321321
```
@@ -343,7 +343,7 @@ For example, in your `best_article.md` created in 2019, you can write the front-
343343
- rss:
344344
date_from_meta:
345345
as_creation: "date.created"
346-
as_update: false
346+
as_update: "git"
347347
datetime_format: "%Y-%m-%d %H:%M"
348348
default_timezone: Europe/Paris
349349
```

docs/schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
},
6262
"as_update": {
6363
"type": [
64-
"boolean",
6564
"string"
6665
]
6766
},

0 commit comments

Comments
 (0)