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:36:22 -05:00 committed by GitHub
parent 3c904c81ab
commit 6507586e1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -66,3 +66,5 @@ If we've obtained our token and formatted our request correctly, we should see o
With our authenticated client application, we can view relations of an account with [GET /api/v1/accounts/:id/following]({{< relref "methods/accounts#following" >}}) and [GET /api/v1/accounts/:id/followers]({{< relref "methods/accounts#followers" >}}). Also, some instances may require authentication for methods that would otherwise be public, so if you encountered any authentication errors while playing around with public methods, then those methods should now work.
[Previous - Playing with Public Data]({{< relref "client/public" >}}) ----- [Next - Logging in with an account]({{< relref "client/authorized" >}})