diff --git a/Gemfile.lock b/Gemfile.lock index e7d40b6956..e918129b80 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: Ascii85 (1.1.1) - activesupport (7.2.2.1) + activesupport (8.0.0) base64 benchmark (>= 0.3) bigdecimal @@ -14,6 +14,7 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) afm (0.2.2) diff --git a/_data/sidebar.yml b/_data/sidebar.yml index 9a757a02c0..b4647886fa 100644 --- a/_data/sidebar.yml +++ b/_data/sidebar.yml @@ -301,7 +301,7 @@ docs: url: /en/operations/tools.html - title: Operations - selfhosted - version: selfhosted + mode: selfhosted documents: - page: Multinode Systems url: /en/operations-selfhosted/multinode-systems.html diff --git a/_includes/navbar.html b/_includes/navbar.html index 34c558b9fc..250cf3c6f8 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -1,60 +1,68 @@