Add pagination - next link for page in parent section

At the bottom of the content added a link to work as pagination for the section.
This commit is contained in:
John Haugabook 2024-01-16 18:26:35 -05:00 committed by GitHub
parent c145e063fa
commit 7aa95dd350
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -136,3 +136,5 @@ The Mastodon REST API will return JSON as the response text. It also returns HTT
* 4xx = Client error. Your request was not correct. Most commonly, you may see 401 Unauthorized, 404 Not Found, 410 Gone, or 422 Unprocessed.
* 5xx = Server error. Something went wrong while handling the request. Most commonly, you may see 503 Unavailable.
[Next - Playing with Public Data]({{< relref "client/public" >}})