diff --git a/OWNERS b/OWNERS index cc5b4d9c17..dad6adc133 100644 --- a/OWNERS +++ b/OWNERS @@ -1,29 +1,7 @@ approvers: - - abhi-g - - ankushagarwal - - aronchick - - ewilderj - - jlewi - - kunmingg - - lluunn - - nickchase - - pdmack - - richardsliu - - sarahmaddox - - texasmichelle - - willingc -reviewers: - - abhi-g - - ankushagarwal - - aronchick - - ewilderj - - inc0 - - jlewi - - kunmingg - - lluunn - - nickchase - - pdmack - - richardsliu - - sarahmaddox - - texasmichelle - - willingc + - andreyvelich + - james-jwu + - jbottum + - johnugeorge + - terrytangyuan + - zijianjoy \ No newline at end of file diff --git a/themes/kf/layouts/partials/version-banner.html b/themes/kf/layouts/partials/version-banner.html index 0baf9356ee..641e73fdc8 100644 --- a/themes/kf/layouts/partials/version-banner.html +++ b/themes/kf/layouts/partials/version-banner.html @@ -1,23 +1,33 @@ - -{{ if .Site.Params.archived_version }} - {{ $color := "primary" }} - {{ $latest := .Site.Params.url_latest_version }} -
- {{ with .Site.Params.version }}

Version {{ . | markdownify }} of the - documentation is no longer actively maintained. The site that you are - currently viewing is an archived snapshot. For up-to-date documentation, - see the - latest version.

- {{ end }} + +{{- $latest_version_url := .Site.Params.url_latest_version }} +{{- $current_version := replace .Site.Params.version "v" "" | markdownify }} +{{- if .Site.Params.archived_version }} + +
+

You are viewing documentation for Kubeflow {{ $current_version }}

+

+ This is a static snapshot from the time of the Kubeflow {{ $current_version }} release. +
+ For up-to-date information, see the latest version. +

-{{ end }} +{{- end }} \ No newline at end of file