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 258add2e8 Add docs for 0.11.2 258add2e8 is described below commit 258add2e896ca708861a148efb9fa719b2d682dc Author: Jongyoul Lee <jongy...@gmail.com> AuthorDate: Mon Sep 23 01:01:29 2024 +0900 Add docs for 0.11.2 --- Dockerfile | 2 +- Gemfile | 2 ++ Gemfile.lock | 6 +++++- _includes/themes/zeppelin/_navigation.html | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3592b1985..61d4f30ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the latest official Ruby runtime as a parent image -FROM ruby:latest +FROM ruby:3.0.6 # Set the working directory to /app WORKDIR /app diff --git a/Gemfile b/Gemfile index bdb0b3920..620e29f3b 100644 --- a/Gemfile +++ b/Gemfile @@ -17,5 +17,7 @@ source 'https://rubygems.org' gem 'github-pages' gem 'redcarpet' gem 'jekyll-twitter-plugin' +gem 'nokogiri', '1.15.4' +gem 'mini_portile2', '2.8.4' gem "webrick", "~> 1.8" # By upgrading ruby to 3.x diff --git a/Gemfile.lock b/Gemfile.lock index 457904bac..74c9d7752 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -254,13 +254,17 @@ GEM webrick (1.8.1) PLATFORMS + arm64-darwin ruby + x86_64-linux DEPENDENCIES github-pages jekyll-twitter-plugin + mini_portile2 (= 2.8.4) + nokogiri (= 1.15.4) redcarpet webrick (~> 1.8) BUNDLED WITH - 2.3.25 + 2.5.19 diff --git a/_includes/themes/zeppelin/_navigation.html b/_includes/themes/zeppelin/_navigation.html index 873e9b198..9878888fc 100644 --- a/_includes/themes/zeppelin/_navigation.html +++ b/_includes/themes/zeppelin/_navigation.html @@ -28,7 +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.11.2">0.11.</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> <li><a href="/docs/0.10.1">0.10.1</a></li>