mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Adds dynamically-generated redirect_from.csv to root for nginx consumption
This commit is contained in:
5
redirect_from.csv
Normal file
5
redirect_from.csv
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: null
|
||||
---
|
||||
{% for page in site.pages %}{% for redirect in page.redirect_from %}{{ redirect }},{{ page.url }}
|
||||
{% endfor %}{% endfor %}
|
||||
|
Reference in New Issue
Block a user