{{- $context := .context -}} {{- $disableSidebar := .disableSidebar | default false -}} {{- $displayPlaceholder := .displayPlaceholder | default false -}} {{- $sidebarClass := cond $disableSidebar (cond $displayPlaceholder "md:hx-hidden xl:hx-block" "md:hx-hidden") "md:hx-sticky" -}} {{- $navRoot := cond (eq site.Home.Type "docs") site.Home $context.FirstSection -}} {{- $pageURL := $context.RelPermalink -}} {{/* {{ $data := partialCached "components/sidebar/get-section-data" $context $context.Section }} */}} {{- $data := partial "components/sidebar/generate-section-data" $navRoot | unmarshal -}} {{- $dataMobile := partial "components/sidebar/generate-section-data" site.Home | unmarshal -}}
{{- define "partials/components/sidebar/mobile-search" -}}