From 3c904c81ab1985f50166cdd8b88e1710f0a31401 Mon Sep 17 00:00:00 2001 From: John Haugabook Date: Tue, 16 Jan 2024 18:35:33 -0500 Subject: [PATCH] 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. --- content/en/client/public.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/client/public.md b/content/en/client/public.md index 3cc4897c..81c33712 100644 --- a/content/en/client/public.md +++ b/content/en/client/public.md @@ -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" >}})