Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
liorf committed Aug 5, 2024
1 parent 43ff091 commit 9fdbd02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9fdbd02

Please sign in to comment.