{{ .Title }}
{{ with .Description }}{{ . }}
{{ end }}{{/* API Documentation Section Layout Used for API section index pages (e.g., /influxdb3/core/api/). Shows page content with children listing. For tag pages (with 'tag' param), Hugo uses list.html instead. */}} {{/* Extract product and version from URL path for download buttons */}} {{/* Example: /influxdb3/clustered/api/ → ["", "influxdb3", "clustered", "api", ""] */}} {{ $pathParts := split .RelPermalink "/" }} {{ $version := "" }} {{ if ge (len $pathParts) 3 }} {{ $version = index $pathParts 2 }} {{ end }} {{ partial "header.html" . }} {{ partial "topnav.html" . }}
{{ . }}
{{ end }}