{#if active}
(navVisible = true)}>
{#if active.section}
{active.section}
{/if}
{active.label}
{/if}
{ if (navVisible) { navVisible = false } }} >
(navVisible = false)} use:shortcut={{ code: 'Escape' }} >
($searchOpen = true)} use:shortcut={{ control: true, code: 'KeyK' }} >
Quick search...
{MOD_KEY}
K
Documentation
Packages
Playground
Discussions
{#each nav.sections as [section, entries] (section)} {#if section}
{section}
{#each entries as href (href)}
{nav.pages[href].label}
{/each}
{:else} {#each entries as href (href)}
{nav.pages[href].label}
{/each} {/if} {/each}