Fix signatures

This commit is contained in:
Joe Mooring 2023-09-29 11:08:04 -07:00 committed by GitHub
parent 7551ba28f7
commit d47d889e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 21 additions and 7 deletions

View File

@ -12,7 +12,9 @@ relatedFuncs:
- urls.AbsURL
- urls.RelLangURL
- urls.RelURL
signature: [absLangURL INPUT]
signature:
- urls.AbsLangURL INPUT
- absLangURL INPUT
---
Use this function with both monolingual and multilingual configurations. The URL returned by this function depends on:

View File

@ -12,7 +12,9 @@ relatedFuncs:
- urls.AbsURL
- urls.RelLangURL
- urls.RelURL
signature: [absURL INPUT]
signature:
- urls.AbsURL INPUT
- absURL INPUT
---
With multilingual configurations, use the [`absLangURL`] function instead. The URL returned by this function depends on:

View File

@ -11,7 +11,9 @@ relatedFuncs:
- collections.After
- collections.First
- collections.Last
signature: [after INDEX COLLECTION]
signature:
- collections.After INDEX COLLECTION
- after INDEX COLLECTION
---
The following shows `after` being used in conjunction with the [`slice` function][slice]:

View File

@ -11,7 +11,9 @@ relatedFuncs:
- collections.After
- collections.First
- collections.Last
signature: [first LIMIT COLLECTION]
signature:
- collections.First LIMIT COLLECTION
- first LIMIT COLLECTION
---
`first` works in a similar manner to the [`limit` keyword in

View File

@ -11,7 +11,9 @@ relatedFuncs:
- collections.After
- collections.First
- collections.Last
signature: [last INDEX COLLECTION]
signature:
- collections.Last INDEX COLLECTION
- last INDEX COLLECTION
---
```go-html-template

View File

@ -12,7 +12,9 @@ relatedFuncs:
- urls.AbsURL
- urls.RelLangURL
- urls.RelURL
signature: [relLangURL INPUT]
signature:
- urls.RelLangURL INPUT
- relLangURL INPUT
---
Use this function with both monolingual and multilingual configurations. The URL returned by this function depends on:

View File

@ -12,7 +12,9 @@ relatedFuncs:
- urls.AbsURL
- urls.RelLangURL
- urls.RelURL
signature: [relURL INPUT]
signature:
- urls.RelURL INPUT
- relURL INPUT
---
With multilingual configurations, use the [`relLangURL`] function instead. The URL returned by this function depends on: