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

View File

@ -122,3 +122,5 @@ With our OAuth token for the authorized user, we can now perform any action as t
* See [/api/v1/featured_tags]({{< relref "methods/featured_tags" >}}) for managing a user profile's featured hashtags.
* See [/api/v1/preferences]({{< relref "methods/preferences" >}}) for reading user preferences.
[Previous - Obtaining client app access]({{< relref "client/token" >}}) ----- [Next - Libraries and implementations]({{< relref "client/libraries" >}})