{#if mobileNavOpen}
mobileNavOpen = false} role="presentation" >
{/if}
mobileNavOpen = !mobileNavOpen} class="p-1.5 rounded-lg hover:bg-[#f4f4f4] dark:hover:bg-gray-800 transition-colors" aria-label="Toggle docs menu" >
{FLAT_NAV.find(n => n.id === activePage)?.label ?? 'API Docs'}
v1
{#if prev || next}
{#if prev}
navigate(prev.id)} class="flex items-center gap-2 px-4 py-3 rounded-xl border border-[#e5e5e5] dark:border-gray-850 text-sm text-[#555] dark:text-gray-500 hover:text-[#0f0f0f] dark:hover:text-gray-200 hover:border-[#cccccc] dark:hover:border-gray-700 hover:bg-[#fafafa] dark:hover:bg-gray-900 transition-all group" >
Previous
{prev.label}
{:else}
{/if} {#if next}
navigate(next.id)} class="flex items-center gap-2 px-4 py-3 rounded-xl border border-[#e5e5e5] dark:border-gray-850 text-sm text-[#555] dark:text-gray-500 hover:text-[#0f0f0f] dark:hover:text-gray-200 hover:border-[#cccccc] dark:hover:border-gray-700 hover:bg-[#fafafa] dark:hover:bg-gray-900 transition-all group" >
Next
{next.label}
{/if}
{/if}