Back to Yugabyte Db

Link

docs/layouts/_shortcodes/link.html

2026.1.0.0-b25708 B
Original Source

{{/* */}} {{- $url :=.Get "dest" -}} {{- $text := .Get "text" -}} {{- $before := eq (.Get "icon-before") "true" -}} {{/* get the page path so determine depth and version */}} {{- $path := split $.Page.File.Dir "/" -}} {{/* version is the first path of the path. eg: preview/stable/v2.12 ...*/}} {{- $version := index $path 0 -}} {{- $url = replace $url ":version" $version -}} {{- $icon := "fa-file-doc" -}} {{/* external link */}} {{- if and (strings.HasPrefix $url "http") (not (strings.HasPrefix $url "https://docs.yugabyte")) -}} {{- $icon = "fa-arrow-up-right-from-square" -}} {{- end -}} {{- if $before -}} {{ end -}} {{if $text}}{{$text}} {{end}} {{- if not $before -}} {{- end -}}