Skip to content

Commit b4e052f

Browse files
committed
change theme for remote theme
1 parent 1a8174d commit b4e052f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
33
gem "jekyll", "~> 4.3" # installed by `gem jekyll`
44
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
55

6-
gem "just-the-docs", "0.4.0.rc3" # currently the latest pre-release
6+
# gem "just-the-docs", "0.4.0.rc3" # currently the latest pre-release
77
# gem "just-the-docs" # the latest release - currently 0.3.3

Diff for: _config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: Zendro Documentation
22
description: Here you will find a tutorial for all Zendro projects and how to do a basic set up to start working.
3-
theme: just-the-docs
3+
remote_theme: "just-the-docs/just-the-docs@main"
44

55
url: https://zendro-dev.github.io/
66

0 commit comments

Comments
 (0)