File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
3- gem "jekyll" , "~> 4.0 .0"
4- gem "minima " , "~> 2.5 "
3+ gem "jekyll" , "~> 4.3 .0"
4+ gem "just-the-docs " , "~> 0.7.3 "
55
66group :jekyll_plugins do
7- gem "jekyll-feed" , "~> 0.12 "
7+ gem "jekyll-remote-theme "
88end
99
1010# Windows compatibility
1111platforms :mingw , :x64_mingw , :mswin do
1212 gem "tzinfo" , ">= 1"
1313 gem "tzinfo-data"
14+ gem "wdm" , "~> 0.1.1"
1415end
1516
1617# Webrick for Ruby 3.0+
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ description: A powerful and intelligent RAG library for .NET applications
33baseurl : " "
44url : " https://byerlikaya.github.io"
55
6- # Jekyll settings
7- theme : minima
6+ # GitHub Pages settings
7+ remote_theme : just-the-docs/just-the-docs
88plugins :
9- - jekyll-feed
9+ - jekyll-remote-theme
1010
1111# Build settings
1212markdown : kramdown
You can’t perform that action at this time.
0 commit comments