Back to Yugabyte Db

Product Tabs

docs/layouts/_shortcodes/product-tabs.html

2026.1.0.0-b25686 B
Original Source

{{- /* All the pages should of the format: .md, -cloud.md, -yba.md */ -}} {{- $tabs := default "local,cloud,anywhere" (.Get "list") -}} {{- $path := (path.Split $.Page.File).File -}} {{- $markdownPath := substr $path -3 }} {{- if ne $markdownPath ".md" }} {{- $path = printf "%s%s" $path ".md" -}} {{- end -}} {{- $active := "local" -}} {{- if strings.Contains $path "-cloud." -}} {{- $active = "cloud" -}} {{- else if strings.Contains $path "-yba." -}} {{- $active = "anywhere" -}} {{- end -}} {{- $path = strings.TrimSuffix ".md" $path -}} {{- $path = strings.TrimSuffix "-cloud" $path -}} {{- $path = strings.TrimSuffix "-yba" $path -}} {{- $page := default $path (.Get "page") -}}