Skip to content

Commit 18e1295

Browse files
committed
Upgrade to just-the-docs theme for modern and professional look
1 parent d8e4722 commit 18e1295

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/Gemfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
source "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

66
group :jekyll_plugins do
7-
gem "jekyll-feed", "~> 0.12"
7+
gem "jekyll-remote-theme"
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"
1415
end
1516

1617
# 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-
# Jekyll settings
7-
theme: minima
6+
# GitHub Pages settings
7+
remote_theme: just-the-docs/just-the-docs
88
plugins:
9-
- jekyll-feed
9+
- jekyll-remote-theme
1010

1111
# Build settings
1212
markdown: kramdown

0 commit comments

Comments
 (0)