This is an automated email from the ASF dual-hosted git repository. chengpan pushed a commit to branch 1.8.1-docs in repository https://gitbox.apache.org/repos/asf/kyuubi-website.git
commit b18c5e485e56bd8fcbee84c79993e766f07ee514 Author: Cheng Pan <[email protected]> AuthorDate: Mon Feb 26 16:36:25 2024 +0800 Fix 1.8.1 docs --- layouts/index.html | 8 +++----- layouts/partials/navbar.html | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index bfe880e..64d5933 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -29,13 +29,11 @@ {{ range $release := first 1 .Site.Params.releases }} <!-- TODO: Remove this workaround when - - the build of readthedocs supports OpenSSL 1.1.1+ - - 1.7.2 comes out - More info: https://github.com/urllib3/urllib3/issues/2168 + - 1.8.2 comes out --> {{ $fixed_release := $release }} - {{ if eq $release "v1.7.1" }} - {{ $fixed_release = "v1.7.1-rc0" }} + {{ if eq $release "v1.8.1" }} + {{ $fixed_release = "v1.8.1-docs" }} {{ end }} <a class="bannerBtn" href="https://kyuubi.readthedocs.io/en/{{ $fixed_release }}/quick_start">{{ i18n "getting-started" }} ยป</a> {{ end }} diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index dde1144..62f16e4 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -37,13 +37,11 @@ <li> <!-- TODO: Remove this workaround when - - the build of readthedocs supports OpenSSL 1.1.1+ - - 1.7.2 comes out - More info: https://github.com/urllib3/urllib3/issues/2168 + - 1.8.2 comes out --> {{ $fixed_release := $release }} - {{ if eq $release "v1.7.1" }} - {{ $fixed_release = "v1.7.1-rc0" }} + {{ if eq $release "v1.8.1" }} + {{ $fixed_release = "v1.8.1-docs" }} {{ end }} <a class="childNavLink" href="https://kyuubi.readthedocs.io/en/{{ $fixed_release }}/"> {{ trim $release "v"}}
