We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8174d commit b4e052fCopy full SHA for b4e052f
Gemfile
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
3
gem "jekyll", "~> 4.3" # installed by `gem jekyll`
4
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
5
6
-gem "just-the-docs", "0.4.0.rc3" # currently the latest pre-release
+# gem "just-the-docs", "0.4.0.rc3" # currently the latest pre-release
7
# gem "just-the-docs" # the latest release - currently 0.3.3
_config.yml
@@ -1,6 +1,6 @@
1
title: Zendro Documentation
2
description: Here you will find a tutorial for all Zendro projects and how to do a basic set up to start working.
-theme: just-the-docs
+remote_theme: "just-the-docs/just-the-docs@main"
url: https://zendro-dev.github.io/
0 commit comments