From 0aa9f6acfa1861bf0c846a35d22abd40669431fc Mon Sep 17 00:00:00 2001 From: teknium1 <127238744+teknium1@users.noreply.github.com> Date: Fri, 29 May 2026 04:01:43 -0700 Subject: [PATCH] docs(nav): wire multi-profile-gateways guide into sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up for #30240 — the new page was not referenced in sidebars.ts, leaving it orphaned (unreachable via nav and flagged as a broken relative link to ./profiles.md). Added under Using Hermes after profile-distributions. --- website/sidebars.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/website/sidebars.ts b/website/sidebars.ts index 4b0b787e6..8044afe34 100644 --- a/website/sidebars.ts +++ b/website/sidebars.ts @@ -39,6 +39,7 @@ const sidebars: SidebarsConfig = { 'user-guide/sessions', 'user-guide/profiles', 'user-guide/profile-distributions', + 'user-guide/multi-profile-gateways', 'user-guide/git-worktrees', 'user-guide/docker', 'user-guide/security',