This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin-site.git
The following commit(s) were added to refs/heads/master by this push: new 6f2e751f9 Fix the link for 0.12.0 documentation 6f2e751f9 is described below commit 6f2e751f937529bfab2ee1f8c7017b50f97e929b Author: Jongyoul Lee <jongy...@gmail.com> AuthorDate: Thu Apr 10 16:00:03 2025 +0900 Fix the link for 0.12.0 documentation --- _includes/themes/zeppelin/_navigation.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/themes/zeppelin/_navigation.html b/_includes/themes/zeppelin/_navigation.html index 9878888fc..3a2b71267 100644 --- a/_includes/themes/zeppelin/_navigation.html +++ b/_includes/themes/zeppelin/_navigation.html @@ -28,6 +28,7 @@ <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a> <ul class="dropdown-menu"> <li class="title"><span><b>Release</b></span></li> + <li><a href="/docs/0.12.0">0.12.0</a></li> <li><a href="/docs/0.11.2">0.11.2</a></li> <li><a href="/docs/0.11.1">0.11.1</a></li> <li><a href="/docs/0.11.0">0.11.0</a></li>