Back to Gqlgen

Version Banner

docs/layouts/partials/version-banner.html

0.17.90565 B
Original Source

{{ $currentVersion := getenv "CURRENT_VERSION" }} {{ $versionString := getenv "VERSIONS" }} {{ $versions := split $versionString "," }} {{ $latestVersion := index $versions 0 }} {{ if (eq $currentVersion "master") }}

You are looking at the docs for the unreleased master branch. The latest version is {{ $latestVersion }}. {{ else if not (eq $latestVersion $currentVersion) }} You are looking at the docs for an older version ({{ $currentVersion }}). The latest version is {{ $latestVersion }}. {{ end }}