diff --git a/Gemfile.lock b/Gemfile.lock index f38a2058c..4b3c20c1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ GEM coffee-script-source (1.11.1) colorator (1.1.0) commonmarker (0.23.4) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) dnsruby (1.61.9) simpleidn (~> 0.1) em-websocket (0.5.3) @@ -23,7 +23,6 @@ GEM http_parser.rb (~> 0) ethon (0.15.0) ffi (>= 1.15.0) - eventmachine (1.2.7) eventmachine (1.2.7-x64-mingw32) execjs (2.8.1) faraday (1.10.0) @@ -49,7 +48,6 @@ GEM faraday-patron (1.0.0) faraday-rack (1.0.0) faraday-retry (1.0.3) - ffi (1.15.5) ffi (1.15.5-x64-mingw32) forwardable-extended (2.6.0) gemoji (3.0.1) @@ -104,7 +102,7 @@ GEM octokit (~> 4.0) public_suffix (>= 3.0, < 5.0) typhoeus (~> 1.3) - html-pipeline (2.14.0) + html-pipeline (2.14.1) activesupport (>= 2) nokogiri (>= 1.4) http_parser.rb (0.8.0) @@ -227,15 +225,13 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) - mini_portile2 (2.8.0) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.15.0) multipart-post (2.1.1) - nokogiri (1.13.3) - mini_portile2 (~> 2.8.0) + nokogiri (1.13.3-x64-mingw32) racc (~> 1.4) octokit (4.22.0) faraday (>= 0.9) @@ -273,13 +269,12 @@ GEM tzinfo (>= 1.0.0) unf (0.1.4) unf_ext - unf_ext (0.0.8.1) + unf_ext (0.0.8.1-x64-mingw32) unicode-display_width (1.8.0) wdm (0.1.1) zeitwerk (2.5.4) PLATFORMS - ruby x64-mingw32 DEPENDENCIES @@ -290,4 +285,4 @@ DEPENDENCIES wdm (>= 0.1.0) BUNDLED WITH - 2.3.9 + 2.3.10 diff --git a/_includes/footer.html b/_includes/footer.html index c8f9ba8a7..162aeb98f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,9 +1,13 @@ diff --git a/_includes/releases/pkgrow.md b/_includes/releases/pkgrow.md index 0b0bb15b3..98a9b085d 100644 --- a/_includes/releases/pkgrow.md +++ b/_includes/releases/pkgrow.md @@ -14,8 +14,8 @@ -
{{ item.DisplayName }} {% if include.type == "all" and item.New == "true" %}(New){%endif%}
-
{{item.Package}}
+
{{ item.DisplayName }} {% if include.type == "all" and item.New == "true" %}(New){%endif%}
+
{{item.Package}}
{% include releases/replace.md %}
{% if include.type != "deprecated" %} diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 9d6b8ca1c..c20a6fc7e 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,6 +1,6 @@ {% assign sidebar = site.data.sidebars[page.sidebar].entries %} - + + diff --git a/_includes/toc.html b/_includes/toc.html index 067141a6a..e2ac5730e 100644 --- a/_includes/toc.html +++ b/_includes/toc.html @@ -11,7 +11,7 @@ $('#toc').on('click', 'a', function() { var target = $(this.getAttribute('href')) , scroll_target = target.offset().top - $(window).scrollTop(scroll_target - 10); + $(window).scrollTop(scroll_target - 60); return false }) diff --git a/_includes/topnav.html b/_includes/topnav.html index 5d2b313aa..fecd43062 100644 --- a/_includes/topnav.html +++ b/_includes/topnav.html @@ -1,6 +1,6 @@ -