Skip to content

Commit efd2bac

Browse files
committed
Fix the link to feature gates documentation
The link to feature gates documentation is pointing to the upward folder in master-commandline-reference.md, it should be updated to linking file in the same folder. Signed-off-by: joehuang <[email protected]>
1 parent 2d24a4b commit efd2bac

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
2929
#gem "kramdown-parser-gfm"
3030

3131
gem "webrick", "~> 1.8"
32+
33+
# render realtive link by plugin
34+
# https://github.blog/news-insights/product-news/relative-links-for-github-pages/
35+
gem 'jekyll-relative-links'

docs/_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ kramdown:
2929
remote_theme: rundocs/[email protected]
3030
plugins:
3131
- jekyll-remote-theme
32+
- jekyll-relative-links
33+
34+
relative_links:
35+
enabled: true
36+
collections: true
3237

3338
# Exclude from processing.
3439
# The following items will not be processed, by default. Create a custom list

0 commit comments

Comments
 (0)