We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d25a0 commit 650303eCopy full SHA for 650303e
docs/Gemfile
@@ -1,5 +1,6 @@
1
source "https://rubygems.org"
2
3
gem "jekyll"
4
+gem 'jekyll-relative-links'
5
gem "jekyll-sass-converter", "~> 2.0"
6
gem "just-the-docs"
docs/Gemfile.lock
docs/_config.yml
@@ -14,3 +14,6 @@ heading_anchors: true
14
15
# Footer content
16
footer_content: "Copyright © 2025 Convey. Distributed by an [MIT license](https://github.com/mehyaa/Convey/blob/master/LICENSE)."
17
+
18
+gems:
19
+ - jekyll-relative-links
0 commit comments