forked from LaconicNetwork/kompose
Fix redirection site issues
Fixes the issues in regards to rediction. For example, supplying `/docs/conversion` within the user guide the link will appear as a 404. Adding this allows redirection from `/docs/conversion` to `/conversion`.
This commit is contained in:
parent
51a488c3bc
commit
f33745701e
@ -65,6 +65,7 @@ for filename in *.md; do
|
|||||||
jekyll="---
|
jekyll="---
|
||||||
layout: default
|
layout: default
|
||||||
permalink: /$name/
|
permalink: /$name/
|
||||||
|
redirect_from: \"/docs/$name/\"
|
||||||
---
|
---
|
||||||
"
|
"
|
||||||
echo -e "$jekyll\n$(cat $filename)" > $filename
|
echo -e "$jekyll\n$(cat $filename)" > $filename
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user