Skip to content

Commit 0eb34e0

Browse files
committed
Update _config.yml
Update Gemfile
1 parent 58f99e4 commit 0eb34e0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ source 'https://rubygems.org'
22

33
gem "jekyll", "~> 4.4.1"
44
gem "just-the-docs", "0.10.1"
5+
gem 'jekyll-relative-links', '~> 0.7.0'

docs/_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ url: https://mixedrealitytoolkit.github.io/MixedRealityToolkit-Unity/
99
logo: "/images/MRTK_Logo_White.png"
1010
favicon_ico: "/images/IconMRTKLogo.png"
1111

12+
plugins:
13+
- jekyll-relative-links
14+
relative_links:
15+
enabled: true
16+
collections: true
17+
1218
defaults:
1319
- scope:
1420
path: "" # an empty string here means all files in the project

0 commit comments

Comments
 (0)