Skip to content

Commit 230bd6c

Browse files
dgatti0213claude
andcommitted
nav: keep Guides only in the Resources menu, drop from top bar
Address Kristopher's review: the Application Guide link shouldn't live in two places. Remove "Guides" from the top utility bar (AppUtilityBar.vue and its 11ty mirror) and keep it in the Resources mega-menu's Reference column. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CVTs4TWBz2sVJ3k55ZHUg8
1 parent f24799a commit 230bd6c

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

nuxt/components/AppUtilityBar.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ onMounted(() => {
4646
<nav class="hidden md:flex items-center gap-5 shrink-0" aria-label="Quick links">
4747
<a href="/about/" class="text-indigo-100 hover:text-white no-underline hover:no-underline">About us</a>
4848
<a href="/blog/" class="text-indigo-100 hover:text-white no-underline hover:no-underline">Blog</a>
49-
<a href="/application-guide/" class="text-indigo-100 hover:text-white no-underline hover:no-underline">Guides</a>
5049
<a href="/docs/" class="text-indigo-100 hover:text-white no-underline hover:no-underline">Docs</a>
5150
<a href="/support/" class="text-indigo-100 hover:text-white no-underline hover:no-underline">Support</a>
5251
<a href="/docs/device-agent/install/overview/" class="text-indigo-100 hover:text-white no-underline hover:no-underline">Install on edge</a>

src/_includes/components/top-utility-bar.njk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<nav class="hidden md:flex items-center gap-5 shrink-0" aria-label="Quick links">
2929
<a href="/about/" class="text-indigo-100 hover:text-white no-underline hover:no-underline">About us</a>
3030
<a href="/blog/" class="text-indigo-100 hover:text-white no-underline hover:no-underline">Blog</a>
31-
<a href="/application-guide/" class="text-indigo-100 hover:text-white no-underline hover:no-underline">Guides</a>
3231
<a href="/docs/" class="text-indigo-100 hover:text-white no-underline hover:no-underline">Docs</a>
3332
<a href="/support/" class="text-indigo-100 hover:text-white no-underline hover:no-underline">Support</a>
3433
<a href="/platform/device-agent/" class="text-indigo-100 hover:text-white no-underline hover:no-underline">Install on edge</a>

0 commit comments

Comments
 (0)