Back to Yugabyte Db

Version

docs/layouts/_shortcodes/version.html

2026.1.0.0-b25229 B
Original Source

{{/* get the page path to determine version */}} {{- $path := split $.Page.File.Dir "/" -}} {{/* version is the first path of the path. eg: preview/stable/v2.12 ...*/}} {{- $version := index $path 0 -}} {{- print $version -}}