diff --git a/content/en/functions/cast/ToFloat.md b/content/en/functions/cast/ToFloat.md index 2f5afd61d..572042937 100644 --- a/content/en/functions/cast/ToFloat.md +++ b/content/en/functions/cast/ToFloat.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [float] - related: - - functions/cast/ToInt - - functions/cast/ToString returnType: float64 signatures: [cast.ToFloat INPUT] aliases: [/functions/float] diff --git a/content/en/functions/cast/ToInt.md b/content/en/functions/cast/ToInt.md index 2d97b8d84..350713a9e 100644 --- a/content/en/functions/cast/ToInt.md +++ b/content/en/functions/cast/ToInt.md @@ -5,9 +5,6 @@ keywords: [] params: functions_and_methods: aliases: [int] - related: - - functions/cast/ToFloat - - functions/cast/ToString returnType: int signatures: [cast.ToInt INPUT] aliases: [/functions/int] diff --git a/content/en/functions/cast/ToString.md b/content/en/functions/cast/ToString.md index f90ef14c0..1bba001c9 100644 --- a/content/en/functions/cast/ToString.md +++ b/content/en/functions/cast/ToString.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [string] - related: - - functions/cast/ToFloat - - functions/cast/ToInt returnType: string signatures: [cast.ToString INPUT] aliases: [/functions/string] diff --git a/content/en/functions/collections/After.md b/content/en/functions/collections/After.md index 909836030..e1553f99a 100644 --- a/content/en/functions/collections/After.md +++ b/content/en/functions/collections/After.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [after] - related: - - functions/collections/First - - functions/collections/Last returnType: any signatures: [collections.After INDEX COLLECTION] aliases: [/functions/after] diff --git a/content/en/functions/collections/Append.md b/content/en/functions/collections/Append.md index fd37305d2..cf1d1a3f5 100644 --- a/content/en/functions/collections/Append.md +++ b/content/en/functions/collections/Append.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [append] - related: - - functions/collections/Merge returnType: any signatures: - collections.Append ELEMENT [ELEMENT...] COLLECTION diff --git a/content/en/functions/collections/Complement.md b/content/en/functions/collections/Complement.md index 44235f4eb..a73e3d4a6 100644 --- a/content/en/functions/collections/Complement.md +++ b/content/en/functions/collections/Complement.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [complement] - related: - - functions/collections/Intersect - - functions/collections/SymDiff - - functions/collections/Union returnType: any signatures: ['collections.Complement COLLECTION [COLLECTION...]'] aliases: [/functions/complement] diff --git a/content/en/functions/collections/Delimit.md b/content/en/functions/collections/Delimit.md index b403c5b43..b9a71b506 100644 --- a/content/en/functions/collections/Delimit.md +++ b/content/en/functions/collections/Delimit.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [delimit] - related: - - functions/strings/Split returnType: string signatures: ['collections.Delimit COLLECTION DELIMITER [LAST]'] aliases: [/functions/delimit] diff --git a/content/en/functions/collections/Dictionary.md b/content/en/functions/collections/Dictionary.md index cc99d4aed..8aa428106 100644 --- a/content/en/functions/collections/Dictionary.md +++ b/content/en/functions/collections/Dictionary.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [dict] - related: - - functions/collections/Slice returnType: map[string]any signatures: ['collections.Dictionary [VALUE...]'] aliases: [/functions/dict] diff --git a/content/en/functions/collections/First.md b/content/en/functions/collections/First.md index ec46e3b3d..9a672278d 100644 --- a/content/en/functions/collections/First.md +++ b/content/en/functions/collections/First.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [first] - related: - - functions/collections/After - - functions/collections/Last - - methods/pages/Limit returnType: any signatures: [collections.First N COLLECTION] aliases: [/functions/first] diff --git a/content/en/functions/collections/In.md b/content/en/functions/collections/In.md index dbe7d5e4d..e94b4b0ed 100644 --- a/content/en/functions/collections/In.md +++ b/content/en/functions/collections/In.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [in] - related: - - functions/strings/Contains - - functions/strings/ContainsAny - - functions/strings/ContainsNonSpace - - functions/strings/HasPrefix - - functions/strings/HasSuffix returnType: bool signatures: [collections.In SET VALUE] aliases: [/functions/in] diff --git a/content/en/functions/collections/Intersect.md b/content/en/functions/collections/Intersect.md index 4c4b44784..ffa9c8196 100644 --- a/content/en/functions/collections/Intersect.md +++ b/content/en/functions/collections/Intersect.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [intersect] - related: - - functions/collections/Complement - - functions/collections/SymDiff - - functions/collections/Union returnType: any signatures: [collections.Intersect SET1 SET2] aliases: [/functions/intersect] diff --git a/content/en/functions/collections/IsSet.md b/content/en/functions/collections/IsSet.md index c6dbb976c..8bc9e6837 100644 --- a/content/en/functions/collections/IsSet.md +++ b/content/en/functions/collections/IsSet.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [isset] - related: - - functions/go-template/if - - functions/go-template/with returnType: bool signatures: [collections.IsSet COLLECTION KEY] aliases: [/functions/isset] diff --git a/content/en/functions/collections/KeyVals.md b/content/en/functions/collections/KeyVals.md index f9d73910d..bd58caea0 100644 --- a/content/en/functions/collections/KeyVals.md +++ b/content/en/functions/collections/KeyVals.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [keyVals] - related: - - methods/pages/Related returnType: types.KeyValues signatures: [collections.KeyVals KEY VALUE...] aliases: [/functions/keyvals] diff --git a/content/en/functions/collections/Last.md b/content/en/functions/collections/Last.md index 624bbf868..f0cfff219 100644 --- a/content/en/functions/collections/Last.md +++ b/content/en/functions/collections/Last.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [last] - related: - - functions/collections/After - - functions/collections/First returnType: any signatures: [collections.Last N COLLECTION] aliases: [/functions/last] diff --git a/content/en/functions/collections/Merge.md b/content/en/functions/collections/Merge.md index b2c4e37c5..e4de6d6f3 100644 --- a/content/en/functions/collections/Merge.md +++ b/content/en/functions/collections/Merge.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [merge] - related: - - functions/collections/Append returnType: any signatures: [collections.Merge MAP MAP...] aliases: [/functions/merge] diff --git a/content/en/functions/collections/NewScratch.md b/content/en/functions/collections/NewScratch.md index 053b7158b..35304719a 100644 --- a/content/en/functions/collections/NewScratch.md +++ b/content/en/functions/collections/NewScratch.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [newScratch] - related: - - methods/page/Store - - methods/site/Store - - methods/shortcode/Store - - functions/hugo/Store returnType: maps.Scratch signatures: [collections.NewScratch ] --- diff --git a/content/en/functions/collections/Querify.md b/content/en/functions/collections/Querify.md index 92979285f..fd74935b7 100644 --- a/content/en/functions/collections/Querify.md +++ b/content/en/functions/collections/Querify.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [querify] - related: - - functions/go-template/urlquery.md returnType: string signatures: ['collections.Querify [VALUE...]'] aliases: [/functions/querify] diff --git a/content/en/functions/collections/Reverse.md b/content/en/functions/collections/Reverse.md index a8914a3d0..ee455939c 100644 --- a/content/en/functions/collections/Reverse.md +++ b/content/en/functions/collections/Reverse.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/collections/Sort - - functions/collections/Shuffle - - functions/collections/Uniq returnType: any signatures: [collections.Reverse COLLECTION] aliases: [/functions/collections.reverse] diff --git a/content/en/functions/collections/Shuffle.md b/content/en/functions/collections/Shuffle.md index ca85334b2..3a27c099a 100644 --- a/content/en/functions/collections/Shuffle.md +++ b/content/en/functions/collections/Shuffle.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [shuffle] - related: - - functions/collections/Reverse - - functions/collections/Sort - - functions/collections/Uniq returnType: any signatures: [collections.Shuffle COLLECTION] aliases: [/functions/shuffle] diff --git a/content/en/functions/collections/Slice.md b/content/en/functions/collections/Slice.md index 750763ed9..76180fabe 100644 --- a/content/en/functions/collections/Slice.md +++ b/content/en/functions/collections/Slice.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [slice] - related: - - functions/collections/Dictionary returnType: any signatures: ['collections.Slice [VALUE...]'] aliases: [/functions/slice] diff --git a/content/en/functions/collections/Sort.md b/content/en/functions/collections/Sort.md index ba0d5814e..0728dfabf 100644 --- a/content/en/functions/collections/Sort.md +++ b/content/en/functions/collections/Sort.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [sort] - related: - - functions/collections/Reverse - - functions/collections/Shuffle - - functions/collections/Uniq returnType: any signatures: ['collections.Sort COLLECTION [KEY] [ORDER]'] aliases: [/functions/sort] diff --git a/content/en/functions/collections/SymDiff.md b/content/en/functions/collections/SymDiff.md index d1d4adb2b..8974d2d3e 100644 --- a/content/en/functions/collections/SymDiff.md +++ b/content/en/functions/collections/SymDiff.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [symdiff] - related: - - functions/collections/Complement - - functions/collections/Intersect - - functions/collections/SymDiff - - functions/collections/Union returnType: any signatures: [COLLECTION | collections.SymDiff COLLECTION] aliases: [/functions/symdiff] diff --git a/content/en/functions/collections/Union.md b/content/en/functions/collections/Union.md index cb0457d6e..ce6d6d010 100644 --- a/content/en/functions/collections/Union.md +++ b/content/en/functions/collections/Union.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [union] - related: - - functions/collections/Complement - - functions/collections/Intersect - - functions/collections/SymDiff - - functions/collections/Union returnType: any signatures: [collections.Union SET1 SET2] aliases: [/functions/union] diff --git a/content/en/functions/collections/Uniq.md b/content/en/functions/collections/Uniq.md index 6fd3c23d7..d19298b21 100644 --- a/content/en/functions/collections/Uniq.md +++ b/content/en/functions/collections/Uniq.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [uniq] - related: - - functions/collections/Reverse - - functions/collections/Shuffle - - functions/collections/Sort - - functions/collections/Uniq returnType: any signatures: [collections.Uniq COLLECTION] aliases: [/functions/uniq] diff --git a/content/en/functions/compare/Conditional.md b/content/en/functions/compare/Conditional.md index ad20f94aa..c004bf4e6 100644 --- a/content/en/functions/compare/Conditional.md +++ b/content/en/functions/compare/Conditional.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [cond] - related: - - functions/compare/Default returnType: any signatures: [compare.Conditional CONTROL ARG1 ARG2] aliases: [/functions/cond] diff --git a/content/en/functions/compare/Default.md b/content/en/functions/compare/Default.md index 0f9eb5b62..0db4e6522 100644 --- a/content/en/functions/compare/Default.md +++ b/content/en/functions/compare/Default.md @@ -5,9 +5,6 @@ keywords: [] params: functions_and_methods: aliases: [default] - related: - - functions/compare/Conditional - - functions/go-template/Or returnType: any signatures: [compare.Default DEFAULT INPUT] aliases: [/functions/default] diff --git a/content/en/functions/compare/Eq.md b/content/en/functions/compare/Eq.md index b57168ed0..583e2e495 100644 --- a/content/en/functions/compare/Eq.md +++ b/content/en/functions/compare/Eq.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [eq] - related: - - functions/compare/Ge - - functions/compare/Gt - - functions/compare/Le - - functions/compare/Lt - - functions/compare/Ne returnType: bool signatures: ['compare.Eq ARG1 ARG2 [ARG...]'] aliases: [/functions/eq] diff --git a/content/en/functions/compare/Ge.md b/content/en/functions/compare/Ge.md index 4fe5c6bff..fd793f0c9 100644 --- a/content/en/functions/compare/Ge.md +++ b/content/en/functions/compare/Ge.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [ge] - related: - - functions/compare/Eq - - functions/compare/Gt - - functions/compare/Le - - functions/compare/Lt - - functions/compare/Ne returnType: bool signatures: ['compare.Ge ARG1 ARG2 [ARG...]'] aliases: [/functions/ge] diff --git a/content/en/functions/compare/Gt.md b/content/en/functions/compare/Gt.md index ecbbe9258..f48312cf7 100644 --- a/content/en/functions/compare/Gt.md +++ b/content/en/functions/compare/Gt.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [gt] - related: - - functions/compare/Eq - - functions/compare/Ge - - functions/compare/Le - - functions/compare/Lt - - functions/compare/Ne returnType: bool signatures: ['compare.Gt ARG1 ARG2 [ARG...]'] aliases: [/functions/gt] diff --git a/content/en/functions/compare/Le.md b/content/en/functions/compare/Le.md index d35ec1bed..b490d6807 100644 --- a/content/en/functions/compare/Le.md +++ b/content/en/functions/compare/Le.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [le] - related: - - functions/compare/Eq - - functions/compare/Ge - - functions/compare/Gt - - functions/compare/Lt - - functions/compare/Ne returnType: bool signatures: ['compare.Le ARG1 ARG2 [ARG...]'] aliases: [/functions/le] diff --git a/content/en/functions/compare/Lt.md b/content/en/functions/compare/Lt.md index 51a7b094a..a5578cc84 100644 --- a/content/en/functions/compare/Lt.md +++ b/content/en/functions/compare/Lt.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [lt] - related: - - functions/compare/Eq - - functions/compare/Ge - - functions/compare/Gt - - functions/compare/Le - - functions/compare/Ne returnType: bool signatures: ['compare.Lt ARG1 ARG2 [ARG...]'] aliases: [/functions/lt] diff --git a/content/en/functions/compare/Ne.md b/content/en/functions/compare/Ne.md index ce908a766..8839983f8 100644 --- a/content/en/functions/compare/Ne.md +++ b/content/en/functions/compare/Ne.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [ne] - related: - - functions/compare/Eq - - functions/compare/Ge - - functions/compare/Gt - - functions/compare/Le - - functions/compare/Lt returnType: bool signatures: ['compare.Ne ARG1 ARG2 [ARG...]'] aliases: [/functions/ne] diff --git a/content/en/functions/crypto/HMAC.md b/content/en/functions/crypto/HMAC.md index 13df44f1a..5929826dd 100644 --- a/content/en/functions/crypto/HMAC.md +++ b/content/en/functions/crypto/HMAC.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [hmac] - related: - - functions/crypto/FNV32a - - functions/crypto/MD5 - - functions/crypto/SHA1 - - functions/crypto/SHA256 returnType: string signatures: ['crypto.HMAC HASH_TYPE KEY MESSAGE [ENCODING]'] aliases: [/functions/hmac] diff --git a/content/en/functions/crypto/MD5.md b/content/en/functions/crypto/MD5.md index 7eac2607d..89bb8cc1b 100644 --- a/content/en/functions/crypto/MD5.md +++ b/content/en/functions/crypto/MD5.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [md5] - related: - - functions/crypto/FNV32a - - functions/crypto/HMAC - - functions/crypto/SHA1 - - functions/crypto/SHA256 returnType: string signatures: [crypto.MD5 INPUT] aliases: [/functions/md5] diff --git a/content/en/functions/crypto/SHA1.md b/content/en/functions/crypto/SHA1.md index 9784e3140..c80dac0a4 100644 --- a/content/en/functions/crypto/SHA1.md +++ b/content/en/functions/crypto/SHA1.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [sha1] - related: - - functions/crypto/FNV32a - - functions/crypto/HMAC - - functions/crypto/MD5 - - functions/crypto/SHA256 returnType: string signatures: [crypto.SHA1 INPUT] aliases: [/functions/sha,/functions/sha1] diff --git a/content/en/functions/crypto/SHA256.md b/content/en/functions/crypto/SHA256.md index 3157a09fe..d0a66c069 100644 --- a/content/en/functions/crypto/SHA256.md +++ b/content/en/functions/crypto/SHA256.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [sha256] - related: - - functions/crypto/FNV32a - - functions/crypto/HMAC - - functions/crypto/MD5 - - functions/crypto/SHA1 returnType: string signatures: [crypto.SHA256 INPUT] aliases: [/functions/sha256] diff --git a/content/en/functions/css/PostCSS.md b/content/en/functions/css/PostCSS.md index aa8e520d1..77432dc57 100644 --- a/content/en/functions/css/PostCSS.md +++ b/content/en/functions/css/PostCSS.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [postCSS] - related: - - functions/css/Sass - - functions/css/TailwindCSS returnType: resource.Resource signatures: ['css.PostCSS [OPTIONS] RESOURCE'] --- diff --git a/content/en/functions/css/Sass.md b/content/en/functions/css/Sass.md index 8fe205d3e..7946bb5c5 100644 --- a/content/en/functions/css/Sass.md +++ b/content/en/functions/css/Sass.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [toCSS] - related: - - functions/resources/Fingerprint - - functions/resources/Minify - - functions/css/PostCSS - - functions/resources/PostProcess returnType: resource.Resource signatures: ['css.Sass [OPTIONS] RESOURCE'] --- diff --git a/content/en/functions/css/TailwindCSS.md b/content/en/functions/css/TailwindCSS.md index 1657a87df..9da079f1d 100644 --- a/content/en/functions/css/TailwindCSS.md +++ b/content/en/functions/css/TailwindCSS.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/resources/Fingerprint - - functions/resources/Minify - - functions/css/PostCSS returnType: resource.Resource signatures: ['css.TailwindCSS [OPTIONS] RESOURCE'] --- diff --git a/content/en/functions/encoding/Base64Decode.md b/content/en/functions/encoding/Base64Decode.md index c7fb75630..5237e904f 100644 --- a/content/en/functions/encoding/Base64Decode.md +++ b/content/en/functions/encoding/Base64Decode.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [base64Decode] - related: - - functions/encoding/Base64Encode returnType: string signatures: [encoding.Base64Decode INPUT] aliases: [/functions/base64Decode] diff --git a/content/en/functions/encoding/Base64Encode.md b/content/en/functions/encoding/Base64Encode.md index 576b0732b..e19d6773c 100644 --- a/content/en/functions/encoding/Base64Encode.md +++ b/content/en/functions/encoding/Base64Encode.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [base64Encode] - related: - - functions/encoding/Base64Decode returnType: string signatures: [encoding.Base64Encode INPUT] aliases: [/functions/base64, /functions/base64Encode] diff --git a/content/en/functions/encoding/Jsonify.md b/content/en/functions/encoding/Jsonify.md index 5e799e907..1d60dd68d 100644 --- a/content/en/functions/encoding/Jsonify.md +++ b/content/en/functions/encoding/Jsonify.md @@ -7,9 +7,6 @@ params: functions_and_methods: aliases: [jsonify] returnType: template.HTML - related: - - functions/transform/Remarshal - - functions/transform/Unmarshal signatures: ['encoding.Jsonify [OPTIONS] INPUT'] aliases: [/functions/jsonify] --- diff --git a/content/en/functions/fmt/Errorf.md b/content/en/functions/fmt/Errorf.md index 8b40c6293..799622f0e 100644 --- a/content/en/functions/fmt/Errorf.md +++ b/content/en/functions/fmt/Errorf.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [errorf] - related: - - functions/fmt/Erroridf - - functions/fmt/Warnf - - functions/fmt/Warnidf returnType: string signatures: ['fmt.Errorf FORMAT [INPUT]'] aliases: [/functions/errorf] diff --git a/content/en/functions/fmt/Erroridf.md b/content/en/functions/fmt/Erroridf.md index bd84b4430..97d628bac 100644 --- a/content/en/functions/fmt/Erroridf.md +++ b/content/en/functions/fmt/Erroridf.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [erroridf] - related: - - functions/fmt/Errorf - - functions/fmt/Warnf - - functions/fmt/Warnidf returnType: string signatures: ['fmt.Erroridf ID FORMAT [INPUT]'] aliases: [/functions/erroridf] diff --git a/content/en/functions/fmt/Print.md b/content/en/functions/fmt/Print.md index 73b80b51a..f1d169cfa 100644 --- a/content/en/functions/fmt/Print.md +++ b/content/en/functions/fmt/Print.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [print] - related: - - functions/fmt/Printf - - functions/fmt/Println returnType: string signatures: [fmt.Print INPUT] aliases: [/functions/print] diff --git a/content/en/functions/fmt/Printf.md b/content/en/functions/fmt/Printf.md index cb77f237d..68df98609 100644 --- a/content/en/functions/fmt/Printf.md +++ b/content/en/functions/fmt/Printf.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [printf] - related: - - functions/fmt/Print - - functions/fmt/Println returnType: string signatures: ['fmt.Printf FORMAT [INPUT]'] aliases: [/functions/printf] diff --git a/content/en/functions/fmt/Println.md b/content/en/functions/fmt/Println.md index e4d901bcc..b7fe608ff 100644 --- a/content/en/functions/fmt/Println.md +++ b/content/en/functions/fmt/Println.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [println] - related: - - functions/fmt/Print - - functions/fmt/Printf returnType: string signatures: [fmt.Println INPUT] aliases: [/functions/println] diff --git a/content/en/functions/fmt/Warnf.md b/content/en/functions/fmt/Warnf.md index 8b0289e59..887a8d47f 100644 --- a/content/en/functions/fmt/Warnf.md +++ b/content/en/functions/fmt/Warnf.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [warnf] - related: - - functions/fmt/Errorf - - functions/fmt/Erroridf - - functions/fmt/Warnidf returnType: string signatures: ['fmt.Warnf FORMAT [INPUT]'] aliases: [/functions/warnf] diff --git a/content/en/functions/fmt/Warnidf.md b/content/en/functions/fmt/Warnidf.md index 33b399386..79ebf81e6 100644 --- a/content/en/functions/fmt/Warnidf.md +++ b/content/en/functions/fmt/Warnidf.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [warnidf] - related: - - functions/fmt/Errorf - - functions/fmt/Erroridf - - functions/fmt/Warnf returnType: string signatures: ['fmt.Warnidf ID FORMAT [INPUT]'] aliases: [/functions/warnidf] diff --git a/content/en/functions/global/page.md b/content/en/functions/global/page.md index 43488538b..357ad849d 100644 --- a/content/en/functions/global/page.md +++ b/content/en/functions/global/page.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/global/site returnType: signatures: [page] aliases: [/functions/page] diff --git a/content/en/functions/global/site.md b/content/en/functions/global/site.md index eea85d060..4e83c40e3 100644 --- a/content/en/functions/global/site.md +++ b/content/en/functions/global/site.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/global/page returnType: signatures: [site] aliases: [/functions/site] diff --git a/content/en/functions/go-template/and.md b/content/en/functions/go-template/and.md index 4d8129e18..77906df52 100644 --- a/content/en/functions/go-template/and.md +++ b/content/en/functions/go-template/and.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/go-template/not - - functions/go-template/or returnType: any signatures: [and VALUE...] --- diff --git a/content/en/functions/go-template/block.md b/content/en/functions/go-template/block.md index b71e3d562..c0f1c9b0c 100644 --- a/content/en/functions/go-template/block.md +++ b/content/en/functions/go-template/block.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/go-template/define - - functions/go-template/end returnType: signatures: [block NAME CONTEXT] --- diff --git a/content/en/functions/go-template/break.md b/content/en/functions/go-template/break.md index 9744acf7b..9236ec91e 100644 --- a/content/en/functions/go-template/break.md +++ b/content/en/functions/go-template/break.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/go-template/continue - - functions/go-template/range returnType: signatures: [break] --- diff --git a/content/en/functions/go-template/continue.md b/content/en/functions/go-template/continue.md index 7d9f40591..0b9339bf4 100644 --- a/content/en/functions/go-template/continue.md +++ b/content/en/functions/go-template/continue.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/go-template/break - - functions/go-template/range returnType: signatures: [continue] --- diff --git a/content/en/functions/go-template/define.md b/content/en/functions/go-template/define.md index c2e98c2f2..19762a3d6 100644 --- a/content/en/functions/go-template/define.md +++ b/content/en/functions/go-template/define.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/go-template/block - - functions/go-template/end - - functions/go-template/template - - functions/partials/Include - - functions/partials/IncludeCached returnType: signatures: [define NAME] --- diff --git a/content/en/functions/go-template/else.md b/content/en/functions/go-template/else.md index 7d0067010..db3980070 100644 --- a/content/en/functions/go-template/else.md +++ b/content/en/functions/go-template/else.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/go-template/if - - functions/go-template/range - - functions/go-template/with - - functions/go-template/end returnType: signatures: [else VALUE] --- diff --git a/content/en/functions/go-template/end.md b/content/en/functions/go-template/end.md index 92b4ec2e4..21ad1e8a0 100644 --- a/content/en/functions/go-template/end.md +++ b/content/en/functions/go-template/end.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/go-template/block - - functions/go-template/define - - functions/go-template/if - - functions/go-template/range - - functions/go-template/with returnType: signatures: [end] --- diff --git a/content/en/functions/go-template/if.md b/content/en/functions/go-template/if.md index 969356e1b..af2989cca 100644 --- a/content/en/functions/go-template/if.md +++ b/content/en/functions/go-template/if.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/go-template/with - - functions/go-template/else - - functions/go-template/end - - functions/collections/IsSet returnType: signatures: [if EXPR] --- diff --git a/content/en/functions/go-template/len.md b/content/en/functions/go-template/len.md index c717889cb..6a13784e3 100644 --- a/content/en/functions/go-template/len.md +++ b/content/en/functions/go-template/len.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/strings/Count - - functions/strings/CountRunes - - functions/strings/CountWords - - functions/strings/RuneCount returnType: int signatures: [len VALUE] aliases: [/functions/len] diff --git a/content/en/functions/go-template/not.md b/content/en/functions/go-template/not.md index 6f3340f00..fd8b9afae 100644 --- a/content/en/functions/go-template/not.md +++ b/content/en/functions/go-template/not.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/go-template/and - - functions/go-template/or returnType: bool signatures: [not VALUE] --- diff --git a/content/en/functions/go-template/or.md b/content/en/functions/go-template/or.md index 4ae6ea2c6..2f55fe479 100644 --- a/content/en/functions/go-template/or.md +++ b/content/en/functions/go-template/or.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/go-template/and - - functions/go-template/not returnType: any signatures: [or VALUE...] --- diff --git a/content/en/functions/go-template/range.md b/content/en/functions/go-template/range.md index 099d31305..90f0a9efe 100644 --- a/content/en/functions/go-template/range.md +++ b/content/en/functions/go-template/range.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/go-template/break - - functions/go-template/continue - - functions/go-template/else - - functions/go-template/end returnType: signatures: [range COLLECTION] aliases: [/functions/range] diff --git a/content/en/functions/go-template/return.md b/content/en/functions/go-template/return.md index 35c7f2562..68c9baeed 100644 --- a/content/en/functions/go-template/return.md +++ b/content/en/functions/go-template/return.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/partials/Include - - functions/partials/IncludeCached returnType: any signatures: ['return [VALUE]'] --- diff --git a/content/en/functions/go-template/template.md b/content/en/functions/go-template/template.md index 0edcf5b47..dac1fa3be 100644 --- a/content/en/functions/go-template/template.md +++ b/content/en/functions/go-template/template.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/go-template/define - - functions/partials/Include - - functions/partials/IncludeCached returnType: signatures: ['template NAME [CONTEXT]'] --- diff --git a/content/en/functions/go-template/urlquery.md b/content/en/functions/go-template/urlquery.md index 58e63072a..dc97f867e 100644 --- a/content/en/functions/go-template/urlquery.md +++ b/content/en/functions/go-template/urlquery.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/collections/Querify returnType: string signatures: ['urlquery VALUE [VALUE...]'] aliases: [/functions/urlquery] diff --git a/content/en/functions/go-template/with.md b/content/en/functions/go-template/with.md index 0f5e7466b..e18df5e78 100644 --- a/content/en/functions/go-template/with.md +++ b/content/en/functions/go-template/with.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/go-template/if - - functions/go-template/else - - functions/go-template/end - - functions/collections/IsSet returnType: signatures: [with EXPR] aliases: [/functions/with] diff --git a/content/en/functions/hash/FNV32a.md b/content/en/functions/hash/FNV32a.md index 701cf576d..b108acff8 100644 --- a/content/en/functions/hash/FNV32a.md +++ b/content/en/functions/hash/FNV32a.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/hash/Xxhash - - functions/crypto/HMAC - - functions/crypto/MD5 - - functions/crypto/SHA1 - - functions/crypto/SHA256 returnType: int signatures: [hash.FNV32a STRING] aliases: [/functions/crypto.fnv32a] diff --git a/content/en/functions/hash/XxHash.md b/content/en/functions/hash/XxHash.md index b208697cb..c403b5da8 100644 --- a/content/en/functions/hash/XxHash.md +++ b/content/en/functions/hash/XxHash.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [xxhash] - related: - - functions/hash/FNV32a - - functions/crypto/HMAC - - functions/crypto/MD5 - - functions/crypto/SHA1 - - functions/crypto/SHA256 returnType: string signatures: [hash.XxHash STRING] --- diff --git a/content/en/functions/hugo/Environment.md b/content/en/functions/hugo/Environment.md index d15a18412..551306255 100644 --- a/content/en/functions/hugo/Environment.md +++ b/content/en/functions/hugo/Environment.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/hugo/IsDevelopment - - functions/hugo/IsProduction returnType: string signatures: [hugo.Environment] --- diff --git a/content/en/functions/hugo/IsDevelopment.md b/content/en/functions/hugo/IsDevelopment.md index 690913c76..cea923acd 100644 --- a/content/en/functions/hugo/IsDevelopment.md +++ b/content/en/functions/hugo/IsDevelopment.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/hugo/IsProduction - - functions/hugo/Environment returnType: bool signatures: [hugo.IsDevelopment] --- diff --git a/content/en/functions/hugo/IsMultihost.md b/content/en/functions/hugo/IsMultihost.md index d1df9c67f..605afa79a 100644 --- a/content/en/functions/hugo/IsMultihost.md +++ b/content/en/functions/hugo/IsMultihost.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - /functions/hugo/IsMultilingual returnType: bool signatures: [hugo.IsMultihost] --- diff --git a/content/en/functions/hugo/IsMultilingual.md b/content/en/functions/hugo/IsMultilingual.md index 4b3c6e766..85fc6550f 100644 --- a/content/en/functions/hugo/IsMultilingual.md +++ b/content/en/functions/hugo/IsMultilingual.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - /functions/hugo/IsMultihost returnType: bool signatures: [hugo.IsMultilingual] --- diff --git a/content/en/functions/hugo/IsProduction.md b/content/en/functions/hugo/IsProduction.md index 2e6fca0d9..e5433c239 100644 --- a/content/en/functions/hugo/IsProduction.md +++ b/content/en/functions/hugo/IsProduction.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/hugo/IsDevelopment - - functions/hugo/Environment returnType: bool signatures: [hugo.IsProduction] --- diff --git a/content/en/functions/hugo/Store.md b/content/en/functions/hugo/Store.md index 5248a0222..08c684146 100644 --- a/content/en/functions/hugo/Store.md +++ b/content/en/functions/hugo/Store.md @@ -5,11 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Store - - methods/site/Store - - methods/shortcode/Store - - functions/collections/NewScratch returnType: maps.Scratch signatures: [hugo.Store] --- diff --git a/content/en/functions/images/AutoOrient.md b/content/en/functions/images/AutoOrient.md index 953f6d5cc..4a5e221a8 100644 --- a/content/en/functions/images/AutoOrient.md +++ b/content/en/functions/images/AutoOrient.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.AutoOrient] --- diff --git a/content/en/functions/images/Brightness.md b/content/en/functions/images/Brightness.md index b8e5b62b2..0ddfcba55 100644 --- a/content/en/functions/images/Brightness.md +++ b/content/en/functions/images/Brightness.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.Brightness PERCENTAGE] --- diff --git a/content/en/functions/images/ColorBalance.md b/content/en/functions/images/ColorBalance.md index 10654cba4..be4a2bce8 100644 --- a/content/en/functions/images/ColorBalance.md +++ b/content/en/functions/images/ColorBalance.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.ColorBalance PCTRED PCTGREEN PCTBLUE] --- diff --git a/content/en/functions/images/Colorize.md b/content/en/functions/images/Colorize.md index f6e065197..6b8cd5966 100644 --- a/content/en/functions/images/Colorize.md +++ b/content/en/functions/images/Colorize.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.Colorize HUE SATURATION PERCENTAGE] --- diff --git a/content/en/functions/images/Contrast.md b/content/en/functions/images/Contrast.md index a59d045fe..f5d607440 100644 --- a/content/en/functions/images/Contrast.md +++ b/content/en/functions/images/Contrast.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.Contrast PERCENTAGE] --- diff --git a/content/en/functions/images/Dither.md b/content/en/functions/images/Dither.md index 9f3106401..eab7743f7 100644 --- a/content/en/functions/images/Dither.md +++ b/content/en/functions/images/Dither.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - functions/images/Process - - methods/resource/Colors - - methods/resource/Filter returnType: images.filter signatures: ['images.Dither [OPTIONS]'] --- diff --git a/content/en/functions/images/Filter.md b/content/en/functions/images/Filter.md index 1701b0928..c5c8cbd49 100644 --- a/content/en/functions/images/Filter.md +++ b/content/en/functions/images/Filter.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - methods/resource/Filter returnType: images.ImageResource signatures: [images.Filter FILTERS... IMAGE] --- diff --git a/content/en/functions/images/Gamma.md b/content/en/functions/images/Gamma.md index 35e0f6dc8..d8cb076f1 100644 --- a/content/en/functions/images/Gamma.md +++ b/content/en/functions/images/Gamma.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.Gamma GAMMA] --- diff --git a/content/en/functions/images/GaussianBlur.md b/content/en/functions/images/GaussianBlur.md index 0340681bc..c5eb136e2 100644 --- a/content/en/functions/images/GaussianBlur.md +++ b/content/en/functions/images/GaussianBlur.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.GaussianBlur SIGMA] --- diff --git a/content/en/functions/images/Grayscale.md b/content/en/functions/images/Grayscale.md index ef1955140..d3651b8dc 100644 --- a/content/en/functions/images/Grayscale.md +++ b/content/en/functions/images/Grayscale.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.Grayscale] --- diff --git a/content/en/functions/images/Hue.md b/content/en/functions/images/Hue.md index b41b6b0c8..f334eebd8 100644 --- a/content/en/functions/images/Hue.md +++ b/content/en/functions/images/Hue.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.Hue SHIFT] --- diff --git a/content/en/functions/images/Invert.md b/content/en/functions/images/Invert.md index 94def1b41..0f9f9a9d2 100644 --- a/content/en/functions/images/Invert.md +++ b/content/en/functions/images/Invert.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.Invert] --- diff --git a/content/en/functions/images/Mask.md b/content/en/functions/images/Mask.md index a8fb1d680..66c82ae60 100644 --- a/content/en/functions/images/Mask.md +++ b/content/en/functions/images/Mask.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.Mask RESOURCE] --- diff --git a/content/en/functions/images/Opacity.md b/content/en/functions/images/Opacity.md index 00dbf3f15..b9dcf3fd2 100644 --- a/content/en/functions/images/Opacity.md +++ b/content/en/functions/images/Opacity.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.Opacity OPACITY] --- diff --git a/content/en/functions/images/Overlay.md b/content/en/functions/images/Overlay.md index ed65ba6ca..8e5eec3d1 100644 --- a/content/en/functions/images/Overlay.md +++ b/content/en/functions/images/Overlay.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.Overlay RESOURCE X Y] --- diff --git a/content/en/functions/images/Padding.md b/content/en/functions/images/Padding.md index 5eb55beba..da15a44ca 100644 --- a/content/en/functions/images/Padding.md +++ b/content/en/functions/images/Padding.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: ['images.Padding V1 [V2] [V3] [V4] [COLOR]'] --- diff --git a/content/en/functions/images/Pixelate.md b/content/en/functions/images/Pixelate.md index a3e98c160..954950c8b 100644 --- a/content/en/functions/images/Pixelate.md +++ b/content/en/functions/images/Pixelate.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.Pixelate SIZE] --- diff --git a/content/en/functions/images/Process.md b/content/en/functions/images/Process.md index 724e23ac2..134c40c5a 100644 --- a/content/en/functions/images/Process.md +++ b/content/en/functions/images/Process.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter - - methods/resource/Process returnType: images.filter signatures: [images.Process SPEC] --- diff --git a/content/en/functions/images/Saturation.md b/content/en/functions/images/Saturation.md index 9fda889b4..d1dd48b24 100644 --- a/content/en/functions/images/Saturation.md +++ b/content/en/functions/images/Saturation.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.Saturation PERCENTAGE] --- diff --git a/content/en/functions/images/Sepia.md b/content/en/functions/images/Sepia.md index a82ee85ea..ae43045db 100644 --- a/content/en/functions/images/Sepia.md +++ b/content/en/functions/images/Sepia.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.Sepia PERCENTAGE] --- diff --git a/content/en/functions/images/Sigmoid.md b/content/en/functions/images/Sigmoid.md index c7ad8016a..9bfcaf91b 100644 --- a/content/en/functions/images/Sigmoid.md +++ b/content/en/functions/images/Sigmoid.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.Sigmoid MIDPOINT FACTOR] --- diff --git a/content/en/functions/images/Text.md b/content/en/functions/images/Text.md index df86d6ed9..c7e8f8c8b 100644 --- a/content/en/functions/images/Text.md +++ b/content/en/functions/images/Text.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: ['images.Text TEXT [OPTIONS]'] --- diff --git a/content/en/functions/images/UnsharpMask.md b/content/en/functions/images/UnsharpMask.md index 1dd55f2f6..9c06eb5e1 100644 --- a/content/en/functions/images/UnsharpMask.md +++ b/content/en/functions/images/UnsharpMask.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/images/Filter - - methods/resource/Filter returnType: images.filter signatures: [images.UnsharpMask SIGMA AMOUNT THRESHOLD] --- diff --git a/content/en/functions/inflect/Humanize.md b/content/en/functions/inflect/Humanize.md index 4e38ddac2..d3d785243 100644 --- a/content/en/functions/inflect/Humanize.md +++ b/content/en/functions/inflect/Humanize.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [humanize] - related: - - functions/inflect/Pluralize - - functions/inflect/Singularize returnType: string signatures: [inflect.Humanize INPUT] aliases: [/functions/humanize] diff --git a/content/en/functions/inflect/Pluralize.md b/content/en/functions/inflect/Pluralize.md index dc1fe7fe8..f168770d3 100644 --- a/content/en/functions/inflect/Pluralize.md +++ b/content/en/functions/inflect/Pluralize.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [pluralize] - related: - - functions/inflect/Humanize - - functions/inflect/Singularize returnType: string signatures: [inflect.Pluralize INPUT] aliases: [/functions/pluralize] diff --git a/content/en/functions/inflect/Singularize.md b/content/en/functions/inflect/Singularize.md index eee5c5002..41e05b784 100644 --- a/content/en/functions/inflect/Singularize.md +++ b/content/en/functions/inflect/Singularize.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [singularize] - related: - - functions/inflect/Humanize - - functions/inflect/Pluralize returnType: string signatures: [inflect.Singularize INPUT] aliases: [/functions/singularize] diff --git a/content/en/functions/js/Babel.md b/content/en/functions/js/Babel.md index cd6a5095f..69bd21636 100644 --- a/content/en/functions/js/Babel.md +++ b/content/en/functions/js/Babel.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [babel] - related: - - functions/js/Batch - - functions/js/Build - - functions/resources/Fingerprint - - functions/resources/Minify returnType: resource.Resource signatures: ['js.Babel [OPTIONS] RESOURCE'] --- diff --git a/content/en/functions/js/Batch.md b/content/en/functions/js/Batch.md index 5bce47889..bf51c2a84 100644 --- a/content/en/functions/js/Batch.md +++ b/content/en/functions/js/Batch.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/js/Build - - functions/js/Babel - - functions/resources/Fingerprint - - functions/resources/Minify returnType: js.Batcher signatures: ['js.Batch [ID]'] --- diff --git a/content/en/functions/js/Build.md b/content/en/functions/js/Build.md index 137c8a50f..423369bab 100644 --- a/content/en/functions/js/Build.md +++ b/content/en/functions/js/Build.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/js/Batch - - functions/js/Babel - - functions/resources/Fingerprint - - functions/resources/Minify returnType: resource.Resource signatures: ['js.Build [OPTIONS] RESOURCE'] --- diff --git a/content/en/functions/lang/FormatAccounting.md b/content/en/functions/lang/FormatAccounting.md index ddc1eca3f..d2a1d76f6 100644 --- a/content/en/functions/lang/FormatAccounting.md +++ b/content/en/functions/lang/FormatAccounting.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/lang/FormatCurrency - - functions/lang/FormatNumber - - functions/lang/FormatNumberCustom - - functions/lang/FormatPercent returnType: string signatures: [lang.FormatAccounting PRECISION CURRENCY NUMBER] --- diff --git a/content/en/functions/lang/FormatCurrency.md b/content/en/functions/lang/FormatCurrency.md index 5945538d8..327413c07 100644 --- a/content/en/functions/lang/FormatCurrency.md +++ b/content/en/functions/lang/FormatCurrency.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/lang/FormatAccounting - - functions/lang/FormatNumber - - functions/lang/FormatNumberCustom - - functions/lang/FormatPercent returnType: string signatures: [lang.FormatCurrency PRECISION CURRENCY NUMBER] --- diff --git a/content/en/functions/lang/FormatNumber.md b/content/en/functions/lang/FormatNumber.md index 68fe8706a..5bf37996a 100644 --- a/content/en/functions/lang/FormatNumber.md +++ b/content/en/functions/lang/FormatNumber.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/lang/FormatAccounting - - functions/lang/FormatCurrency - - functions/lang/FormatNumberCustom - - functions/lang/FormatPercent returnType: string signatures: [lang.FormatNumber PRECISION NUMBER] --- diff --git a/content/en/functions/lang/FormatNumberCustom.md b/content/en/functions/lang/FormatNumberCustom.md index 0f7171795..0a70cd938 100644 --- a/content/en/functions/lang/FormatNumberCustom.md +++ b/content/en/functions/lang/FormatNumberCustom.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/lang/FormatAccounting - - functions/lang/FormatCurrency - - functions/lang/FormatNumber - - functions/lang/FormatPercent returnType: string signatures: ['lang.FormatNumberCustom PRECISION NUMBER [OPTIONS...]'] aliases: ['/functions/numfmt/'] diff --git a/content/en/functions/lang/FormatPercent.md b/content/en/functions/lang/FormatPercent.md index f75ac0bf8..aef1fb64c 100644 --- a/content/en/functions/lang/FormatPercent.md +++ b/content/en/functions/lang/FormatPercent.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/lang/FormatAccounting - - functions/lang/FormatCurrency - - functions/lang/FormatNumber - - functions/lang/FormatNumberCustom returnType: string signatures: [lang.FormatPercent PRECISION NUMBER] --- diff --git a/content/en/functions/math/Acos.md b/content/en/functions/math/Acos.md index 45c4bedfa..32537e2dd 100644 --- a/content/en/functions/math/Acos.md +++ b/content/en/functions/math/Acos.md @@ -6,14 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/math/Asin - - functions/math/Atan - - functions/math/Atan2 - - functions/math/Pi - - functions/math/Sin - - functions/math/Cos - - functions/math/Tan returnType: float64 signatures: [math.Acos VALUE] --- diff --git a/content/en/functions/math/Add.md b/content/en/functions/math/Add.md index aab982b71..cd137c6c7 100644 --- a/content/en/functions/math/Add.md +++ b/content/en/functions/math/Add.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [add] - related: - - functions/math/Div - - functions/math/Mul - - functions/math/Product - - functions/math/Sub - - functions/math/Sum returnType: any signatures: [math.Add VALUE VALUE...] --- diff --git a/content/en/functions/math/Asin.md b/content/en/functions/math/Asin.md index 41bafdde6..76114a72e 100644 --- a/content/en/functions/math/Asin.md +++ b/content/en/functions/math/Asin.md @@ -6,14 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/math/Acos - - functions/math/Atan - - functions/math/Atan2 - - functions/math/Pi - - functions/math/Sin - - functions/math/Cos - - functions/math/Tan returnType: float64 signatures: [math.Asin VALUE] --- diff --git a/content/en/functions/math/Atan.md b/content/en/functions/math/Atan.md index 7e2cbc712..5c8268b47 100644 --- a/content/en/functions/math/Atan.md +++ b/content/en/functions/math/Atan.md @@ -6,14 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/math/Atan2 - - functions/math/Asin - - functions/math/Acos - - functions/math/Pi - - functions/math/Sin - - functions/math/Cos - - functions/math/Tan returnType: float64 signatures: [math.Atan VALUE] --- diff --git a/content/en/functions/math/Atan2.md b/content/en/functions/math/Atan2.md index 1159d0c47..942fffdf8 100644 --- a/content/en/functions/math/Atan2.md +++ b/content/en/functions/math/Atan2.md @@ -6,14 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/math/Atan - - functions/math/Asin - - functions/math/Acos - - functions/math/Pi - - functions/math/Sin - - functions/math/Cos - - functions/math/Tan returnType: float64 signatures: [math.Atan2 VALUE VALUE] --- diff --git a/content/en/functions/math/Ceil.md b/content/en/functions/math/Ceil.md index 268f5c783..22a9d0299 100644 --- a/content/en/functions/math/Ceil.md +++ b/content/en/functions/math/Ceil.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/math/Floor - - functions/math/Round returnType: float64 signatures: [math.Ceil VALUE] --- diff --git a/content/en/functions/math/Cos.md b/content/en/functions/math/Cos.md index 15ce6219c..249a064bb 100644 --- a/content/en/functions/math/Cos.md +++ b/content/en/functions/math/Cos.md @@ -6,14 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/math/Pi - - functions/math/Sin - - functions/math/Tan - - functions/math/Asin - - functions/math/Acos - - functions/math/Atan - - functions/math/Atan2 returnType: float64 signatures: [math.Cos VALUE] --- diff --git a/content/en/functions/math/Div.md b/content/en/functions/math/Div.md index bbc9f73df..0e338a9e9 100644 --- a/content/en/functions/math/Div.md +++ b/content/en/functions/math/Div.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [div] - related: - - functions/math/Add - - functions/math/Mul - - functions/math/Product - - functions/math/Sub - - functions/math/Sum returnType: any signatures: [math.Div VALUE VALUE...] --- diff --git a/content/en/functions/math/Floor.md b/content/en/functions/math/Floor.md index 5573f4c38..dbfd8620e 100644 --- a/content/en/functions/math/Floor.md +++ b/content/en/functions/math/Floor.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/math/Ceil - - functions/math/Round returnType: float64 signatures: [math.Floor VALUE] --- diff --git a/content/en/functions/math/Max.md b/content/en/functions/math/Max.md index 61e1d2e28..d3a7676fc 100644 --- a/content/en/functions/math/Max.md +++ b/content/en/functions/math/Max.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/math/Min returnType: float64 signatures: [math.Max VALUE...] --- diff --git a/content/en/functions/math/Min.md b/content/en/functions/math/Min.md index 88636fa30..4f7d7b85a 100644 --- a/content/en/functions/math/Min.md +++ b/content/en/functions/math/Min.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/math/Max returnType: float64 signatures: [math.Min VALUE...] --- diff --git a/content/en/functions/math/Mod.md b/content/en/functions/math/Mod.md index 1b03bbeaf..6035a361e 100644 --- a/content/en/functions/math/Mod.md +++ b/content/en/functions/math/Mod.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [mod] - related: - - functions/math/ModBool returnType: int64 signatures: [math.Mod VALUE1 VALUE2] --- diff --git a/content/en/functions/math/ModBool.md b/content/en/functions/math/ModBool.md index 6a9464fae..fc7813d67 100644 --- a/content/en/functions/math/ModBool.md +++ b/content/en/functions/math/ModBool.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [modBool] - related: - - functions/math/Mod returnType: bool signatures: [math.ModBool VALUE1 VALUE2] --- diff --git a/content/en/functions/math/Mul.md b/content/en/functions/math/Mul.md index 90d99540a..69f2dbe1b 100644 --- a/content/en/functions/math/Mul.md +++ b/content/en/functions/math/Mul.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [mul] - related: - - functions/math/Add - - functions/math/Div - - functions/math/Product - - functions/math/Sub - - functions/math/Sum returnType: any signatures: [math.Mul VALUE VALUE...] --- diff --git a/content/en/functions/math/Pi.md b/content/en/functions/math/Pi.md index 83aa127cb..0bc74bf03 100644 --- a/content/en/functions/math/Pi.md +++ b/content/en/functions/math/Pi.md @@ -6,14 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/math/Sin - - functions/math/Cos - - functions/math/Tan - - functions/math/Asin - - functions/math/Acos - - functions/math/Atan - - functions/math/Atan2 returnType: float64 signatures: [math.Pi] --- diff --git a/content/en/functions/math/Pow.md b/content/en/functions/math/Pow.md index 6b03a0b5f..a4384305d 100644 --- a/content/en/functions/math/Pow.md +++ b/content/en/functions/math/Pow.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [pow] - related: - - functions/math/Sqrt returnType: float64 signatures: [math.Pow VALUE1 VALUE2] --- diff --git a/content/en/functions/math/Product.md b/content/en/functions/math/Product.md index 88aed3dc1..ffb1afe46 100644 --- a/content/en/functions/math/Product.md +++ b/content/en/functions/math/Product.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/math/Add - - functions/math/Div - - functions/math/Mul - - functions/math/Sub - - functions/math/Sum returnType: float64 signatures: [math.Product VALUE...] --- diff --git a/content/en/functions/math/Round.md b/content/en/functions/math/Round.md index abca85f7d..6bc015ce7 100644 --- a/content/en/functions/math/Round.md +++ b/content/en/functions/math/Round.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/math/Ceil - - functions/math/Floor returnType: float64 signatures: [math.Round VALUE] --- diff --git a/content/en/functions/math/Sin.md b/content/en/functions/math/Sin.md index 5c3df2a4c..b5ab86bb8 100644 --- a/content/en/functions/math/Sin.md +++ b/content/en/functions/math/Sin.md @@ -6,14 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/math/Pi - - functions/math/Cos - - functions/math/Tan - - functions/math/Asin - - functions/math/Acos - - functions/math/Atan - - functions/math/Atan2 returnType: float64 signatures: [math.Sin VALUE] --- diff --git a/content/en/functions/math/Sqrt.md b/content/en/functions/math/Sqrt.md index bf500c3c4..b2f49fdbd 100644 --- a/content/en/functions/math/Sqrt.md +++ b/content/en/functions/math/Sqrt.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/math/Pow returnType: float64 signatures: [math.Sqrt VALUE] --- diff --git a/content/en/functions/math/Sub.md b/content/en/functions/math/Sub.md index ec80d7bbd..49459cd71 100644 --- a/content/en/functions/math/Sub.md +++ b/content/en/functions/math/Sub.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [sub] - related: - - functions/math/Add - - functions/math/Div - - functions/math/Mul - - functions/math/Product - - functions/math/Sum returnType: any signatures: [math.Sub VALUE VALUE...] --- diff --git a/content/en/functions/math/Sum.md b/content/en/functions/math/Sum.md index 722f07560..e14bc924b 100644 --- a/content/en/functions/math/Sum.md +++ b/content/en/functions/math/Sum.md @@ -5,12 +5,6 @@ categories: [] params: functions_and_methods: aliases: [] - related: - - functions/math/Add - - functions/math/Div - - functions/math/Mul - - functions/math/Product - - functions/math/Sub returnType: float64 signatures: [math.Sum VALUE...] --- diff --git a/content/en/functions/math/Tan.md b/content/en/functions/math/Tan.md index 3c735c435..c4f861c05 100644 --- a/content/en/functions/math/Tan.md +++ b/content/en/functions/math/Tan.md @@ -6,14 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/math/Pi - - functions/math/Sin - - functions/math/Cos - - functions/math/Asin - - functions/math/Acos - - functions/math/Atan - - functions/math/Atan2 returnType: float64 signatures: [math.Tan VALUE] --- diff --git a/content/en/functions/math/ToDegrees.md b/content/en/functions/math/ToDegrees.md index a42df6d59..f01cd4728 100644 --- a/content/en/functions/math/ToDegrees.md +++ b/content/en/functions/math/ToDegrees.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/math/ToRadians - - functions/math/Pi returnType: float64 signatures: [math.ToDegrees VALUE] --- diff --git a/content/en/functions/math/ToRadians.md b/content/en/functions/math/ToRadians.md index 0a6707111..b5acbb65b 100644 --- a/content/en/functions/math/ToRadians.md +++ b/content/en/functions/math/ToRadians.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/math/ToDegrees - - functions/math/Pi returnType: float64 signatures: [math.ToRadians VALUE] --- diff --git a/content/en/functions/os/FileExists.md b/content/en/functions/os/FileExists.md index 917c5fa88..b8a01a3e7 100644 --- a/content/en/functions/os/FileExists.md +++ b/content/en/functions/os/FileExists.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [fileExists] - related: - - functions/os/Getenv - - functions/os/ReadDir - - functions/os/ReadFile - - functions/os/Stat returnType: bool signatures: [os.FileExists PATH] aliases: [/functions/fileexists] diff --git a/content/en/functions/os/Getenv.md b/content/en/functions/os/Getenv.md index d2b972bfd..04215e6c3 100644 --- a/content/en/functions/os/Getenv.md +++ b/content/en/functions/os/Getenv.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [getenv] - related: - - functions/os/FileExists - - functions/os/ReadDir - - functions/os/ReadFile - - functions/os/Stat returnType: string signatures: [os.Getenv VARIABLE] aliases: [/functions/getenv] diff --git a/content/en/functions/os/ReadDir.md b/content/en/functions/os/ReadDir.md index 9e9e4ef0f..65c398a31 100644 --- a/content/en/functions/os/ReadDir.md +++ b/content/en/functions/os/ReadDir.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [readDir] - related: - - functions/os/FileExists - - functions/os/Getenv - - functions/os/ReadFile - - functions/os/Stat returnType: os.FileInfo signatures: [os.ReadDir PATH] aliases: [/functions/readdir] diff --git a/content/en/functions/os/ReadFile.md b/content/en/functions/os/ReadFile.md index be007d2c6..7f25327c8 100644 --- a/content/en/functions/os/ReadFile.md +++ b/content/en/functions/os/ReadFile.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [readFile] - related: - - functions/os/FileExists - - functions/os/Getenv - - functions/os/ReadDir - - functions/os/Stat returnType: string signatures: [os.ReadFile PATH] aliases: [/functions/readfile] diff --git a/content/en/functions/os/Stat.md b/content/en/functions/os/Stat.md index 87d7631d7..63cb3f26a 100644 --- a/content/en/functions/os/Stat.md +++ b/content/en/functions/os/Stat.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/os/FileExists - - functions/os/Getenv - - functions/os/ReadDir - - functions/os/ReadFile returnType: os.FileInfo signatures: [os.Stat PATH] aliases: [/functions/os.stat] diff --git a/content/en/functions/partials/Include.md b/content/en/functions/partials/Include.md index 195b4896c..eb7eeafdc 100644 --- a/content/en/functions/partials/Include.md +++ b/content/en/functions/partials/Include.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [partial] - related: - - functions/go-template/return - - functions/partials/IncludeCached - - functions/go-template/template - - methods/page/Render returnType: any signatures: ['partials.Include NAME [CONTEXT]'] aliases: [/functions/partial] diff --git a/content/en/functions/partials/IncludeCached.md b/content/en/functions/partials/IncludeCached.md index 3f158bc4a..21482cd3e 100644 --- a/content/en/functions/partials/IncludeCached.md +++ b/content/en/functions/partials/IncludeCached.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [partialCached] - related: - - functions/go-template/return - - functions/partials/Include - - functions/go-template/template - - methods/page/Render returnType: any signatures: ['partials.IncludeCached LAYOUT CONTEXT [VARIANT...]'] aliases: [/functions/partialcached] diff --git a/content/en/functions/path/Base.md b/content/en/functions/path/Base.md index bbaedf7f4..39d52bfcb 100644 --- a/content/en/functions/path/Base.md +++ b/content/en/functions/path/Base.md @@ -6,13 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/path/BaseName - - functions/path/Clean - - functions/path/Dir - - functions/path/Ext - - functions/path/Join - - functions/path/Split returnType: string signatures: [path.Base PATH] aliases: [/functions/path.base] diff --git a/content/en/functions/path/BaseName.md b/content/en/functions/path/BaseName.md index 875f14193..468898a6f 100644 --- a/content/en/functions/path/BaseName.md +++ b/content/en/functions/path/BaseName.md @@ -6,13 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/path/Base - - functions/path/Clean - - functions/path/Dir - - functions/path/Ext - - functions/path/Join - - functions/path/Split returnType: string signatures: [path.BaseName PATH] aliases: [/functions/path.basename] diff --git a/content/en/functions/path/Clean.md b/content/en/functions/path/Clean.md index b7d5f47af..b9f2de038 100644 --- a/content/en/functions/path/Clean.md +++ b/content/en/functions/path/Clean.md @@ -6,13 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/path/Base - - functions/path/BaseName - - functions/path/Dir - - functions/path/Ext - - functions/path/Join - - functions/path/Split returnType: string signatures: [path.Clean PATH] aliases: [/functions/path.clean] diff --git a/content/en/functions/path/Dir.md b/content/en/functions/path/Dir.md index 76dc1de33..04d5500f5 100644 --- a/content/en/functions/path/Dir.md +++ b/content/en/functions/path/Dir.md @@ -6,13 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/path/Base - - functions/path/BaseName - - functions/path/Clean - - functions/path/Ext - - functions/path/Join - - functions/path/Split returnType: string signatures: [path.Dir PATH] aliases: [/functions/path.dir] diff --git a/content/en/functions/path/Ext.md b/content/en/functions/path/Ext.md index 0c3c99640..3646d02d0 100644 --- a/content/en/functions/path/Ext.md +++ b/content/en/functions/path/Ext.md @@ -6,13 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/path/Base - - functions/path/BaseName - - functions/path/Clean - - functions/path/Dir - - functions/path/Join - - functions/path/Split returnType: string signatures: [path.Ext PATH] aliases: [/functions/path.ext] diff --git a/content/en/functions/path/Join.md b/content/en/functions/path/Join.md index e2b5d4e0f..bda46737f 100644 --- a/content/en/functions/path/Join.md +++ b/content/en/functions/path/Join.md @@ -6,14 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/path/Base - - functions/path/BaseName - - functions/path/Clean - - functions/path/Dir - - functions/path/Ext - - functions/path/Split - - functions/urls/JoinPath returnType: string signatures: [path.Join ELEMENT...] aliases: [/functions/path.join] diff --git a/content/en/functions/path/Split.md b/content/en/functions/path/Split.md index 5913bb191..d4f8d08e0 100644 --- a/content/en/functions/path/Split.md +++ b/content/en/functions/path/Split.md @@ -6,13 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/path/Base - - functions/path/BaseName - - functions/path/Clean - - functions/path/Dir - - functions/path/Ext - - functions/path/Join returnType: paths.DirFile signatures: [path.Split PATH] aliases: [/functions/path.split] diff --git a/content/en/functions/reflect/IsMap.md b/content/en/functions/reflect/IsMap.md index 54d5bba3c..55b9811d7 100644 --- a/content/en/functions/reflect/IsMap.md +++ b/content/en/functions/reflect/IsMap.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/reflect/IsSlice returnType: bool signatures: [reflect.IsMap INPUT] aliases: [/functions/reflect.ismap] diff --git a/content/en/functions/reflect/IsSlice.md b/content/en/functions/reflect/IsSlice.md index 5df1d568e..3a5c1229b 100644 --- a/content/en/functions/reflect/IsSlice.md +++ b/content/en/functions/reflect/IsSlice.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/reflect/IsMap returnType: bool signatures: [reflect.IsSlice INPUT] aliases: [/functions/reflect.isslice] diff --git a/content/en/functions/safe/CSS.md b/content/en/functions/safe/CSS.md index b64fe9149..c05cda87e 100644 --- a/content/en/functions/safe/CSS.md +++ b/content/en/functions/safe/CSS.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [safeCSS] - related: - - functions/safe/HTML - - functions/safe/HTMLAttr - - functions/safe/JS - - functions/safe/JSStr - - functions/safe/URL returnType: template.CSS signatures: [safe.CSS INPUT] aliases: [/functions/safecss] diff --git a/content/en/functions/safe/HTML.md b/content/en/functions/safe/HTML.md index 322a9cdf4..25ffb3318 100644 --- a/content/en/functions/safe/HTML.md +++ b/content/en/functions/safe/HTML.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [safeHTML] - related: - - functions/safe/CSS - - functions/safe/HTMLAttr - - functions/safe/JS - - functions/safe/JSStr - - functions/safe/URL returnType: template.HTML signatures: [safe.HTML INPUT] aliases: [/functions/safehtml] diff --git a/content/en/functions/safe/HTMLAttr.md b/content/en/functions/safe/HTMLAttr.md index 4bf322f85..7cfefdfb2 100644 --- a/content/en/functions/safe/HTMLAttr.md +++ b/content/en/functions/safe/HTMLAttr.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [safeHTMLAttr] - related: - - functions/safe/CSS - - functions/safe/HTML - - functions/safe/JS - - functions/safe/JSStr - - functions/safe/URL returnType: template.HTMLAttr signatures: [safe.HTMLAttr INPUT] aliases: [/functions/safehtmlattr] diff --git a/content/en/functions/safe/JS.md b/content/en/functions/safe/JS.md index 2a359c853..0c4d9009d 100644 --- a/content/en/functions/safe/JS.md +++ b/content/en/functions/safe/JS.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [safeJS] - related: - - functions/safe/CSS - - functions/safe/HTML - - functions/safe/HTMLAttr - - functions/safe/JSStr - - functions/safe/URL returnType: template.JS signatures: [safe.JS INPUT] aliases: [/functions/safejs] diff --git a/content/en/functions/safe/JSStr.md b/content/en/functions/safe/JSStr.md index 4adf82e94..81946a14c 100644 --- a/content/en/functions/safe/JSStr.md +++ b/content/en/functions/safe/JSStr.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [safeJSStr] - related: - - functions/safe/CSS - - functions/safe/HTML - - functions/safe/HTMLAttr - - functions/safe/JS - - functions/safe/URL returnType: template.JSStr signatures: [safe.JSStr INPUT] aliases: [/functions/safejsstr] diff --git a/content/en/functions/safe/URL.md b/content/en/functions/safe/URL.md index d9c598876..798d96469 100644 --- a/content/en/functions/safe/URL.md +++ b/content/en/functions/safe/URL.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [safeURL] - related: - - functions/safe/CSS - - functions/safe/HTML - - functions/safe/HTMLAttr - - functions/safe/JS - - functions/safe/JSStr returnType: template.URL signatures: [safe.URL INPUT] aliases: [/functions/safeurl] diff --git a/content/en/functions/strings/Chomp.md b/content/en/functions/strings/Chomp.md index 87220e035..1ff2b7f47 100644 --- a/content/en/functions/strings/Chomp.md +++ b/content/en/functions/strings/Chomp.md @@ -6,13 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [chomp] - related: - - functions/strings/Trim - - functions/strings/TrimSpace - - functions/strings/TrimLeft - - functions/strings/TrimPrefix - - functions/strings/TrimRight - - functions/strings/TrimSuffix returnType: any signatures: [strings.Chomp STRING] aliases: [/functions/chomp] diff --git a/content/en/functions/strings/Contains.md b/content/en/functions/strings/Contains.md index e38de168b..e0e3b087c 100644 --- a/content/en/functions/strings/Contains.md +++ b/content/en/functions/strings/Contains.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/strings/ContainsAny - - functions/strings/ContainsNonSpace - - functions/strings/HasPrefix - - functions/strings/HasSuffix - - functions/collections/In returnType: bool signatures: [strings.Contains STRING SUBSTRING] aliases: [/functions/strings.contains] diff --git a/content/en/functions/strings/ContainsAny.md b/content/en/functions/strings/ContainsAny.md index 56111a4c0..521ff3421 100644 --- a/content/en/functions/strings/ContainsAny.md +++ b/content/en/functions/strings/ContainsAny.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/strings/Contains - - functions/strings/ContainsNonSpace - - functions/strings/HasPrefix - - functions/strings/HasSuffix - - functions/collections/In returnType: bool signatures: [strings.ContainsAny STRING SET] aliases: [/functions/strings.containsany] diff --git a/content/en/functions/strings/ContainsNonSpace.md b/content/en/functions/strings/ContainsNonSpace.md index d864bd667..7b8dcb730 100644 --- a/content/en/functions/strings/ContainsNonSpace.md +++ b/content/en/functions/strings/ContainsNonSpace.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/strings/Contains - - functions/strings/ContainsAny - - functions/strings/HasPrefix - - functions/strings/HasSuffix - - functions/collections/In returnType: bool signatures: [strings.ContainsNonSpace STRING] aliases: [/functions/strings.containsnonspace] diff --git a/content/en/functions/strings/Count.md b/content/en/functions/strings/Count.md index ce43c4053..76378b27d 100644 --- a/content/en/functions/strings/Count.md +++ b/content/en/functions/strings/Count.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/go-template/len - - functions/strings/CountRunes - - functions/strings/CountWords - - functions/strings/RuneCount returnType: int signatures: [strings.Count SUBSTR STRING] aliases: [/functions/strings.count] diff --git a/content/en/functions/strings/CountRunes.md b/content/en/functions/strings/CountRunes.md index 2ee6253ad..8ad6b00da 100644 --- a/content/en/functions/strings/CountRunes.md +++ b/content/en/functions/strings/CountRunes.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [countrunes] - related: - - functions/go-template/len - - functions/strings/Count - - functions/strings/CountWords - - functions/strings/RuneCount returnType: int signatures: [strings.CountRunes INPUT] aliases: [/functions/countrunes] diff --git a/content/en/functions/strings/CountWords.md b/content/en/functions/strings/CountWords.md index 2e5046a35..e50febf69 100644 --- a/content/en/functions/strings/CountWords.md +++ b/content/en/functions/strings/CountWords.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [countwords] - related: - - functions/go-template/len - - functions/strings/Count - - functions/strings/CountRunes - - functions/strings/RuneCount returnType: int signatures: [strings.CountWords INPUT] aliases: [/functions/countwords] diff --git a/content/en/functions/strings/FindRESubmatch.md b/content/en/functions/strings/FindRESubmatch.md index e02c00604..4bcc782b8 100644 --- a/content/en/functions/strings/FindRESubmatch.md +++ b/content/en/functions/strings/FindRESubmatch.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [findRESubmatch] - related: - - functions/strings/FindRE - - functions/strings/Replace - - functions/strings/ReplaceRE returnType: '[][]string' signatures: ['strings.FindRESubmatch PATTERN INPUT [LIMIT]'] aliases: [/functions/findresubmatch] diff --git a/content/en/functions/strings/FindRe.md b/content/en/functions/strings/FindRe.md index 9e1413b18..d2f7d3266 100644 --- a/content/en/functions/strings/FindRe.md +++ b/content/en/functions/strings/FindRe.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [findRE] - related: - - functions/strings/FindRESubmatch - - functions/strings/Replace - - functions/strings/ReplaceRE returnType: '[]string' signatures: ['strings.FindRE PATTERN INPUT [LIMIT]'] aliases: [/functions/findre] diff --git a/content/en/functions/strings/FirstUpper.md b/content/en/functions/strings/FirstUpper.md index 5d3ddacdb..41bf1f70a 100644 --- a/content/en/functions/strings/FirstUpper.md +++ b/content/en/functions/strings/FirstUpper.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/strings/Title - - functions/strings/ToLower - - functions/strings/ToUpper returnType: string signatures: [strings.FirstUpper STRING] aliases: [/functions/strings.firstupper] diff --git a/content/en/functions/strings/HasPrefix.md b/content/en/functions/strings/HasPrefix.md index ed5d16c6e..2babe8552 100644 --- a/content/en/functions/strings/HasPrefix.md +++ b/content/en/functions/strings/HasPrefix.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [hasPrefix] - related: - - functions/strings/Contains - - functions/strings/ContainsAny - - functions/strings/ContainsNonSpace - - functions/strings/HasSuffix - - functions/collections/In returnType: bool signatures: [strings.HasPrefix STRING PREFIX] aliases: [/functions/hasprefix,/functions/strings.hasprefix] diff --git a/content/en/functions/strings/HasSuffix.md b/content/en/functions/strings/HasSuffix.md index 2738d0ad5..c6b5f4ded 100644 --- a/content/en/functions/strings/HasSuffix.md +++ b/content/en/functions/strings/HasSuffix.md @@ -6,12 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [hasSuffix] - related: - - functions/strings/Contains - - functions/strings/ContainsAny - - functions/strings/ContainsNonSpace - - functions/strings/HasPrefix - - functions/collections/In returnType: bool signatures: [strings.HasSuffix STRING SUFFIX] aliases: [/functions/hassuffix,/functions/strings/hassuffix] diff --git a/content/en/functions/strings/Replace.md b/content/en/functions/strings/Replace.md index dcfaff2e2..b449ea84d 100644 --- a/content/en/functions/strings/Replace.md +++ b/content/en/functions/strings/Replace.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [replace] - related: - - functions/strings/FindRE - - functions/strings/FindRESubmatch - - functions/strings/ReplaceRE returnType: string signatures: ['strings.Replace INPUT OLD NEW [LIMIT]'] aliases: [/functions/replace] diff --git a/content/en/functions/strings/ReplaceRE.md b/content/en/functions/strings/ReplaceRE.md index 30a4751e1..9f40c790e 100644 --- a/content/en/functions/strings/ReplaceRE.md +++ b/content/en/functions/strings/ReplaceRE.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [replaceRE] - related: - - functions/strings/FindRE - - functions/strings/FindRESubmatch - - functions/strings/Replace returnType: string signatures: ['strings.ReplaceRE PATTERN REPLACEMENT INPUT [LIMIT]'] aliases: [/functions/replacere] diff --git a/content/en/functions/strings/RuneCount.md b/content/en/functions/strings/RuneCount.md index 9391e5b64..8c0e24342 100644 --- a/content/en/functions/strings/RuneCount.md +++ b/content/en/functions/strings/RuneCount.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/go-template/len - - functions/strings/Count - - functions/strings/CountRunes - - functions/strings/CountWords returnType: int signatures: [strings.RuneCount INPUT] aliases: [/functions/strings.runecount] diff --git a/content/en/functions/strings/SliceString.md b/content/en/functions/strings/SliceString.md index 489888662..69e4f6f33 100644 --- a/content/en/functions/strings/SliceString.md +++ b/content/en/functions/strings/SliceString.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [slicestr] - related: - - functions/strings/Substr returnType: string signatures: ['strings.SliceString STRING [START] [END]'] aliases: [/functions/slicestr] diff --git a/content/en/functions/strings/Split.md b/content/en/functions/strings/Split.md index bcd904148..a077bdd00 100644 --- a/content/en/functions/strings/Split.md +++ b/content/en/functions/strings/Split.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [split] - related: - - functions/collections/Delimit returnType: '[]string' signatures: [strings.Split STRING DELIM] aliases: [/functions/split] diff --git a/content/en/functions/strings/Substr.md b/content/en/functions/strings/Substr.md index 05990f3a3..a4c779f7d 100644 --- a/content/en/functions/strings/Substr.md +++ b/content/en/functions/strings/Substr.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [substr] - related: - - functions/strings/SliceString returnType: string signatures: ['strings.Substr STRING [START] [LENGTH]'] aliases: [/functions/substr] diff --git a/content/en/functions/strings/Title.md b/content/en/functions/strings/Title.md index b0e4482d5..d1b4aca01 100644 --- a/content/en/functions/strings/Title.md +++ b/content/en/functions/strings/Title.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [title] - related: - - functions/strings/FirstUpper - - functions/strings/ToLower - - functions/strings/ToUpper returnType: string signatures: [strings.Title STRING] aliases: [/functions/title] diff --git a/content/en/functions/strings/ToLower.md b/content/en/functions/strings/ToLower.md index 8bab09c1e..c329b5e55 100644 --- a/content/en/functions/strings/ToLower.md +++ b/content/en/functions/strings/ToLower.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [lower] - related: - - functions/strings/FirstUpper - - functions/strings/Title - - functions/strings/ToUpper returnType: string signatures: [strings.ToLower INPUT] aliases: [/functions/lower] diff --git a/content/en/functions/strings/ToUpper.md b/content/en/functions/strings/ToUpper.md index 1f65dc809..acccb4124 100644 --- a/content/en/functions/strings/ToUpper.md +++ b/content/en/functions/strings/ToUpper.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [upper] - related: - - functions/strings/FirstUpper - - functions/strings/Title - - functions/strings/ToLower returnType: string signatures: [strings.ToUpper INPUT] aliases: [/functions/upper] diff --git a/content/en/functions/strings/Trim.md b/content/en/functions/strings/Trim.md index 2a8b45cf6..1afa0627f 100644 --- a/content/en/functions/strings/Trim.md +++ b/content/en/functions/strings/Trim.md @@ -6,13 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [trim] - related: - - functions/strings/Chomp - - functions/strings/TrimSpace - - functions/strings/TrimLeft - - functions/strings/TrimPrefix - - functions/strings/TrimRight - - functions/strings/TrimSuffix returnType: string signatures: [strings.Trim INPUT CUTSET] aliases: [/functions/trim] diff --git a/content/en/functions/strings/TrimLeft.md b/content/en/functions/strings/TrimLeft.md index 7d4b34cf2..c5d6ba60f 100644 --- a/content/en/functions/strings/TrimLeft.md +++ b/content/en/functions/strings/TrimLeft.md @@ -6,13 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/strings/Chomp - - functions/strings/Trim - - functions/strings/TrimSpace - - functions/strings/TrimPrefix - - functions/strings/TrimRight - - functions/strings/TrimSuffix returnType: string signatures: [strings.TrimLeft CUTSET STRING] aliases: [/functions/strings.trimleft] diff --git a/content/en/functions/strings/TrimPrefix.md b/content/en/functions/strings/TrimPrefix.md index b2e504b99..b897d8777 100644 --- a/content/en/functions/strings/TrimPrefix.md +++ b/content/en/functions/strings/TrimPrefix.md @@ -6,13 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/strings/Chomp - - functions/strings/Trim - - functions/strings/TrimSpace - - functions/strings/TrimLeft - - functions/strings/TrimRight - - functions/strings/TrimSuffix returnType: string signatures: [strings.TrimPrefix PREFIX STRING] aliases: [/functions/strings.trimprefix] diff --git a/content/en/functions/strings/TrimRight.md b/content/en/functions/strings/TrimRight.md index 8510628cf..05c2ed324 100644 --- a/content/en/functions/strings/TrimRight.md +++ b/content/en/functions/strings/TrimRight.md @@ -6,13 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/strings/Chomp - - functions/strings/Trim - - functions/strings/TrimSpace - - functions/strings/TrimLeft - - functions/strings/TrimPrefix - - functions/strings/TrimSuffix returnType: string signatures: [strings.TrimRight CUTSET STRING] aliases: [/functions/strings.trimright] diff --git a/content/en/functions/strings/TrimSpace.md b/content/en/functions/strings/TrimSpace.md index 80b7635d8..cb38b5ab1 100644 --- a/content/en/functions/strings/TrimSpace.md +++ b/content/en/functions/strings/TrimSpace.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/strings/Chomp - - functions/strings/Trim - - functions/strings/TrimLeft - - functions/strings/TrimPrefix - - functions/strings/TrimRight - - functions/strings/TrimSuffix returnType: string signatures: [strings.TrimSpace INPUT] --- diff --git a/content/en/functions/strings/TrimSuffix.md b/content/en/functions/strings/TrimSuffix.md index 58ff07a6c..802842105 100644 --- a/content/en/functions/strings/TrimSuffix.md +++ b/content/en/functions/strings/TrimSuffix.md @@ -6,13 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/strings/Chomp - - functions/strings/Trim - - functions/strings/TrimSpace - - functions/strings/TrimLeft - - functions/strings/TrimPrefix - - functions/strings/TrimRight returnType: string signatures: [strings.TrimSuffix SUFFIX STRING] aliases: [/functions/strings.trimsuffix] diff --git a/content/en/functions/time/AsTime.md b/content/en/functions/time/AsTime.md index 40fb8bd62..760329a13 100644 --- a/content/en/functions/time/AsTime.md +++ b/content/en/functions/time/AsTime.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [time] - related: - - functions/time/Duration - - functions/time/Format - - functions/time/Now - - functions/time/ParseDuration returnType: time.Time signatures: ['time.AsTime INPUT [TIMEZONE]'] aliases: [/functions/time] diff --git a/content/en/functions/time/Duration.md b/content/en/functions/time/Duration.md index b0a8faa9c..bd6adfbfa 100644 --- a/content/en/functions/time/Duration.md +++ b/content/en/functions/time/Duration.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [duration] - related: - - functions/time/AsTime - - functions/time/Format - - functions/time/Now - - functions/time/ParseDuration returnType: time.Duration signatures: [time.Duration TIME_UNIT NUMBER] aliases: [/functions/duration] diff --git a/content/en/functions/time/Format.md b/content/en/functions/time/Format.md index 3d62c8a09..f1b0d6d83 100644 --- a/content/en/functions/time/Format.md +++ b/content/en/functions/time/Format.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [dateFormat] - related: - - functions/time/AsTime - - functions/time/Duration - - functions/time/Now - - functions/time/ParseDuration returnType: string signatures: [time.Format LAYOUT INPUT] aliases: [/functions/dateformat] diff --git a/content/en/functions/time/Now.md b/content/en/functions/time/Now.md index 41a3e041d..9b6fa4692 100644 --- a/content/en/functions/time/Now.md +++ b/content/en/functions/time/Now.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [now] - related: - - functions/time/AsTime - - functions/time/Duration - - functions/time/Format - - functions/time/ParseDuration returnType: time.Time signatures: [time.Now] aliases: [/functions/now] diff --git a/content/en/functions/time/ParseDuration.md b/content/en/functions/time/ParseDuration.md index e595b16c2..af5d73ad5 100644 --- a/content/en/functions/time/ParseDuration.md +++ b/content/en/functions/time/ParseDuration.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/time/AsTime - - functions/time/Duration - - functions/time/Format - - functions/time/Now returnType: time.Duration signatures: [time.ParseDuration DURATION] aliases: [/functions/time.parseduration] diff --git a/content/en/functions/transform/CanHighlight.md b/content/en/functions/transform/CanHighlight.md index 9ed22ed0f..c00445605 100644 --- a/content/en/functions/transform/CanHighlight.md +++ b/content/en/functions/transform/CanHighlight.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/transform/Highlight - - functions/transform/HighlightCodeBlock returnType: bool signatures: [transform.CanHighlight LANGUAGE] --- diff --git a/content/en/functions/transform/HTMLEscape.md b/content/en/functions/transform/HTMLEscape.md index 18c731729..069fd92f2 100644 --- a/content/en/functions/transform/HTMLEscape.md +++ b/content/en/functions/transform/HTMLEscape.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [htmlEscape] - related: - - functions/transform/HTMLUnescape returnType: string signatures: [transform.HTMLEscape INPUT] aliases: [/functions/htmlescape] diff --git a/content/en/functions/transform/HTMLUnescape.md b/content/en/functions/transform/HTMLUnescape.md index 227d26e2b..563e63cf6 100644 --- a/content/en/functions/transform/HTMLUnescape.md +++ b/content/en/functions/transform/HTMLUnescape.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [htmlUnescape] - related: - - functions/transform/HTMLEscape returnType: string signatures: [transform.HTMLUnescape INPUT] aliases: [/functions/htmlunescape] diff --git a/content/en/functions/transform/Highlight.md b/content/en/functions/transform/Highlight.md index 7dab48b0a..18f78eaf0 100644 --- a/content/en/functions/transform/Highlight.md +++ b/content/en/functions/transform/Highlight.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [highlight] - related: - - functions/transform/CanHighlight - - functions/transform/HighlightCodeBlock returnType: template.HTML signatures: ['transform.Highlight CODE LANG [OPTIONS]'] aliases: [/functions/highlight] diff --git a/content/en/functions/transform/HighlightCodeBlock.md b/content/en/functions/transform/HighlightCodeBlock.md index 04c134a13..bbebf9459 100644 --- a/content/en/functions/transform/HighlightCodeBlock.md +++ b/content/en/functions/transform/HighlightCodeBlock.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/transform/CanHighlight - - functions/transform/Highlight returnType: highlight.HighlightResult signatures: ['transform.HighlightCodeBlock CONTEXT [OPTIONS]'] --- diff --git a/content/en/functions/transform/Markdownify.md b/content/en/functions/transform/Markdownify.md index 3083aaec6..0ba78eba1 100644 --- a/content/en/functions/transform/Markdownify.md +++ b/content/en/functions/transform/Markdownify.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [markdownify] - related: - - methods/page/RenderString - - methods/page/RenderShortcodes returnType: template.HTML signatures: [transform.Markdownify INPUT] aliases: [/functions/markdownify] diff --git a/content/en/functions/transform/PortableText.md b/content/en/functions/transform/PortableText.md index 9dbb9f6e9..db2264b1b 100644 --- a/content/en/functions/transform/PortableText.md +++ b/content/en/functions/transform/PortableText.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/RenderString - - methods/page/RenderShortcodes returnType: string signatures: [transform.PortableText MAP] --- diff --git a/content/en/functions/transform/Remarshal.md b/content/en/functions/transform/Remarshal.md index 5263bcd5e..30bfbf17a 100644 --- a/content/en/functions/transform/Remarshal.md +++ b/content/en/functions/transform/Remarshal.md @@ -6,9 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/encoding/Jsonify - - functions/transform/Unmarshal returnType: string signatures: [transform.Remarshal FORMAT INPUT] aliases: [/functions/transform.remarshal] diff --git a/content/en/functions/transform/ToMath.md b/content/en/functions/transform/ToMath.md index 1c5f1c01f..6f3312e94 100644 --- a/content/en/functions/transform/ToMath.md +++ b/content/en/functions/transform/ToMath.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - content-management/mathematics returnType: types.Result[template.HTML] signatures: ['transform.ToMath INPUT [OPTIONS]'] aliases: [/functions/tomath] diff --git a/content/en/functions/transform/Unmarshal.md b/content/en/functions/transform/Unmarshal.md index e51d10073..fbe22a833 100644 --- a/content/en/functions/transform/Unmarshal.md +++ b/content/en/functions/transform/Unmarshal.md @@ -6,11 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [unmarshal] - related: - - functions/transform/Remarshal - - functions/resources/Get - - functions/resources/GetRemote - - functions/encoding/Jsonify returnType: any signatures: ['transform.Unmarshal [OPTIONS] INPUT'] aliases: [/functions/transform.unmarshal] diff --git a/content/en/functions/urls/AbsLangURL.md b/content/en/functions/urls/AbsLangURL.md index b5d0e6641..720d061b6 100644 --- a/content/en/functions/urls/AbsLangURL.md +++ b/content/en/functions/urls/AbsLangURL.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [absLangURL] - related: - - functions/urls/AbsURL - - functions/urls/AbsLangURL - - functions/urls/RelURL returnType: string signatures: [urls.AbsLangURL INPUT] aliases: [/functions/abslangurl] diff --git a/content/en/functions/urls/AbsURL.md b/content/en/functions/urls/AbsURL.md index 18c7aa887..fb8298d55 100644 --- a/content/en/functions/urls/AbsURL.md +++ b/content/en/functions/urls/AbsURL.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [absURL] - related: - - functions/urls/AbsLangURL - - functions/urls/RelLangURL - - functions/urls/RelURL returnType: string signatures: [urls.AbsURL INPUT] aliases: [/functions/absurl] diff --git a/content/en/functions/urls/Anchorize.md b/content/en/functions/urls/Anchorize.md index 551add83c..d18bd9a4d 100644 --- a/content/en/functions/urls/Anchorize.md +++ b/content/en/functions/urls/Anchorize.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [anchorize] - related: - - functions/urls/URLize returnType: string signatures: [urls.Anchorize INPUT] aliases: [/functions/anchorize] diff --git a/content/en/functions/urls/JoinPath.md b/content/en/functions/urls/JoinPath.md index 139e7bfac..b9da7e437 100644 --- a/content/en/functions/urls/JoinPath.md +++ b/content/en/functions/urls/JoinPath.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [] - related: - - functions/path/Join returnType: string signatures: [urls.JoinPath ELEMENT...] aliases: [/functions/urls.joinpath] diff --git a/content/en/functions/urls/Ref.md b/content/en/functions/urls/Ref.md index 41b820f8b..92abed91a 100644 --- a/content/en/functions/urls/Ref.md +++ b/content/en/functions/urls/Ref.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [ref] - related: - - functions/urls/RelRef - - methods/page/Ref - - methods/page/RelRef returnType: string signatures: - urls.Ref PAGE PATH diff --git a/content/en/functions/urls/RelLangURL.md b/content/en/functions/urls/RelLangURL.md index d394880be..8a9af79d2 100644 --- a/content/en/functions/urls/RelLangURL.md +++ b/content/en/functions/urls/RelLangURL.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [relLangURL] - related: - - functions/urls/AbsLangURL - - functions/urls/AbsURL - - functions/urls/RelURL returnType: string signatures: [urls.RelLangURL INPUT] aliases: [/functions/rellangurl] diff --git a/content/en/functions/urls/RelRef.md b/content/en/functions/urls/RelRef.md index 68038fcbb..33e25a953 100644 --- a/content/en/functions/urls/RelRef.md +++ b/content/en/functions/urls/RelRef.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [relref] - related: - - functions/urls/Ref - - methods/page/Ref - - methods/page/RelRef returnType: string signatures: - urls.RelRef PAGE PATH diff --git a/content/en/functions/urls/RelURL.md b/content/en/functions/urls/RelURL.md index 5a009cdca..b9d117dcc 100644 --- a/content/en/functions/urls/RelURL.md +++ b/content/en/functions/urls/RelURL.md @@ -6,10 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [relURL] - related: - - functions/urls/AbsLangURL - - functions/urls/AbsURL - - functions/urls/RelLangURL returnType: string signatures: [urls.RelURL INPUT] aliases: [/functions/relurl] diff --git a/content/en/functions/urls/URLize.md b/content/en/functions/urls/URLize.md index c8aaa017d..b0cc812ec 100644 --- a/content/en/functions/urls/URLize.md +++ b/content/en/functions/urls/URLize.md @@ -6,8 +6,6 @@ keywords: [] params: functions_and_methods: aliases: [urlize] - related: - - functions/urls/Anchorize returnType: string signatures: [urls.URLize INPUT] aliases: [/functions/urlize] diff --git a/content/en/methods/duration/Abs.md b/content/en/methods/duration/Abs.md index 3f8303bb9..2e85797ea 100644 --- a/content/en/methods/duration/Abs.md +++ b/content/en/methods/duration/Abs.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/Duration - - functions/time/ParseDuration returnType: time.Duration signatures: [DURATION.Abs] --- diff --git a/content/en/methods/duration/Hours.md b/content/en/methods/duration/Hours.md index 613205079..23655510e 100644 --- a/content/en/methods/duration/Hours.md +++ b/content/en/methods/duration/Hours.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/Duration - - functions/time/ParseDuration returnType: float64 signatures: [DURATION.Hours] --- diff --git a/content/en/methods/duration/Microseconds.md b/content/en/methods/duration/Microseconds.md index f291b1986..c090316d0 100644 --- a/content/en/methods/duration/Microseconds.md +++ b/content/en/methods/duration/Microseconds.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/Duration - - functions/time/ParseDuration returnType: int64 signatures: [DURATION.Microseconds] --- diff --git a/content/en/methods/duration/Milliseconds.md b/content/en/methods/duration/Milliseconds.md index 6b8b62cbc..288f3695a 100644 --- a/content/en/methods/duration/Milliseconds.md +++ b/content/en/methods/duration/Milliseconds.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/Duration - - functions/time/ParseDuration returnType: int64 signatures: [DURATION.Milliseconds] --- diff --git a/content/en/methods/duration/Minutes.md b/content/en/methods/duration/Minutes.md index 43b21204b..aec904fa7 100644 --- a/content/en/methods/duration/Minutes.md +++ b/content/en/methods/duration/Minutes.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/Duration - - functions/time/ParseDuration returnType: float64 signatures: [DURATION.Minutes] --- diff --git a/content/en/methods/duration/Nanoseconds.md b/content/en/methods/duration/Nanoseconds.md index 919faee0a..fd1b9e496 100644 --- a/content/en/methods/duration/Nanoseconds.md +++ b/content/en/methods/duration/Nanoseconds.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/Duration - - functions/time/ParseDuration returnType: int64 signatures: [DURATION.Nanoseconds] --- diff --git a/content/en/methods/duration/Round.md b/content/en/methods/duration/Round.md index 6637a32fa..dfd06253f 100644 --- a/content/en/methods/duration/Round.md +++ b/content/en/methods/duration/Round.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/Duration - - functions/time/ParseDuration returnType: signatures: [DURATION1.Round DURATION2] --- diff --git a/content/en/methods/duration/Seconds.md b/content/en/methods/duration/Seconds.md index 1ded7dc11..8b6d060b9 100644 --- a/content/en/methods/duration/Seconds.md +++ b/content/en/methods/duration/Seconds.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/Duration - - functions/time/ParseDuration returnType: float64 signatures: [DURATION.Seconds] --- diff --git a/content/en/methods/duration/Truncate.md b/content/en/methods/duration/Truncate.md index 816008c37..5a785a77a 100644 --- a/content/en/methods/duration/Truncate.md +++ b/content/en/methods/duration/Truncate.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/Duration - - functions/time/ParseDuration returnType: time.Duration signatures: [DURATION1.Truncate DURATION2] --- diff --git a/content/en/methods/menu-entry/Children.md b/content/en/methods/menu-entry/Children.md index 3acc543ba..ecad415fa 100644 --- a/content/en/methods/menu-entry/Children.md +++ b/content/en/methods/menu-entry/Children.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/menu-entry/HasChildren returnType: navigation.Menu signatures: [MENUENTRY.Children] --- diff --git a/content/en/methods/menu-entry/HasChildren.md b/content/en/methods/menu-entry/HasChildren.md index 9e3b2606e..03e6cb672 100644 --- a/content/en/methods/menu-entry/HasChildren.md +++ b/content/en/methods/menu-entry/HasChildren.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/menu-entry/Children returnType: bool signatures: [MENUENTRY.HasChildren] --- diff --git a/content/en/methods/menu-entry/Menu.md b/content/en/methods/menu-entry/Menu.md index a24708400..074911eeb 100644 --- a/content/en/methods/menu-entry/Menu.md +++ b/content/en/methods/menu-entry/Menu.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/IsMenuCurrent - - methods/page/HasMenuCurrent returnType: string signatures: [MENUENTRY.Menu] --- diff --git a/content/en/methods/menu-entry/PageRef.md b/content/en/methods/menu-entry/PageRef.md index e93d9c74f..959433133 100644 --- a/content/en/methods/menu-entry/PageRef.md +++ b/content/en/methods/menu-entry/PageRef.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - /methods/menu-entry/URL returnType: string signatures: [MENUENTRY.PageRef] --- diff --git a/content/en/methods/menu-entry/Post.md b/content/en/methods/menu-entry/Post.md index 597d39474..2da8c38d8 100644 --- a/content/en/methods/menu-entry/Post.md +++ b/content/en/methods/menu-entry/Post.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/menu-entry/Pre returnType: template.HTML signatures: [MENUENTRY.Post] --- diff --git a/content/en/methods/menu-entry/Pre.md b/content/en/methods/menu-entry/Pre.md index 28b42449e..19af243e7 100644 --- a/content/en/methods/menu-entry/Pre.md +++ b/content/en/methods/menu-entry/Pre.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/menu-entry/Post returnType: template.HTML signatures: [MENUENTRY.Pre] --- diff --git a/content/en/methods/page/AllTranslations.md b/content/en/methods/page/AllTranslations.md index ec1b97945..62117b429 100644 --- a/content/en/methods/page/AllTranslations.md +++ b/content/en/methods/page/AllTranslations.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Translations - - methods/page/IsTranslated - - methods/page/TranslationKey returnType: page.Pages signatures: [PAGE.AllTranslations] --- diff --git a/content/en/methods/page/AlternativeOutputFormats.md b/content/en/methods/page/AlternativeOutputFormats.md index 0c367fd83..ab6d72d4c 100644 --- a/content/en/methods/page/AlternativeOutputFormats.md +++ b/content/en/methods/page/AlternativeOutputFormats.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/OutputFormats returnType: page.OutputFormats signatures: [PAGE.AlternativeOutputFormats] --- diff --git a/content/en/methods/page/Ancestors.md b/content/en/methods/page/Ancestors.md index fbd524a77..d8275cf76 100644 --- a/content/en/methods/page/Ancestors.md +++ b/content/en/methods/page/Ancestors.md @@ -5,14 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/CurrentSection - - methods/page/FirstSection - - methods/page/InSection - - methods/page/IsAncestor - - methods/page/IsDescendant - - methods/page/Parent - - methods/page/Sections returnType: page.Pages signatures: [PAGE.Ancestors] --- diff --git a/content/en/methods/page/CodeOwners.md b/content/en/methods/page/CodeOwners.md index 69dd5ab27..00afa7549 100644 --- a/content/en/methods/page/CodeOwners.md +++ b/content/en/methods/page/CodeOwners.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/GitInfo returnType: '[]string' signatures: [PAGE.CodeOwners] --- diff --git a/content/en/methods/page/Content.md b/content/en/methods/page/Content.md index f8cd9a811..21348ebe6 100644 --- a/content/en/methods/page/Content.md +++ b/content/en/methods/page/Content.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Summary - - methods/page/ContentWithoutSummary - - methods/page/RawContent - - methods/page/Plain - - methods/page/PlainWords - - methods/page/RenderShortcodes returnType: template.HTML signatures: [PAGE.Content] --- diff --git a/content/en/methods/page/ContentWithoutSummary.md b/content/en/methods/page/ContentWithoutSummary.md index 0a3a4b173..4923b1197 100644 --- a/content/en/methods/page/ContentWithoutSummary.md +++ b/content/en/methods/page/ContentWithoutSummary.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Content - - methods/page/Summary - - methods/page/RawContent - - methods/page/Plain - - methods/page/PlainWords - - methods/page/RenderShortcodes returnType: template.HTML signatures: [PAGE.ContentWithoutSummary] --- diff --git a/content/en/methods/page/CurrentSection.md b/content/en/methods/page/CurrentSection.md index 8aca4c1cf..3f71a8054 100644 --- a/content/en/methods/page/CurrentSection.md +++ b/content/en/methods/page/CurrentSection.md @@ -5,14 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Ancestors - - methods/page/FirstSection - - methods/page/InSection - - methods/page/IsAncestor - - methods/page/IsDescendant - - methods/page/Parent - - methods/page/Sections returnType: page.Page signatures: [PAGE.CurrentSection] --- diff --git a/content/en/methods/page/Date.md b/content/en/methods/page/Date.md index dcc9c18bc..672a0630b 100644 --- a/content/en/methods/page/Date.md +++ b/content/en/methods/page/Date.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/ExpiryDate - - methods/page/LastMod - - methods/page/PublishDate returnType: time.Time signatures: [PAGE.Date] --- diff --git a/content/en/methods/page/Description.md b/content/en/methods/page/Description.md index edcef9cc3..f5907116f 100644 --- a/content/en/methods/page/Description.md +++ b/content/en/methods/page/Description.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Summary returnType: string signatures: [PAGE.Description] --- diff --git a/content/en/methods/page/ExpiryDate.md b/content/en/methods/page/ExpiryDate.md index 0b96769c0..a72155c33 100644 --- a/content/en/methods/page/ExpiryDate.md +++ b/content/en/methods/page/ExpiryDate.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Date - - methods/page/LastMod - - methods/page/PublishDate returnType: time.Time signatures: [PAGE.ExpiryDate] --- diff --git a/content/en/methods/page/FirstSection.md b/content/en/methods/page/FirstSection.md index 2569861ed..39b3dd9b9 100644 --- a/content/en/methods/page/FirstSection.md +++ b/content/en/methods/page/FirstSection.md @@ -5,14 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Ancestors - - methods/page/CurrentSection - - methods/page/InSection - - methods/page/IsAncestor - - methods/page/IsDescendant - - methods/page/Parent - - methods/page/Sections returnType: page.Page signatures: [PAGE.FirstSection] --- diff --git a/content/en/methods/page/Fragments.md b/content/en/methods/page/Fragments.md index 5f0b92149..cfc482a07 100644 --- a/content/en/methods/page/Fragments.md +++ b/content/en/methods/page/Fragments.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/TableOfContents returnType: tableofcontents.Fragments signatures: [PAGE.Fragments] --- diff --git a/content/en/methods/page/FuzzyWordCount.md b/content/en/methods/page/FuzzyWordCount.md index 7f8674f30..815a07402 100644 --- a/content/en/methods/page/FuzzyWordCount.md +++ b/content/en/methods/page/FuzzyWordCount.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/WordCount - - methods/page/ReadingTime returnType: int signatures: [PAGE.FuzzyWordCount] --- diff --git a/content/en/methods/page/GetPage.md b/content/en/methods/page/GetPage.md index 19853f70b..766e86e23 100644 --- a/content/en/methods/page/GetPage.md +++ b/content/en/methods/page/GetPage.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/site/GetPage returnType: page.Page signatures: [PAGE.GetPage PATH] aliases: [/functions/getpage] diff --git a/content/en/methods/page/GitInfo.md b/content/en/methods/page/GitInfo.md index c83b07536..dd983254c 100644 --- a/content/en/methods/page/GitInfo.md +++ b/content/en/methods/page/GitInfo.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/CodeOwners returnType: source.GitInfo signatures: [PAGE.GitInfo] --- diff --git a/content/en/methods/page/HasMenuCurrent.md b/content/en/methods/page/HasMenuCurrent.md index 531ad2d41..ceb81a1ea 100644 --- a/content/en/methods/page/HasMenuCurrent.md +++ b/content/en/methods/page/HasMenuCurrent.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/IsMenuCurrent returnType: bool signatures: [PAGE.HasMenuCurrent MENU MENUENTRY] aliases: [/functions/hasmenucurrent] diff --git a/content/en/methods/page/HeadingsFiltered.md b/content/en/methods/page/HeadingsFiltered.md index a2063f52f..86c989d43 100644 --- a/content/en/methods/page/HeadingsFiltered.md +++ b/content/en/methods/page/HeadingsFiltered.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pages/Related - - methods/page/Fragments returnType: tableofcontents.Headings signatures: [PAGE.HeadingsFiltered] --- diff --git a/content/en/methods/page/InSection.md b/content/en/methods/page/InSection.md index e8e35506a..c6feeb8ab 100644 --- a/content/en/methods/page/InSection.md +++ b/content/en/methods/page/InSection.md @@ -5,14 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Ancestors - - methods/page/CurrentSection - - methods/page/FirstSection - - methods/page/IsAncestor - - methods/page/IsDescendant - - methods/page/Parent - - methods/page/Sections returnType: bool signatures: [PAGE.InSection SECTION] --- diff --git a/content/en/methods/page/IsAncestor.md b/content/en/methods/page/IsAncestor.md index 42dfb59de..0e916b19d 100644 --- a/content/en/methods/page/IsAncestor.md +++ b/content/en/methods/page/IsAncestor.md @@ -5,14 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Ancestors - - methods/page/CurrentSection - - methods/page/FirstSection - - methods/page/InSection - - methods/page/IsDescendant - - methods/page/Parent - - methods/page/Sections returnType: bool signatures: [PAGE1.IsAncestor PAGE2] --- diff --git a/content/en/methods/page/IsDescendant.md b/content/en/methods/page/IsDescendant.md index 3a39d09a0..9c80fc61a 100644 --- a/content/en/methods/page/IsDescendant.md +++ b/content/en/methods/page/IsDescendant.md @@ -5,14 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Ancestors - - methods/page/CurrentSection - - methods/page/FirstSection - - methods/page/InSection - - methods/page/IsAncestor - - methods/page/Parent - - methods/page/Sections returnType: bool signatures: [PAGE1.IsDescendant PAGE2] --- diff --git a/content/en/methods/page/IsHome.md b/content/en/methods/page/IsHome.md index 263b16415..66d8180b0 100644 --- a/content/en/methods/page/IsHome.md +++ b/content/en/methods/page/IsHome.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/IsNode - - methods/page/IsPage - - methods/page/IsSection returnType: bool signatures: [PAGE.IsHome] --- diff --git a/content/en/methods/page/IsMenuCurrent.md b/content/en/methods/page/IsMenuCurrent.md index 9c95bdc2e..96db6101f 100644 --- a/content/en/methods/page/IsMenuCurrent.md +++ b/content/en/methods/page/IsMenuCurrent.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/HasMenuCurrent returnType: bool signatures: [PAGE.IsMenuCurrent MENU MENUENTRY] aliases: [/functions/ismenucurrent] diff --git a/content/en/methods/page/IsNode.md b/content/en/methods/page/IsNode.md index a75a9979d..194a2cac8 100644 --- a/content/en/methods/page/IsNode.md +++ b/content/en/methods/page/IsNode.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/IsHome - - methods/page/IsPage - - methods/page/IsSection returnType: bool signatures: [PAGE.IsNode] --- diff --git a/content/en/methods/page/IsPage.md b/content/en/methods/page/IsPage.md index 0c0366631..910a3a7e1 100644 --- a/content/en/methods/page/IsPage.md +++ b/content/en/methods/page/IsPage.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/IsHome - - methods/page/IsNode - - methods/page/IsSection returnType: bool signatures: [PAGE.IsPage] --- diff --git a/content/en/methods/page/IsSection.md b/content/en/methods/page/IsSection.md index 0c0d7c9cd..7a04fbd8f 100644 --- a/content/en/methods/page/IsSection.md +++ b/content/en/methods/page/IsSection.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/IsHome - - methods/page/IsNode - - methods/page/IsPage returnType: bool signatures: [PAGE.IsSection] --- diff --git a/content/en/methods/page/IsTranslated.md b/content/en/methods/page/IsTranslated.md index bdcac9c7c..2cdf911ac 100644 --- a/content/en/methods/page/IsTranslated.md +++ b/content/en/methods/page/IsTranslated.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Translations - - methods/page/AllTranslations - - methods/page/TranslationKey returnType: bool signatures: [PAGE.IsTranslated] --- diff --git a/content/en/methods/page/Kind.md b/content/en/methods/page/Kind.md index 7b022eef9..a01877e8c 100644 --- a/content/en/methods/page/Kind.md +++ b/content/en/methods/page/Kind.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Type returnType: string signatures: [PAGE.Kind] --- diff --git a/content/en/methods/page/Language.md b/content/en/methods/page/Language.md index 7fe06953d..9fd604df3 100644 --- a/content/en/methods/page/Language.md +++ b/content/en/methods/page/Language.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/site/Language returnType: langs.Language signatures: [PAGE.Language] --- diff --git a/content/en/methods/page/Lastmod.md b/content/en/methods/page/Lastmod.md index 48af761b4..643eddc5e 100644 --- a/content/en/methods/page/Lastmod.md +++ b/content/en/methods/page/Lastmod.md @@ -5,11 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Date - - methods/page/ExpiryDate - - methods/page/PublishDate - - methods/page/GitInfo returnType: time.Time signatures: [PAGE.Lastmod] --- diff --git a/content/en/methods/page/Layout.md b/content/en/methods/page/Layout.md index 084da0189..8635c15b4 100644 --- a/content/en/methods/page/Layout.md +++ b/content/en/methods/page/Layout.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Type returnType: string signatures: [PAGE.Layout] --- diff --git a/content/en/methods/page/Len.md b/content/en/methods/page/Len.md index d1f2411be..010da88d1 100644 --- a/content/en/methods/page/Len.md +++ b/content/en/methods/page/Len.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Content returnType: int signatures: [PAGE.Len] --- diff --git a/content/en/methods/page/LinkTitle.md b/content/en/methods/page/LinkTitle.md index f11a15ed4..fcfd5318d 100644 --- a/content/en/methods/page/LinkTitle.md +++ b/content/en/methods/page/LinkTitle.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Title returnType: string signatures: [PAGE.LinkTitle] --- diff --git a/content/en/methods/page/Next.md b/content/en/methods/page/Next.md index c23f5237d..996603083 100644 --- a/content/en/methods/page/Next.md +++ b/content/en/methods/page/Next.md @@ -5,12 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Prev - - methods/page/NextInSection - - methods/page/PrevInSection - - methods/pages/Next - - methods/pages/Prev returnType: page.Page signatures: [PAGE.Next] --- diff --git a/content/en/methods/page/NextInSection.md b/content/en/methods/page/NextInSection.md index 5826345d2..eb02c9492 100644 --- a/content/en/methods/page/NextInSection.md +++ b/content/en/methods/page/NextInSection.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/PrevInSection - - methods/pages/Next - - methods/pages/Prev returnType: page.Page signatures: [PAGE.NextInSection] --- diff --git a/content/en/methods/page/OutputFormats.md b/content/en/methods/page/OutputFormats.md index 0a2320b9b..3374566f1 100644 --- a/content/en/methods/page/OutputFormats.md +++ b/content/en/methods/page/OutputFormats.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/AlternativeOutputFormats returnType: '[]OutputFormat' signatures: [PAGE.OutputFormats] --- diff --git a/content/en/methods/page/Pages.md b/content/en/methods/page/Pages.md index bbc698882..22e49986a 100644 --- a/content/en/methods/page/Pages.md +++ b/content/en/methods/page/Pages.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/RegularPages - - methods/page/RegularPagesRecursive returnType: page.Pages signatures: [PAGE.Pages] --- diff --git a/content/en/methods/page/Paginate.md b/content/en/methods/page/Paginate.md index e627fd7f0..a43b2cb3d 100644 --- a/content/en/methods/page/Paginate.md +++ b/content/en/methods/page/Paginate.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Paginator returnType: page.Pager signatures: ['PAGE.Paginate COLLECTION [N]'] --- diff --git a/content/en/methods/page/Paginator.md b/content/en/methods/page/Paginator.md index b04c0adf1..8e39a9981 100644 --- a/content/en/methods/page/Paginator.md +++ b/content/en/methods/page/Paginator.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Paginate returnType: page.Pager signatures: [PAGE.Paginator] --- diff --git a/content/en/methods/page/Params.md b/content/en/methods/page/Params.md index 4d5959e85..e0a80266b 100644 --- a/content/en/methods/page/Params.md +++ b/content/en/methods/page/Params.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/collections/IndexFunction - - methods/site/Params - - methods/page/Param returnType: maps.Params signatures: [PAGE.Params] --- diff --git a/content/en/methods/page/Parent.md b/content/en/methods/page/Parent.md index 691ac7b05..babe403b3 100644 --- a/content/en/methods/page/Parent.md +++ b/content/en/methods/page/Parent.md @@ -5,14 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Ancestors - - methods/page/CurrentSection - - methods/page/FirstSection - - methods/page/InSection - - methods/page/IsAncestor - - methods/page/IsDescendant - - methods/page/Sections returnType: page.Page signatures: [PAGE.Parent] --- diff --git a/content/en/methods/page/Path.md b/content/en/methods/page/Path.md index f555e742c..928a6a611 100644 --- a/content/en/methods/page/Path.md +++ b/content/en/methods/page/Path.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/File - - methods/page/RelPermalink returnType: string signatures: [PAGE.Path] --- diff --git a/content/en/methods/page/Permalink.md b/content/en/methods/page/Permalink.md index d6f8e9c87..cc74f3342 100644 --- a/content/en/methods/page/Permalink.md +++ b/content/en/methods/page/Permalink.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/RelPermalink returnType: string signatures: [PAGE.Permalink] --- diff --git a/content/en/methods/page/Plain.md b/content/en/methods/page/Plain.md index e158ea528..65d11166e 100644 --- a/content/en/methods/page/Plain.md +++ b/content/en/methods/page/Plain.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Content - - methods/page/Summary - - methods/page/ContentWithoutSummary - - methods/page/RawContent - - methods/page/PlainWords - - methods/page/RenderShortcodes returnType: string signatures: [PAGE.Plain] --- diff --git a/content/en/methods/page/PlainWords.md b/content/en/methods/page/PlainWords.md index 24c3c5be8..4dcd73be4 100644 --- a/content/en/methods/page/PlainWords.md +++ b/content/en/methods/page/PlainWords.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Content - - methods/page/Summary - - methods/page/ContentWithoutSummary - - methods/page/RawContent - - methods/page/Plain - - methods/page/RenderShortcodes returnType: '[]string' signatures: [PAGE.PlainWords] --- diff --git a/content/en/methods/page/Prev.md b/content/en/methods/page/Prev.md index b981e1a64..5a6e2162d 100644 --- a/content/en/methods/page/Prev.md +++ b/content/en/methods/page/Prev.md @@ -5,12 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Next - - methods/page/NextInSection - - methods/page/PrevInSection - - methods/pages/Next - - methods/pages/Prev returnType: page.Page signatures: [PAGE.Prev] --- diff --git a/content/en/methods/page/PrevInSection.md b/content/en/methods/page/PrevInSection.md index d38b78318..14d3ca082 100644 --- a/content/en/methods/page/PrevInSection.md +++ b/content/en/methods/page/PrevInSection.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/NextInSection - - methods/pages/Next - - methods/pages/Prev returnType: page.Page signatures: [PAGE.PrevInSection] --- diff --git a/content/en/methods/page/PublishDate.md b/content/en/methods/page/PublishDate.md index c5b4cc9a5..7500a08aa 100644 --- a/content/en/methods/page/PublishDate.md +++ b/content/en/methods/page/PublishDate.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Date - - methods/page/ExpiryDate - - methods/page/LastMod returnType: time.Time signatures: [PAGE.PublishDate] --- diff --git a/content/en/methods/page/RawContent.md b/content/en/methods/page/RawContent.md index 5e4893eae..f4d23d3a9 100644 --- a/content/en/methods/page/RawContent.md +++ b/content/en/methods/page/RawContent.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Content - - methods/page/Summary - - methods/page/ContentWithoutSummary - - methods/page/Plain - - methods/page/PlainWords - - methods/page/RenderShortcodes returnType: string signatures: [PAGE.RawContent] --- diff --git a/content/en/methods/page/ReadingTime.md b/content/en/methods/page/ReadingTime.md index 57cd322f8..1bd7dea31 100644 --- a/content/en/methods/page/ReadingTime.md +++ b/content/en/methods/page/ReadingTime.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/WordCount - - methods/page/FuzzyWordCount returnType: int signatures: [PAGE.ReadingTime] --- diff --git a/content/en/methods/page/Ref.md b/content/en/methods/page/Ref.md index 28dde4481..35f9460ba 100644 --- a/content/en/methods/page/Ref.md +++ b/content/en/methods/page/Ref.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/RelRef - - functions/urls/RelRef - - functions/urls/Ref returnType: string signatures: [PAGE.Ref OPTIONS] --- diff --git a/content/en/methods/page/RegularPages.md b/content/en/methods/page/RegularPages.md index b4f831875..e50daf808 100644 --- a/content/en/methods/page/RegularPages.md +++ b/content/en/methods/page/RegularPages.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Pages - - methods/page/RegularPagesRecursive returnType: page.Pages signatures: [PAGE.RegularPages] --- diff --git a/content/en/methods/page/RegularPagesRecursive.md b/content/en/methods/page/RegularPagesRecursive.md index 44c1f6bae..7794a511f 100644 --- a/content/en/methods/page/RegularPagesRecursive.md +++ b/content/en/methods/page/RegularPagesRecursive.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Pages - - methods/page/RegularPages returnType: page.Pages signatures: [PAGE.RegularPagesRecursive] --- diff --git a/content/en/methods/page/RelPermalink.md b/content/en/methods/page/RelPermalink.md index 708d1d3b9..a3c610d50 100644 --- a/content/en/methods/page/RelPermalink.md +++ b/content/en/methods/page/RelPermalink.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Permalink returnType: string signatures: [PAGE.RelPermalink] --- diff --git a/content/en/methods/page/RelRef.md b/content/en/methods/page/RelRef.md index 1cecc0b5a..7edab5740 100644 --- a/content/en/methods/page/RelRef.md +++ b/content/en/methods/page/RelRef.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Ref - - functions/urls/Ref - - functions/urls/RelRef returnType: string signatures: [PAGE.RelRef OPTIONS] --- diff --git a/content/en/methods/page/Render.md b/content/en/methods/page/Render.md index e89283343..10f7f9ca5 100644 --- a/content/en/methods/page/Render.md +++ b/content/en/methods/page/Render.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/partials/Include - - functions/partials/IncludeCached returnType: template.HTML signatures: [PAGE.Render NAME] aliases: [/functions/render] diff --git a/content/en/methods/page/RenderShortcodes.md b/content/en/methods/page/RenderShortcodes.md index f5459b6e1..c91e9ef8d 100644 --- a/content/en/methods/page/RenderShortcodes.md +++ b/content/en/methods/page/RenderShortcodes.md @@ -5,14 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Content - - methods/page/Summary - - methods/page/ContentWithoutSummary - - methods/page/RawContent - - methods/page/Plain - - methods/page/PlainWords - - methods/page/RenderString returnType: template.HTML signatures: [PAGE.RenderShortcodes] --- diff --git a/content/en/methods/page/RenderString.md b/content/en/methods/page/RenderString.md index 109c10911..c7774774c 100644 --- a/content/en/methods/page/RenderString.md +++ b/content/en/methods/page/RenderString.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/RenderShortcodes - - functions/transform/Markdownify returnType: template.HTML signatures: ['PAGE.RenderString [OPTIONS] MARKUP'] aliases: [/functions/renderstring] diff --git a/content/en/methods/page/Resources.md b/content/en/methods/page/Resources.md index 6c822e405..dd472de88 100644 --- a/content/en/methods/page/Resources.md +++ b/content/en/methods/page/Resources.md @@ -5,12 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/resources/ByType - - functions/resources/Get - - functions/resources/GetMatch - - functions/resources/GetRemote - - functions/resources/Match returnType: resource.Resources signatures: [PAGE.Resources] --- diff --git a/content/en/methods/page/Section.md b/content/en/methods/page/Section.md index dc44bcd5f..04c6a8a24 100644 --- a/content/en/methods/page/Section.md +++ b/content/en/methods/page/Section.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Type returnType: string signatures: [PAGE.Section] --- diff --git a/content/en/methods/page/Sections.md b/content/en/methods/page/Sections.md index 0288fe9db..12f0a8c24 100644 --- a/content/en/methods/page/Sections.md +++ b/content/en/methods/page/Sections.md @@ -5,14 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Ancestors - - methods/page/CurrentSection - - methods/page/FirstSection - - methods/page/InSection - - methods/page/IsAncestor - - methods/page/IsDescendant - - methods/page/Parent returnType: page.Pages signatures: [PAGE.Sections] --- diff --git a/content/en/methods/page/Site.md b/content/en/methods/page/Site.md index 09303a16a..4649e5e00 100644 --- a/content/en/methods/page/Site.md +++ b/content/en/methods/page/Site.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Sites returnType: page.siteWrapper signatures: [PAGE.Site] --- diff --git a/content/en/methods/page/Sites.md b/content/en/methods/page/Sites.md index df7868e12..8677226d7 100644 --- a/content/en/methods/page/Sites.md +++ b/content/en/methods/page/Sites.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Site returnType: page.Sites signatures: [PAGE.Sites] --- diff --git a/content/en/methods/page/Store.md b/content/en/methods/page/Store.md index f6df88d70..0b1049b0a 100644 --- a/content/en/methods/page/Store.md +++ b/content/en/methods/page/Store.md @@ -5,11 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/site/Store - - methods/shortcode/Store - - functions/hugo/Store - - functions/collections/NewScratch returnType: maps.Scratch signatures: [PAGE.Store] aliases: [/functions/store/,/extras/scratch/,/doc/scratch/,/functions/scratch] diff --git a/content/en/methods/page/Summary.md b/content/en/methods/page/Summary.md index c5b88a99f..853851f6b 100644 --- a/content/en/methods/page/Summary.md +++ b/content/en/methods/page/Summary.md @@ -5,11 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Truncated - - methods/page/Content - - methods/page/ContentWithoutSummary - - methods/page/Description returnType: template.HTML signatures: [PAGE.Summary] --- diff --git a/content/en/methods/page/TableOfContents.md b/content/en/methods/page/TableOfContents.md index 4646d413d..7ec9fe614 100644 --- a/content/en/methods/page/TableOfContents.md +++ b/content/en/methods/page/TableOfContents.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Fragments returnType: template.HTML signatures: [PAGE.TableOfContents] aliases: [/content-management/toc/] diff --git a/content/en/methods/page/Title.md b/content/en/methods/page/Title.md index 41d9d2d62..dae4ba6dd 100644 --- a/content/en/methods/page/Title.md +++ b/content/en/methods/page/Title.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/LinkTitle returnType: string signatures: [PAGE.Title] --- diff --git a/content/en/methods/page/TranslationKey.md b/content/en/methods/page/TranslationKey.md index eb503cdd4..1e930687e 100644 --- a/content/en/methods/page/TranslationKey.md +++ b/content/en/methods/page/TranslationKey.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Translations - - methods/page/AllTranslations - - methods/page/IsTranslated returnType: string signatures: [PAGE.TranslationKey] --- diff --git a/content/en/methods/page/Translations.md b/content/en/methods/page/Translations.md index 2852a423b..4bab9fe11 100644 --- a/content/en/methods/page/Translations.md +++ b/content/en/methods/page/Translations.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/AllTranslations - - methods/page/IsTranslated - - methods/page/TranslationKey returnType: page.Pages signatures: [PAGE.Translations] --- diff --git a/content/en/methods/page/Truncated.md b/content/en/methods/page/Truncated.md index f3538d13e..1d633fcfe 100644 --- a/content/en/methods/page/Truncated.md +++ b/content/en/methods/page/Truncated.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Summary returnType: bool signatures: [PAGE.Truncated] --- diff --git a/content/en/methods/page/Type.md b/content/en/methods/page/Type.md index 2d5d86462..cf1bd247e 100644 --- a/content/en/methods/page/Type.md +++ b/content/en/methods/page/Type.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Kind - - methods/page/Layout returnType: string signatures: [PAGE.Type] --- diff --git a/content/en/methods/page/WordCount.md b/content/en/methods/page/WordCount.md index 7bf845986..3950244ca 100644 --- a/content/en/methods/page/WordCount.md +++ b/content/en/methods/page/WordCount.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/FuzzyWordCount - - methods/page/ReadingTime returnType: int signatures: [PAGE.WordCount] --- diff --git a/content/en/methods/pager/First.md b/content/en/methods/pager/First.md index c5b8db569..9cd58989b 100644 --- a/content/en/methods/pager/First.md +++ b/content/en/methods/pager/First.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pager/Last - - methods/pager/Prev - - methods/pager/Next - - methods/pager/HasPrev - - methods/pager/HasNext - - methods/page/Paginate returnType: page.Pager signatures: [PAGER.First] --- diff --git a/content/en/methods/pager/HasNext.md b/content/en/methods/pager/HasNext.md index 13f91e8f0..cf3688efd 100644 --- a/content/en/methods/pager/HasNext.md +++ b/content/en/methods/pager/HasNext.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pager/HasPrev - - methods/pager/Prev - - methods/pager/Next - - methods/pager/First - - methods/pager/Last - - methods/page/Paginate returnType: bool signatures: [PAGER.HasNext] --- diff --git a/content/en/methods/pager/HasPrev.md b/content/en/methods/pager/HasPrev.md index cf664c9a6..4b486b7c5 100644 --- a/content/en/methods/pager/HasPrev.md +++ b/content/en/methods/pager/HasPrev.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pager/HasNext - - methods/pager/Prev - - methods/pager/Next - - methods/pager/First - - methods/pager/Last - - methods/page/Paginate returnType: bool signatures: [PAGER.HasPrev] --- diff --git a/content/en/methods/pager/Last.md b/content/en/methods/pager/Last.md index 220eb9ac8..71dea183d 100644 --- a/content/en/methods/pager/Last.md +++ b/content/en/methods/pager/Last.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pager/First - - methods/pager/Prev - - methods/pager/Next - - methods/pager/HasPrev - - methods/pager/HasNext - - methods/page/Paginate returnType: page.Pager signatures: [PAGER.Last] --- diff --git a/content/en/methods/pager/Next.md b/content/en/methods/pager/Next.md index b9b90c9c4..d7ea9caa4 100644 --- a/content/en/methods/pager/Next.md +++ b/content/en/methods/pager/Next.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pager/Prev - - methods/pager/HasPrev - - methods/pager/HasNext - - methods/pager/First - - methods/pager/Last - - methods/page/Paginate returnType: page.Pager signatures: [PAGER.Next] --- diff --git a/content/en/methods/pager/NumberOfElements.md b/content/en/methods/pager/NumberOfElements.md index 36e866719..9f88126fc 100644 --- a/content/en/methods/pager/NumberOfElements.md +++ b/content/en/methods/pager/NumberOfElements.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pager/TotalNumberOfElements - - methods/page/Paginate returnType: int signatures: [PAGER.NumberOfElements] --- diff --git a/content/en/methods/pager/PageGroups.md b/content/en/methods/pager/PageGroups.md index d4cc4e4b6..46f6d81cb 100644 --- a/content/en/methods/pager/PageGroups.md +++ b/content/en/methods/pager/PageGroups.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Paginate returnType: page.PagesGroup signatures: [PAGER.PageGroups] --- diff --git a/content/en/methods/pager/PageNumber.md b/content/en/methods/pager/PageNumber.md index df20fd35a..6d0b8e35d 100644 --- a/content/en/methods/pager/PageNumber.md +++ b/content/en/methods/pager/PageNumber.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pager/TotalPages - - methods/page/Paginate returnType: int signatures: [PAGER.PageNumber] --- diff --git a/content/en/methods/pager/PagerSize.md b/content/en/methods/pager/PagerSize.md index 16356eabc..b2397a3e8 100644 --- a/content/en/methods/pager/PagerSize.md +++ b/content/en/methods/pager/PagerSize.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Paginate returnType: int signatures: [PAGER.PagerSize] --- diff --git a/content/en/methods/pager/Pagers.md b/content/en/methods/pager/Pagers.md index c930e2aff..e431069f4 100644 --- a/content/en/methods/pager/Pagers.md +++ b/content/en/methods/pager/Pagers.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Paginate returnType: page.pagers signatures: [PAGER.Pagers] --- diff --git a/content/en/methods/pager/Pages.md b/content/en/methods/pager/Pages.md index 4efca88b1..6e5772a48 100644 --- a/content/en/methods/pager/Pages.md +++ b/content/en/methods/pager/Pages.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Paginate returnType: page.Pages signatures: [PAGER.Pages] --- diff --git a/content/en/methods/pager/Prev.md b/content/en/methods/pager/Prev.md index 3626897f7..eb79f96e9 100644 --- a/content/en/methods/pager/Prev.md +++ b/content/en/methods/pager/Prev.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pager/Next - - methods/pager/HasPrev - - methods/pager/HasNext - - methods/pager/First - - methods/pager/Last - - methods/page/Paginate returnType: page.Pager signatures: [PAGER.Prev] --- diff --git a/content/en/methods/pager/TotalNumberOfElements.md b/content/en/methods/pager/TotalNumberOfElements.md index b06a8a17d..ad29a01f3 100644 --- a/content/en/methods/pager/TotalNumberOfElements.md +++ b/content/en/methods/pager/TotalNumberOfElements.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pager/NumberOfElements - - methods/page/Paginate returnType: int signatures: [PAGER.TotalNumberOfElements] --- diff --git a/content/en/methods/pager/TotalPages.md b/content/en/methods/pager/TotalPages.md index d30589f8f..63da5d786 100644 --- a/content/en/methods/pager/TotalPages.md +++ b/content/en/methods/pager/TotalPages.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pager/PageNumber - - methods/page/Paginate returnType: int signatures: [PAGER.TotalPages] --- diff --git a/content/en/methods/pager/URL.md b/content/en/methods/pager/URL.md index 17402785a..a3558ba7c 100644 --- a/content/en/methods/pager/URL.md +++ b/content/en/methods/pager/URL.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Paginate returnType: string signatures: [PAGER.URL] --- diff --git a/content/en/methods/pages/ByDate.md b/content/en/methods/pages/ByDate.md index ce515caaa..18f1b985e 100644 --- a/content/en/methods/pages/ByDate.md +++ b/content/en/methods/pages/ByDate.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pages/ByExpiryDate - - methods/pages/ByLastMod - - methods/pages/ByPublishDate returnType: page.Pages signatures: [PAGES.ByDate] --- diff --git a/content/en/methods/pages/ByExpiryDate.md b/content/en/methods/pages/ByExpiryDate.md index c752a084d..703988c4e 100644 --- a/content/en/methods/pages/ByExpiryDate.md +++ b/content/en/methods/pages/ByExpiryDate.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pages/ByDate - - methods/pages/ByLastMod - - methods/pages/ByPublishDate returnType: page.Pages signatures: [PAGES.ByExpiryDate] --- diff --git a/content/en/methods/pages/ByLastmod.md b/content/en/methods/pages/ByLastmod.md index a9947a50c..3c03d2a6e 100644 --- a/content/en/methods/pages/ByLastmod.md +++ b/content/en/methods/pages/ByLastmod.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pages/ByDate - - methods/pages/ByExpiryDate - - methods/pages/ByPublishDate returnType: page.Pages signatures: [PAGES.ByLastmod] --- diff --git a/content/en/methods/pages/ByLinkTitle.md b/content/en/methods/pages/ByLinkTitle.md index f26db6669..4a024d25a 100644 --- a/content/en/methods/pages/ByLinkTitle.md +++ b/content/en/methods/pages/ByLinkTitle.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pages/ByTitle - - methods/pages/ByParam returnType: page.Pages signatures: [PAGES.ByLinkTitle] --- diff --git a/content/en/methods/pages/ByParam.md b/content/en/methods/pages/ByParam.md index 5ce63bbbf..9544122a6 100644 --- a/content/en/methods/pages/ByParam.md +++ b/content/en/methods/pages/ByParam.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pages/ByTitle - - methods/pages/ByLinkTitle returnType: page.Pages signatures: [PAGES.ByParam PARAM] --- diff --git a/content/en/methods/pages/ByPublishDate.md b/content/en/methods/pages/ByPublishDate.md index d86bf3dbd..3dde6fd95 100644 --- a/content/en/methods/pages/ByPublishDate.md +++ b/content/en/methods/pages/ByPublishDate.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pages/ByDate - - methods/pages/ByExpiryDate - - methods/pages/ByLastMod returnType: page.Pages signatures: [PAGES.ByPublishDate] --- diff --git a/content/en/methods/pages/ByTitle.md b/content/en/methods/pages/ByTitle.md index 4be6888b8..e10c41714 100644 --- a/content/en/methods/pages/ByTitle.md +++ b/content/en/methods/pages/ByTitle.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pages/ByLinkTitle - - methods/pages/ByParam returnType: page.Pages signatures: [PAGES.ByTitle] --- diff --git a/content/en/methods/pages/GroupByDate.md b/content/en/methods/pages/GroupByDate.md index 8b639b3a2..7ef4843a4 100644 --- a/content/en/methods/pages/GroupByDate.md +++ b/content/en/methods/pages/GroupByDate.md @@ -5,11 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pages/GroupByExpiryDate - - methods/pages/GroupByLastMod - - methods/pages/GroupByParamDate - - methods/pages/GroupByPublishDate returnType: page.PagesGroup signatures: ['PAGES.GroupByDate LAYOUT [SORT]'] --- diff --git a/content/en/methods/pages/GroupByExpiryDate.md b/content/en/methods/pages/GroupByExpiryDate.md index c38516a14..d209e6c2b 100644 --- a/content/en/methods/pages/GroupByExpiryDate.md +++ b/content/en/methods/pages/GroupByExpiryDate.md @@ -5,11 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pages/GroupByDate - - methods/pages/GroupByLastMod - - methods/pages/GroupByParamDate - - methods/pages/GroupByPublishDate returnType: page.PagesGroup signatures: ['PAGES.GroupByExpiryDate LAYOUT [SORT]'] --- diff --git a/content/en/methods/pages/GroupByLastmod.md b/content/en/methods/pages/GroupByLastmod.md index bf14935c6..8729cd3c9 100644 --- a/content/en/methods/pages/GroupByLastmod.md +++ b/content/en/methods/pages/GroupByLastmod.md @@ -5,11 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pages/GroupByDate - - methods/pages/GroupByExpiryDate - - methods/pages/GroupByParamDate - - methods/pages/GroupByPublishDate returnType: page.PagesGroup signatures: ['PAGES.GroupByLastmod LAYOUT [SORT]'] --- diff --git a/content/en/methods/pages/GroupByParamDate.md b/content/en/methods/pages/GroupByParamDate.md index 94856e30a..b05a096d2 100644 --- a/content/en/methods/pages/GroupByParamDate.md +++ b/content/en/methods/pages/GroupByParamDate.md @@ -5,11 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pages/GroupByDate - - methods/pages/GroupByExpiryDate - - methods/pages/GroupByLastMod - - methods/pages/GroupByPublishDate returnType: page.PagesGroup signatures: ['PAGES.GroupByParamDate PARAM LAYOUT [SORT]'] --- diff --git a/content/en/methods/pages/GroupByPublishDate.md b/content/en/methods/pages/GroupByPublishDate.md index b8f33107f..50e12f085 100644 --- a/content/en/methods/pages/GroupByPublishDate.md +++ b/content/en/methods/pages/GroupByPublishDate.md @@ -5,11 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pages/GroupByDate - - methods/pages/GroupByExpiryDate - - methods/pages/GroupByLastMod - - methods/pages/GroupByParamDate returnType: page.PagesGroup signatures: ['PAGES.GroupByPublishDate LAYOUT [SORT]'] --- diff --git a/content/en/methods/pages/Next.md b/content/en/methods/pages/Next.md index f45026adf..ce091c1ab 100644 --- a/content/en/methods/pages/Next.md +++ b/content/en/methods/pages/Next.md @@ -5,12 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pages/Prev - - methods/page/Next - - methods/page/Prev - - methods/page/NextInSection - - methods/page/PrevInSection returnType: page.Page signatures: [PAGES.Next PAGE] --- diff --git a/content/en/methods/pages/Prev.md b/content/en/methods/pages/Prev.md index 7693c7bd2..004b9496d 100644 --- a/content/en/methods/pages/Prev.md +++ b/content/en/methods/pages/Prev.md @@ -5,12 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/pages/Next - - methods/page/Next - - methods/page/Prev - - methods/page/NextInSection - - methods/page/PrevInSection returnType: page.Pages signatures: [PAGES.Prev PAGE] --- diff --git a/content/en/methods/pages/Related.md b/content/en/methods/pages/Related.md index 16d1501eb..f021347c6 100644 --- a/content/en/methods/pages/Related.md +++ b/content/en/methods/pages/Related.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/HeadingsFiltered - - functions/collections/KeyVals returnType: page.Pages signatures: - PAGES.Related PAGE diff --git a/content/en/methods/resource/Crop.md b/content/en/methods/resource/Crop.md index e6873d418..97b3b95d3 100644 --- a/content/en/methods/resource/Crop.md +++ b/content/en/methods/resource/Crop.md @@ -5,12 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/resource/Fit - - methods/resource/Fill - - methods/resource/Resize - - methods/resource/Process - - functions/images/Process returnType: images.ImageResource signatures: [RESOURCE.Crop SPEC] --- diff --git a/content/en/methods/resource/Data.md b/content/en/methods/resource/Data.md index 8ba05dfe3..0709ca50a 100644 --- a/content/en/methods/resource/Data.md +++ b/content/en/methods/resource/Data.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/resources/GetRemote - - methods/resource/Err returnType: map signatures: [RESOURCE.Data] --- diff --git a/content/en/methods/resource/Err.md b/content/en/methods/resource/Err.md index 20a05040d..52c7155e9 100644 --- a/content/en/methods/resource/Err.md +++ b/content/en/methods/resource/Err.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/resources/GetRemote - - methods/resource/Data returnType: resource.resourceError signatures: [RESOURCE.Err] expiryDate: 2027-01-16 # deprecated 2025-01-16 in v0.141.0 diff --git a/content/en/methods/resource/Fill.md b/content/en/methods/resource/Fill.md index 3c067620b..82c696c91 100644 --- a/content/en/methods/resource/Fill.md +++ b/content/en/methods/resource/Fill.md @@ -5,12 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/resource/Crop - - methods/resource/Fit - - methods/resource/Resize - - methods/resource/Process - - functions/images/Process returnType: images.ImageResource signatures: [RESOURCE.Fill SPEC] --- diff --git a/content/en/methods/resource/Filter.md b/content/en/methods/resource/Filter.md index e44deb23d..79539631e 100644 --- a/content/en/methods/resource/Filter.md +++ b/content/en/methods/resource/Filter.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/images/Filter returnType: images.ImageResource signatures: [RESOURCE.Filter FILTER...] --- diff --git a/content/en/methods/resource/Fit.md b/content/en/methods/resource/Fit.md index e4abe0018..7b416c4a1 100644 --- a/content/en/methods/resource/Fit.md +++ b/content/en/methods/resource/Fit.md @@ -5,12 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/resource/Crop - - methods/resource/Fill - - methods/resource/Resize - - methods/resource/Process - - functions/images/Process returnType: images.ImageResource signatures: [RESOURCE.Fit SPEC] --- diff --git a/content/en/methods/resource/Height.md b/content/en/methods/resource/Height.md index 40b8b70d9..cc131378a 100644 --- a/content/en/methods/resource/Height.md +++ b/content/en/methods/resource/Height.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/resource/Width returnType: int signatures: [RESOURCE.Height] --- diff --git a/content/en/methods/resource/Name.md b/content/en/methods/resource/Name.md index d10a77933..c678c96c9 100644 --- a/content/en/methods/resource/Name.md +++ b/content/en/methods/resource/Name.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/resource/Title returnType: string signatures: [RESOURCE.Name] --- diff --git a/content/en/methods/resource/Permalink.md b/content/en/methods/resource/Permalink.md index 99e8ceb45..a8ec2d323 100644 --- a/content/en/methods/resource/Permalink.md +++ b/content/en/methods/resource/Permalink.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/resource/RelPermalink - - methods/resource/Publish returnType: string signatures: [RESOURCE.Permalink] --- diff --git a/content/en/methods/resource/Process.md b/content/en/methods/resource/Process.md index d805e129f..fb27da54e 100644 --- a/content/en/methods/resource/Process.md +++ b/content/en/methods/resource/Process.md @@ -5,12 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/resource/Crop - - methods/resource/Fit - - methods/resource/Fill - - methods/resource/Resize - - functions/images/Process returnType: images.ImageResource signatures: [RESOURCE.Process SPEC] --- diff --git a/content/en/methods/resource/Publish.md b/content/en/methods/resource/Publish.md index fc9d9a234..0ecdf7e74 100644 --- a/content/en/methods/resource/Publish.md +++ b/content/en/methods/resource/Publish.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/resource/Permalink - - methods/resource/RelPermalink returnType: nil signatures: [RESOURCE.Publish] --- diff --git a/content/en/methods/resource/RelPermalink.md b/content/en/methods/resource/RelPermalink.md index 723c8c71d..d4c907bff 100644 --- a/content/en/methods/resource/RelPermalink.md +++ b/content/en/methods/resource/RelPermalink.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/resource/Permalink - - methods/resource/Publish returnType: string signatures: [RESOURCE.RelPermalink] --- diff --git a/content/en/methods/resource/Resize.md b/content/en/methods/resource/Resize.md index 4f7587094..93c029ba6 100644 --- a/content/en/methods/resource/Resize.md +++ b/content/en/methods/resource/Resize.md @@ -5,12 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/resource/Crop - - methods/resource/Fit - - methods/resource/Fill - - methods/resource/Process - - functions/images/Process returnType: images.ImageResource signatures: [RESOURCE.Resize SPEC] --- diff --git a/content/en/methods/resource/Title.md b/content/en/methods/resource/Title.md index d3e9c5d5b..c02d29ff8 100644 --- a/content/en/methods/resource/Title.md +++ b/content/en/methods/resource/Title.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/resource/Name returnType: string signatures: [RESOURCE.Title] --- diff --git a/content/en/methods/resource/Width.md b/content/en/methods/resource/Width.md index f31fb62bc..e1b43f44c 100644 --- a/content/en/methods/resource/Width.md +++ b/content/en/methods/resource/Width.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/resource/Height returnType: int signatures: [RESOURCE.Width] --- diff --git a/content/en/methods/shortcode/Get.md b/content/en/methods/shortcode/Get.md index 04ce6ad0b..6e5297bf1 100644 --- a/content/en/methods/shortcode/Get.md +++ b/content/en/methods/shortcode/Get.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/shortcode/IsNamedParams - - methods/shortcode/Params returnType: any signatures: [SHORTCODE.Get ARG] --- diff --git a/content/en/methods/shortcode/Inner.md b/content/en/methods/shortcode/Inner.md index 698b44ac1..4f34c2f2e 100644 --- a/content/en/methods/shortcode/Inner.md +++ b/content/en/methods/shortcode/Inner.md @@ -5,11 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/strings/Trim - - methods/page/RenderString - - functions/transform/Markdownify - - methods/shortcode/InnerDeindent returnType: template.HTML signatures: [SHORTCODE.Inner] --- diff --git a/content/en/methods/shortcode/InnerDeindent.md b/content/en/methods/shortcode/InnerDeindent.md index d45e9eb96..7faa297ca 100644 --- a/content/en/methods/shortcode/InnerDeindent.md +++ b/content/en/methods/shortcode/InnerDeindent.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/shortcode/Inner returnType: template.HTML signatures: [SHORTCODE.InnerDeindent] --- diff --git a/content/en/methods/shortcode/IsNamedParams.md b/content/en/methods/shortcode/IsNamedParams.md index 782e6baa4..4d4cc5134 100644 --- a/content/en/methods/shortcode/IsNamedParams.md +++ b/content/en/methods/shortcode/IsNamedParams.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/shortcode/Get returnType: bool signatures: [SHORTCODE.IsNamedParams] --- diff --git a/content/en/methods/shortcode/Name.md b/content/en/methods/shortcode/Name.md index 7e55d2df6..78ed91e69 100644 --- a/content/en/methods/shortcode/Name.md +++ b/content/en/methods/shortcode/Name.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/shortcode/Position - - functions/fmt/Errorf returnType: string signatures: [SHORTCODE.Name] --- diff --git a/content/en/methods/shortcode/Params.md b/content/en/methods/shortcode/Params.md index 5a79174d2..e8347e710 100644 --- a/content/en/methods/shortcode/Params.md +++ b/content/en/methods/shortcode/Params.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/shortcode/Get returnType: any signatures: [SHORTCODE.Params] --- diff --git a/content/en/methods/shortcode/Position.md b/content/en/methods/shortcode/Position.md index 8a2c62efd..d62818189 100644 --- a/content/en/methods/shortcode/Position.md +++ b/content/en/methods/shortcode/Position.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/shortcode/Name - - functions/fmt/Errorf returnType: text.Position signatures: [SHORTCODE.Position] --- diff --git a/content/en/methods/shortcode/Ref.md b/content/en/methods/shortcode/Ref.md index 84c5678cf..6fd669a0c 100644 --- a/content/en/methods/shortcode/Ref.md +++ b/content/en/methods/shortcode/Ref.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/shortcode/RelRef - - functions/urls/RelRef - - functions/urls/Ref returnType: string signatures: [SHORTCODE.Ref OPTIONS] --- diff --git a/content/en/methods/shortcode/RelRef.md b/content/en/methods/shortcode/RelRef.md index 3186d53d4..273705a95 100644 --- a/content/en/methods/shortcode/RelRef.md +++ b/content/en/methods/shortcode/RelRef.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/shortcode/Ref - - functions/urls/Ref - - functions/urls/RelRef returnType: string signatures: [SHORTCODE.RelRef OPTIONS] --- diff --git a/content/en/methods/shortcode/Site.md b/content/en/methods/shortcode/Site.md index 0e9af8d4e..4c5a9a9b5 100644 --- a/content/en/methods/shortcode/Site.md +++ b/content/en/methods/shortcode/Site.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Sites returnType: page.siteWrapper signatures: [SHORTCODE.Site] --- diff --git a/content/en/methods/shortcode/Store.md b/content/en/methods/shortcode/Store.md index ed4af3456..d1ed76da8 100644 --- a/content/en/methods/shortcode/Store.md +++ b/content/en/methods/shortcode/Store.md @@ -5,11 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/Store - - methods/site/Store - - functions/hugo/Store - - functions/collections/NewScratch returnType: maps.Scratch signatures: [SHORTCODE.Store] --- diff --git a/content/en/methods/site/AllPages.md b/content/en/methods/site/AllPages.md index 5c5240ebe..90cceee8c 100644 --- a/content/en/methods/site/AllPages.md +++ b/content/en/methods/site/AllPages.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/site/Pages - - methods/site/RegularPages - - methods/site/Sections returnType: page.Pages signatures: [SITE.AllPages] --- diff --git a/content/en/methods/site/BaseURL.md b/content/en/methods/site/BaseURL.md index 476515823..cf97d677c 100644 --- a/content/en/methods/site/BaseURL.md +++ b/content/en/methods/site/BaseURL.md @@ -5,11 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/urls/AbsURL - - functions/urls/AbsLangURL - - functions/urls/RelURL - - functions/urls/RelLangURL returnType: string signatures: [SITE.BaseURL] --- diff --git a/content/en/methods/site/Data.md b/content/en/methods/site/Data.md index a181fc9e6..d65c0a0e0 100644 --- a/content/en/methods/site/Data.md +++ b/content/en/methods/site/Data.md @@ -5,11 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/collections/IndexFunction - - functions/transform/Unmarshal - - functions/collections/Where - - functions/collections/Sort returnType: map signatures: [SITE.Data] --- diff --git a/content/en/methods/site/GetPage.md b/content/en/methods/site/GetPage.md index 6b27f3dbd..2a3bd7d59 100644 --- a/content/en/methods/site/GetPage.md +++ b/content/en/methods/site/GetPage.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/GetPage returnType: page.Page signatures: [SITE.GetPage PATH] --- diff --git a/content/en/methods/site/Language.md b/content/en/methods/site/Language.md index 3ce728318..31f15b8cb 100644 --- a/content/en/methods/site/Language.md +++ b/content/en/methods/site/Language.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/language returnType: langs.Language signatures: [SITE.Language] --- diff --git a/content/en/methods/site/LanguagePrefix.md b/content/en/methods/site/LanguagePrefix.md index 33b75df76..81a5e8607 100644 --- a/content/en/methods/site/LanguagePrefix.md +++ b/content/en/methods/site/LanguagePrefix.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/urls/AbsLangURL - - functions/urls/RelLangURL returnType: string signatures: [SITE.LanguagePrefix] --- diff --git a/content/en/methods/site/Languages.md b/content/en/methods/site/Languages.md index 3b0f71e81..056d6193a 100644 --- a/content/en/methods/site/Languages.md +++ b/content/en/methods/site/Languages.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/site/Language returnType: langs.Languages signatures: [SITE.Languages] --- diff --git a/content/en/methods/site/Menus.md b/content/en/methods/site/Menus.md index 7e43ca588..76b63befb 100644 --- a/content/en/methods/site/Menus.md +++ b/content/en/methods/site/Menus.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/IsMenuCurrent - - methods/page/HasMenuCurrent returnType: navigation.Menus signatures: [SITE.Menus] --- diff --git a/content/en/methods/site/Pages.md b/content/en/methods/site/Pages.md index 1ced7834d..a19988780 100644 --- a/content/en/methods/site/Pages.md +++ b/content/en/methods/site/Pages.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/site/AllPages - - methods/site/RegularPages - - methods/site/Sections returnType: page.Pages signatures: [SITE.Pages] --- diff --git a/content/en/methods/site/Params.md b/content/en/methods/site/Params.md index 40b344d43..8467be41d 100644 --- a/content/en/methods/site/Params.md +++ b/content/en/methods/site/Params.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/collections/indexFunction - - methods/page/Params - - methods/page/Param returnType: maps.Params signatures: [SITE.Params] --- diff --git a/content/en/methods/site/RegularPages.md b/content/en/methods/site/RegularPages.md index b13cb82dd..69a460529 100644 --- a/content/en/methods/site/RegularPages.md +++ b/content/en/methods/site/RegularPages.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/site/AllPages - - methods/site/RegularPages - - methods/site/Sections returnType: page.Pages signatures: [SITE.RegularPages] --- diff --git a/content/en/methods/site/Sections.md b/content/en/methods/site/Sections.md index 751e71044..0ddaf0626 100644 --- a/content/en/methods/site/Sections.md +++ b/content/en/methods/site/Sections.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/site/AllPages - - methods/site/Pages - - methods/site/RegularPages returnType: page.Pages signatures: [SITE.Sections] --- diff --git a/content/en/methods/site/Store.md b/content/en/methods/site/Store.md index 02e3b27d9..7dcf7d095 100644 --- a/content/en/methods/site/Store.md +++ b/content/en/methods/site/Store.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/page/store - - functions/hugo/store - - functions/collections/NewScratch returnType: maps.Scratch signatures: [site.Store] --- diff --git a/content/en/methods/taxonomy/Alphabetical.md b/content/en/methods/taxonomy/Alphabetical.md index 35fafac43..af4af596c 100644 --- a/content/en/methods/taxonomy/Alphabetical.md +++ b/content/en/methods/taxonomy/Alphabetical.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/taxonomy/ByCount returnType: page.OrderedTaxonomy signatures: [TAXONOMY.Alphabetical] --- diff --git a/content/en/methods/taxonomy/ByCount.md b/content/en/methods/taxonomy/ByCount.md index 7f576953c..fbf9bb4a1 100644 --- a/content/en/methods/taxonomy/ByCount.md +++ b/content/en/methods/taxonomy/ByCount.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/taxonomy/Alphabetical returnType: page.OrderedTaxonomy signatures: [TAXONOMY.ByCount] --- diff --git a/content/en/methods/time/Add.md b/content/en/methods/time/Add.md index 10aa54951..e518a1633 100644 --- a/content/en/methods/time/Add.md +++ b/content/en/methods/time/Add.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/AsTime - - functions/time/Duration - - functions/time/ParseDuration returnType: time.Time signatures: [TIME.Add DURATION] --- diff --git a/content/en/methods/time/After.md b/content/en/methods/time/After.md index 866d5dfc7..1c8d41f64 100644 --- a/content/en/methods/time/After.md +++ b/content/en/methods/time/After.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/time/Before - - methods/time/Equal - - functions/time/AsTime returnType: bool signatures: [TIME1.After TIME2] --- diff --git a/content/en/methods/time/Before.md b/content/en/methods/time/Before.md index 2290b88d7..f6dc3a8e7 100644 --- a/content/en/methods/time/Before.md +++ b/content/en/methods/time/Before.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/time/After - - methods/time/Equal - - functions/time/AsTime returnType: bool signatures: [TIME1.Before TIME2] --- diff --git a/content/en/methods/time/Day.md b/content/en/methods/time/Day.md index 4488b1505..e9e67873c 100644 --- a/content/en/methods/time/Day.md +++ b/content/en/methods/time/Day.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/time/Year - - methods/time/Month - - methods/time/Hour - - methods/time/Minute - - methods/time/Second - - functions/time/AsTime returnType: int signatures: [TIME.Day] --- diff --git a/content/en/methods/time/Equal.md b/content/en/methods/time/Equal.md index e4dd33b6a..6db10423c 100644 --- a/content/en/methods/time/Equal.md +++ b/content/en/methods/time/Equal.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/time/After - - methods/time/Before - - functions/time/AsTime returnType: bool signatures: [TIME1.Equal TIME2] --- diff --git a/content/en/methods/time/Format.md b/content/en/methods/time/Format.md index b3b290a47..719f8f128 100644 --- a/content/en/methods/time/Format.md +++ b/content/en/methods/time/Format.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/AsTime - - methods/time/UTC - - methods/time/Local returnType: string signatures: [TIME.Format LAYOUT] aliases: [/methods/time/format] diff --git a/content/en/methods/time/Hour.md b/content/en/methods/time/Hour.md index 2e6b122be..28ecf62ac 100644 --- a/content/en/methods/time/Hour.md +++ b/content/en/methods/time/Hour.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/time/Year - - methods/time/Month - - methods/time/Day - - methods/time/Minute - - methods/time/Second - - functions/time/AsTime returnType: int signatures: [TIME.Hour] --- diff --git a/content/en/methods/time/IsDST.md b/content/en/methods/time/IsDST.md index 37985bf13..28177b105 100644 --- a/content/en/methods/time/IsDST.md +++ b/content/en/methods/time/IsDST.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/AsTime returnType: bool signatures: [TIME.IsDST] --- diff --git a/content/en/methods/time/IsZero.md b/content/en/methods/time/IsZero.md index c447b94cf..400172794 100644 --- a/content/en/methods/time/IsZero.md +++ b/content/en/methods/time/IsZero.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/AsTime returnType: bool signatures: [TIME.IsZero] --- diff --git a/content/en/methods/time/Local.md b/content/en/methods/time/Local.md index ec50a1eb6..74fe889e0 100644 --- a/content/en/methods/time/Local.md +++ b/content/en/methods/time/Local.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/time/UTC - - functions/time/AsTime returnType: time.Time signatures: [TIME.Local] --- diff --git a/content/en/methods/time/Minute.md b/content/en/methods/time/Minute.md index 5af1fe26a..b53db6d83 100644 --- a/content/en/methods/time/Minute.md +++ b/content/en/methods/time/Minute.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/time/Year - - methods/time/Month - - methods/time/Day - - methods/time/Hour - - methods/time/Second - - functions/time/AsTime returnType: int signatures: [TIME.Minute] --- diff --git a/content/en/methods/time/Month.md b/content/en/methods/time/Month.md index 36d56bf30..b0ccea9c3 100644 --- a/content/en/methods/time/Month.md +++ b/content/en/methods/time/Month.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/time/Year - - methods/time/Day - - methods/time/Hour - - methods/time/Minute - - methods/time/Second - - functions/time/AsTime returnType: time.Month signatures: [TIME.Month] --- diff --git a/content/en/methods/time/Nanosecond.md b/content/en/methods/time/Nanosecond.md index 5adacfa1c..d895f9622 100644 --- a/content/en/methods/time/Nanosecond.md +++ b/content/en/methods/time/Nanosecond.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/AsTime returnType: int signatures: [TIME.Nanosecond] --- diff --git a/content/en/methods/time/Round.md b/content/en/methods/time/Round.md index 38646faa2..816d41b44 100644 --- a/content/en/methods/time/Round.md +++ b/content/en/methods/time/Round.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/AsTime - - functions/time/ParseDuration - - methods/time/Truncate returnType: time.Time signatures: [TIME.Round DURATION] --- diff --git a/content/en/methods/time/Second.md b/content/en/methods/time/Second.md index dffa2c0a1..3af086fd3 100644 --- a/content/en/methods/time/Second.md +++ b/content/en/methods/time/Second.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/time/Year - - methods/time/Month - - methods/time/Day - - methods/time/Hour - - methods/time/Minute - - functions/time/AsTime returnType: int signatures: [TIME.Second] --- diff --git a/content/en/methods/time/Sub.md b/content/en/methods/time/Sub.md index 404ad5623..d48bf3467 100644 --- a/content/en/methods/time/Sub.md +++ b/content/en/methods/time/Sub.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/AsTime returnType: time.Duration signatures: [TIME1.Sub TIME2] --- diff --git a/content/en/methods/time/Truncate.md b/content/en/methods/time/Truncate.md index f5fe10507..b797afec0 100644 --- a/content/en/methods/time/Truncate.md +++ b/content/en/methods/time/Truncate.md @@ -5,10 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/AsTime - - functions/time/ParseDuration - - methods/time/Round returnType: time.Time signatures: [TIME.Truncate DURATION] --- diff --git a/content/en/methods/time/UTC.md b/content/en/methods/time/UTC.md index 426a7ab60..e131a003e 100644 --- a/content/en/methods/time/UTC.md +++ b/content/en/methods/time/UTC.md @@ -5,9 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/time/Local - - functions/time/AsTime returnType: time.Time signatures: [TIME.UTC] --- diff --git a/content/en/methods/time/Unix.md b/content/en/methods/time/Unix.md index d03974786..73deb524e 100644 --- a/content/en/methods/time/Unix.md +++ b/content/en/methods/time/Unix.md @@ -4,11 +4,6 @@ description: Returns the given time.Time value expressed as the number of second categories: [] params: functions_and_methods: - related: - - methods/time/UnixMilli - - methods/time/UnixMicro - - methods/time/UnixNano - - functions/time/AsTime returnType: int64 signatures: [TIME.Unix] aliases: [/functions/unix] diff --git a/content/en/methods/time/UnixMicro.md b/content/en/methods/time/UnixMicro.md index e04a4b116..fadb0916c 100644 --- a/content/en/methods/time/UnixMicro.md +++ b/content/en/methods/time/UnixMicro.md @@ -5,11 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/time/Unix - - methods/time/UnixMilli - - methods/time/UnixNano - - functions/time/AsTime returnType: int64 signatures: [TIME.UnixMicro] --- diff --git a/content/en/methods/time/UnixMilli.md b/content/en/methods/time/UnixMilli.md index 0d14131ce..9d2261d91 100644 --- a/content/en/methods/time/UnixMilli.md +++ b/content/en/methods/time/UnixMilli.md @@ -5,11 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/time/Unix - - methods/time/UnixMicro - - methods/time/UnixNano - - functions/time/AsTime returnType: int64 signatures: [TIME.UnixMilli] --- diff --git a/content/en/methods/time/UnixNano.md b/content/en/methods/time/UnixNano.md index a6a4f83b2..4159ddee2 100644 --- a/content/en/methods/time/UnixNano.md +++ b/content/en/methods/time/UnixNano.md @@ -5,11 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/time/Unix - - methods/time/UnixMilli - - methods/time/UnixMicro - - functions/time/AsTime returnType: int64 signatures: [TIME.UnixNano] --- diff --git a/content/en/methods/time/Weekday.md b/content/en/methods/time/Weekday.md index 06766a76a..da939ff87 100644 --- a/content/en/methods/time/Weekday.md +++ b/content/en/methods/time/Weekday.md @@ -5,8 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - functions/time/AsTime returnType: time.Weekday signatures: [TIME.Weekday] --- diff --git a/content/en/methods/time/Year.md b/content/en/methods/time/Year.md index 23641f55b..3f647ea34 100644 --- a/content/en/methods/time/Year.md +++ b/content/en/methods/time/Year.md @@ -5,13 +5,6 @@ categories: [] keywords: [] params: functions_and_methods: - related: - - methods/time/Month - - methods/time/Day - - methods/time/Hour - - methods/time/Minute - - methods/time/Second - - functions/time/AsTime returnType: int signatures: [TIME.Year] --- diff --git a/layouts/partials/layouts/related.html b/layouts/partials/layouts/related.html index 58811bd45..490118997 100644 --- a/layouts/partials/layouts/related.html +++ b/layouts/partials/layouts/related.html @@ -1,22 +1,5 @@ {{- $heading := "See also" }} -{{- $related := slice }} - -{{- if .Params.functions_and_methods.related }} - {{- $related = slice }} - {{- range .Params.functions_and_methods.related }} - {{- $path := . | lower }} - {{- with or (site.GetPage $path) ($.GetPage $path) }} - {{- $related = $related | append . }} - {{- else }} - {{- errorf "The 'related' partial was unable to get page %s" . }} - {{- end }} - {{- end }} -{{- else }} - {{- $related = site.RegularPages.Related . }} -{{- end }} -{{/* Avoid repeating pages that's listed in In this section. */}} -{{- $related = $related | complement .CurrentSection.RegularPages | first 7 }} -{{- with $related }} +{{- with site.RegularPages.Related . | first 7 }} {{ $.Store.Set "hasRelated" true }}