- Please see the latest docs for the OPA Ecosytem List. + Please see the latest docs for the OPA Ecosystem List.
diff --git a/docs/website/layouts/docs/baseof.html b/docs/website/layouts/docs/baseof.html index b716e44cf0e..81316ffad50 100644 --- a/docs/website/layouts/docs/baseof.html +++ b/docs/website/layouts/docs/baseof.html @@ -37,10 +37,13 @@ {{ $ancient := gt $rank 5 }} {{ $isEdge := (eq $version "edge") }} + {{ $isEcosystem := (eq (index (split .File.Path "/") 2) "ecosystem" }} {{ $isNotLatest := (and (ne $version $latest) (ne $version $latestVersionString)) }}