We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f99e4 commit 0eb34e0Copy full SHA for 0eb34e0
docs/Gemfile
@@ -2,3 +2,4 @@ source 'https://rubygems.org'
2
3
gem "jekyll", "~> 4.4.1"
4
gem "just-the-docs", "0.10.1"
5
+gem 'jekyll-relative-links', '~> 0.7.0'
docs/_config.yml
@@ -9,6 +9,12 @@ url: https://mixedrealitytoolkit.github.io/MixedRealityToolkit-Unity/
9
logo: "/images/MRTK_Logo_White.png"
10
favicon_ico: "/images/IconMRTKLogo.png"
11
12
+plugins:
13
+ - jekyll-relative-links
14
+relative_links:
15
+ enabled: true
16
+ collections: true
17
+
18
defaults:
19
- scope:
20
path: "" # an empty string here means all files in the project
0 commit comments