mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 22:45:16 -04:00
Remove related pages from pages for deprecated functions and methods
This commit is contained in:
parent
53c7627d57
commit
81b91ef4e7
@ -5,12 +5,7 @@ categories: []
|
|||||||
keywords: []
|
keywords: []
|
||||||
action:
|
action:
|
||||||
aliases: []
|
aliases: []
|
||||||
related:
|
related: []
|
||||||
- functions/hash/Xxhash
|
|
||||||
- functions/crypto/HMAC
|
|
||||||
- functions/crypto/MD5
|
|
||||||
- functions/crypto/SHA1
|
|
||||||
- functions/crypto/SHA256
|
|
||||||
returnType: int
|
returnType: int
|
||||||
signatures: [crypto.FNV32a STRING]
|
signatures: [crypto.FNV32a STRING]
|
||||||
expiryDate: 2025-07-31 # deprecated 2024-07-31
|
expiryDate: 2025-07-31 # deprecated 2024-07-31
|
||||||
|
@ -5,11 +5,7 @@ categories: []
|
|||||||
keywords: []
|
keywords: []
|
||||||
action:
|
action:
|
||||||
aliases: [getCSV]
|
aliases: [getCSV]
|
||||||
related:
|
related: []
|
||||||
- functions/data/GetJSON
|
|
||||||
- functions/resources/Get
|
|
||||||
- functions/resources/GetRemote
|
|
||||||
- methods/page/Resources
|
|
||||||
returnType: '[][]string'
|
returnType: '[][]string'
|
||||||
signatures: ['data.GetCSV SEPARATOR INPUT... [OPTIONS]']
|
signatures: ['data.GetCSV SEPARATOR INPUT... [OPTIONS]']
|
||||||
toc: true
|
toc: true
|
||||||
|
@ -5,11 +5,7 @@ categories: []
|
|||||||
keywords: []
|
keywords: []
|
||||||
action:
|
action:
|
||||||
aliases: [getJSON]
|
aliases: [getJSON]
|
||||||
related:
|
related: []
|
||||||
- functions/data/GetCSV
|
|
||||||
- functions/resources/Get
|
|
||||||
- functions/resources/GetRemote
|
|
||||||
- methods/page/Resources
|
|
||||||
returnType: any
|
returnType: any
|
||||||
signatures: ['data.GetJSON INPUT... [OPTIONS]']
|
signatures: ['data.GetJSON INPUT... [OPTIONS]']
|
||||||
toc: true
|
toc: true
|
||||||
|
@ -4,11 +4,7 @@ description: Compiles the given JavaScript resource with Babel.
|
|||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
action:
|
action:
|
||||||
related:
|
related: []
|
||||||
- functions/js/Batch
|
|
||||||
- functions/js/Build
|
|
||||||
- functions/resources/Fingerprint
|
|
||||||
- functions/resources/Minify
|
|
||||||
returnType: resource.Resource
|
returnType: resource.Resource
|
||||||
signatures: ['resources.Babel [OPTIONS] RESOURCE']
|
signatures: ['resources.Babel [OPTIONS] RESOURCE']
|
||||||
toc: true
|
toc: true
|
||||||
|
@ -4,11 +4,7 @@ description: Processes the given resource with PostCSS using any PostCSS plugin.
|
|||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
action:
|
action:
|
||||||
related:
|
related: []
|
||||||
- functions/resources/Fingerprint
|
|
||||||
- functions/resources/Minify
|
|
||||||
- functions/resources/PostProcess
|
|
||||||
- functions/css/Sass
|
|
||||||
returnType: resource.Resource
|
returnType: resource.Resource
|
||||||
signatures: ['resources.PostCSS [OPTIONS] RESOURCE']
|
signatures: ['resources.PostCSS [OPTIONS] RESOURCE']
|
||||||
toc: true
|
toc: true
|
||||||
|
@ -4,11 +4,7 @@ description: Transpiles Sass to CSS.
|
|||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
action:
|
action:
|
||||||
related:
|
related: []
|
||||||
- functions/resources/Fingerprint
|
|
||||||
- functions/resources/Minify
|
|
||||||
- functions/css/PostCSS
|
|
||||||
- functions/resources/PostProcess
|
|
||||||
returnType: resource.Resource
|
returnType: resource.Resource
|
||||||
signatures: ['resources.ToCSS [OPTIONS] RESOURCE']
|
signatures: ['resources.ToCSS [OPTIONS] RESOURCE']
|
||||||
toc: true
|
toc: true
|
||||||
|
@ -4,9 +4,7 @@ description: Returns a "scratch pad" on the given page to store and manipulate d
|
|||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
action:
|
action:
|
||||||
related:
|
related: []
|
||||||
- methods/page/Store
|
|
||||||
- functions/collections/NewScratch
|
|
||||||
returnType: maps.Scratch
|
returnType: maps.Scratch
|
||||||
signatures: [PAGE.Scratch]
|
signatures: [PAGE.Scratch]
|
||||||
toc: true
|
toc: true
|
||||||
|
@ -4,8 +4,7 @@ description: Returns the number of pages per pager.
|
|||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
action:
|
action:
|
||||||
related:
|
related: []
|
||||||
- methods/page/Paginate
|
|
||||||
returnType: int
|
returnType: int
|
||||||
signatures: [PAGER.PageSize]
|
signatures: [PAGER.PageSize]
|
||||||
expiryDate: 2025-06-09 # deprecated 2024-06-09
|
expiryDate: 2025-06-09 # deprecated 2024-06-09
|
||||||
|
@ -4,8 +4,7 @@ description: Returns a "scratch pad" scoped to the shortcode to store and manipu
|
|||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
action:
|
action:
|
||||||
related:
|
related: []
|
||||||
- functions/collections/NewScratch
|
|
||||||
returnType: maps.Scratch
|
returnType: maps.Scratch
|
||||||
signatures: [SHORTCODE.Scratch]
|
signatures: [SHORTCODE.Scratch]
|
||||||
expiryDate: 2025-11-18 # deprecated 2024-11-18
|
expiryDate: 2025-11-18 # deprecated 2024-11-18
|
||||||
|
Loading…
x
Reference in New Issue
Block a user