From 9efc123619d44a6339a9dcaef148480bdf1f5e28 Mon Sep 17 00:00:00 2001 From: Will Lehnertz <6597817+packetThrower@users.noreply.github.com> Date: Fri, 29 May 2026 10:11:07 -0700 Subject: [PATCH] =?UTF-8?q?docs(nav):=20add=20"=E2=86=90=20packetThrower"?= =?UTF-8?q?=20back-link=20pill=20to=20the=20docs=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Etch341's docs site puts a back-pill to the parent landing page on the right side of the header — useful affordance for visitors who landed deep on the Baudrun docs from a search result and want to discover the rest of packetThrower. Adds the same pill to our SocialIcons override, sitting to the left of the existing "Docs" quick-access pill. Implementation notes: * Renamed the shared style class `.bd-docs-link` → `.bd-nav-pill` since both pills now share the same look (and any future pill here would too). Single class for the visual style means the Docs / packetThrower / hypothetical-third pill stay visually consistent without manually keeping three rules in sync. * Back-link uses an absolute `https://packetthrower.github.io/` URL on purpose. Astro's configured `base` is `/Baudrun/`, so a relative `/` would resolve to this site's own root rather than the parent. Comment in the file explains. * Arrow is wrapped in `