Skip to content

Commit e4b2cd0

Browse files
committed
Switch to Cayman theme for better compatibility and modern look
1 parent 18e1295 commit e4b2cd0

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

docs/Gemfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", "~> 4.3.0"
4-
gem "just-the-docs", "~> 0.7.3"
3+
gem "jekyll", "~> 4.0.0"
4+
gem "jekyll-theme-cayman"
55

66
group :jekyll_plugins do
7-
gem "jekyll-remote-theme"
7+
gem "jekyll-feed", "~> 0.12"
88
end
99

1010
# Windows compatibility
1111
platforms :mingw, :x64_mingw, :mswin do
1212
gem "tzinfo", ">= 1"
1313
gem "tzinfo-data"
14-
gem "wdm", "~> 0.1.1"
1514
end
1615

1716
# Webrick for Ruby 3.0+

docs/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ description: A powerful and intelligent RAG library for .NET applications
33
baseurl: ""
44
url: "https://byerlikaya.github.io"
55

6-
# GitHub Pages settings
7-
remote_theme: just-the-docs/just-the-docs
6+
# Jekyll settings
7+
theme: jekyll-theme-cayman
88
plugins:
9-
- jekyll-remote-theme
9+
- jekyll-feed
1010

1111
# Build settings
1212
markdown: kramdown

0 commit comments

Comments
 (0)