Add expiry dates to deprecated methods pages

This commit is contained in:
Joe Mooring 2025-01-17 21:39:11 -08:00 committed by Joe Mooring
parent 365ab345f2
commit 042a6846bb
3 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ action:
signatures: [PAGE.Scratch] signatures: [PAGE.Scratch]
toc: true toc: true
aliases: [/extras/scratch/,/doc/scratch/,/functions/scratch] aliases: [/extras/scratch/,/doc/scratch/,/functions/scratch]
expiryDate: 2025-11-18 # deprecated 2024-11-18
--- ---
{{% deprecated-in 0.138.0 %}} {{% deprecated-in 0.138.0 %}}

View File

@ -9,7 +9,7 @@ action:
- methods/resource/Data - methods/resource/Data
returnType: resource.resourceError returnType: resource.resourceError
signatures: [RESOURCE.Err] signatures: [RESOURCE.Err]
expiryDate: 2026-01-31 expiryDate: 2026-01-16 # deprecated 2025-01-16
--- ---
{{% deprecated-in 0.141.0 %}} {{% deprecated-in 0.141.0 %}}

View File

@ -8,6 +8,7 @@ action:
- functions/collections/NewScratch - functions/collections/NewScratch
returnType: maps.Scratch returnType: maps.Scratch
signatures: [SHORTCODE.Scratch] signatures: [SHORTCODE.Scratch]
expiryDate: 2025-11-18 # deprecated 2024-11-18
--- ---
{{% deprecated-in 0.139.0 %}} {{% deprecated-in 0.139.0 %}}