From 9fdbd02c90e414b73488085572cbae94fb63597e Mon Sep 17 00:00:00 2001 From: liorf Date: Mon, 5 Aug 2024 22:36:52 +0300 Subject: [PATCH] docs --- docs/Gemfile | 2 ++ docs/_config.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index c93db50..07effe9 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -31,3 +31,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] + +gem "webrick", "~> 1.8" diff --git a/docs/_config.yml b/docs/_config.yml index d341c1d..2c4de06 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -28,7 +28,7 @@ description: >- # this means to ignore newlines until "baseurl:" load balancing weights based on CPU usage metrics, and the significant performance improvements achieved. The article concludes with insights on community collaboration and plans for further enhancements. -baseurl: "" # the subpath of your site, e.g. /blog +baseurl: "/istio-adaptive-least-request" # the subpath of your site, e.g. /blog url: "https://liorfranko.github.io" # the base hostname & protocol for your site, e.g. http://example.com github_username: liorfranko