diff --git a/OWNERS b/OWNERS index fc299a00f9..dad6adc133 100644 --- a/OWNERS +++ b/OWNERS @@ -1,51 +1,7 @@ approvers: - - abhi-g - - aronchick - - dansanche - - ewilderj - - jlewi - - kunmingg - - lluunn - - nickchase - - pdmack - - richardsliu - - sarahmaddox - - texasmichelle - - willingc - - dsdinter - - Ark-kun - - gaoning777 - - hongye-sun - - IronPan - - neuromage - - paveldournov - - qimingj - - rileyjbauer - - vicaire - - joeliedtke -reviewers: - - abhi-g - - aronchick - - carmine - - dansanche - - inc0 - - jlewi - - kunmingg - - lluunn - - nickchase - - pdmack - - richardsliu - - sarahmaddox - - texasmichelle - - willingc - - dsdinter - - Ark-kun - - gaoning777 - - hongye-sun - - IronPan - - neuromage - - paveldournov - - qimingj - - rileyjbauer - - thedriftofwords - - vicaire + - andreyvelich + - james-jwu + - jbottum + - johnugeorge + - terrytangyuan + - zijianjoy \ No newline at end of file diff --git a/config.toml b/config.toml index 65ffcf5a5b..869bc66d51 100644 --- a/config.toml +++ b/config.toml @@ -120,7 +120,7 @@ archived_version = true # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site. -url_latest_version = "https://kubeflow.org/docs/" +url_latest_version = "https://www.kubeflow.org/docs/" # A variable used in various docs to determine URLs for config files etc. # To find occurrences, search the repo for 'params "githubbranch"'. @@ -129,29 +129,29 @@ githubbranch = "v0.6-branch" # Add new release versions here. These entries appear in the drop-down menu # at the top of the website. [[params.versions]] - version = "master" + version = "Latest" githubbranch = "master" - url = "https://master.kubeflow.org" - + url = "https://www.kubeflow.org" [[params.versions]] - version = "v0.2" - githubbranch = "v0.2-branch" - url = "https://v0-2.kubeflow.org" - + version = "v0.6" + githubbranch = "v0.6-branch" + url = "https://v0-6.kubeflow.org" [[params.versions]] - version = "v0.3" - githubbranch = "v0.3-branch" - url = "https://v0-3.kubeflow.org" - + version = "v0.5" + githubbranch = "v0.5-branch" + url = "https://v0-5.kubeflow.org" [[params.versions]] version = "v0.4" githubbranch = "v0.4-branch" url = "https://v0-4.kubeflow.org" - [[params.versions]] - version = "v0.5" - githubbranch = "v0.5-branch" - url = "https://v0-5.kubeflow.org" + version = "v0.3" + githubbranch = "v0.3-branch" + url = "https://v0-3.kubeflow.org" +[[params.versions]] + version = "v0.2" + githubbranch = "v0.2-branch" + url = "https://v0-2.kubeflow.org" # Docsy: User interface configuration [params.ui] diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 090e42355a..d63e6432e4 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,11 +1,8 @@ {{ .Hugo.Generator }} -{{ if eq (getenv "HUGO_ENV") "production" }} - -{{ else }} - -{{ end }} + + {{ range .AlternativeOutputFormats -}} {{ end -}} diff --git a/layouts/partials/navbar-version-selector.html b/layouts/partials/navbar-version-selector.html index 0bcd0e42ec..6ac1ef63eb 100644 --- a/layouts/partials/navbar-version-selector.html +++ b/layouts/partials/navbar-version-selector.html @@ -1,5 +1,5 @@