Add pagination - next and previous link for pages in parent section

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

View File

@ -107,3 +107,5 @@ One last thing you can do with anonymous requests is to view information about t
For a practical example of what you can do with just instance data, see [emojos.in](https://emojos.in/), which lets you preview all custom emoji at a given instance.
{{< /hint >}}
[Previous - Getting started with the API]({{< relref "client/intro" >}}) ----- [Next - Obtaining client app access]({{< relref "client/token" >}})