From 21c7590a757a4be11dfab4ed6a0c026009c1aca6 Mon Sep 17 00:00:00 2001 From: EvieePy <29671945+EvieePy@users.noreply.github.com> Date: Sat, 4 Jan 2025 11:21:44 +1000 Subject: [PATCH] Add header links --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index ee4f8b23..6b56eec0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -88,6 +88,7 @@ "Documentation|https://twitchio.dev", ] ), + header_links = "Guides|/guides/index.html, Examples|https://github.com/PythonistaGuild/TwitchIO/tree/master/examples, Commands|/exts/commands/index.html, Routines|/exts/routines/index.html", ) copyright = "2017 - Present, PythonistaGuild"