mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-05 16:27:05 +00:00
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 <joehuang.sweden@gmail.com>
This commit is contained in:
parent
2d24a4bee4
commit
efd2bac490
2 changed files with 9 additions and 0 deletions
|
@ -29,3 +29,7 @@ gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
|
||||||
#gem "kramdown-parser-gfm"
|
#gem "kramdown-parser-gfm"
|
||||||
|
|
||||||
gem "webrick", "~> 1.8"
|
gem "webrick", "~> 1.8"
|
||||||
|
|
||||||
|
# render realtive link by plugin
|
||||||
|
# https://github.blog/news-insights/product-news/relative-links-for-github-pages/
|
||||||
|
gem 'jekyll-relative-links'
|
||||||
|
|
|
@ -29,6 +29,11 @@ kramdown:
|
||||||
remote_theme: rundocs/jekyll-rtd-theme@v2.0.10
|
remote_theme: rundocs/jekyll-rtd-theme@v2.0.10
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-remote-theme
|
- jekyll-remote-theme
|
||||||
|
- jekyll-relative-links
|
||||||
|
|
||||||
|
relative_links:
|
||||||
|
enabled: true
|
||||||
|
collections: true
|
||||||
|
|
||||||
# Exclude from processing.
|
# Exclude from processing.
|
||||||
# The following items will not be processed, by default. Create a custom list
|
# The following items will not be processed, by default. Create a custom list
|
||||||
|
|
Loading…
Add table
Reference in a new issue