mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
Add a redirect for the "index" link in the YARD docs.
This commit is contained in:
parent
c04f77eb02
commit
00436537a8
@ -11,6 +11,7 @@ else
|
||||
r301 '/tutorial.html', '/guide'
|
||||
r301 '/download.html', '/install'
|
||||
r301 '/documentation', '/documentation/'
|
||||
r301 '/documentation/_index.html', '/documentation/'
|
||||
|
||||
rewrite(%r{^(.*)/([^/.]+)$}, lambda do |match, rack_env|
|
||||
path = "#{File.dirname(__FILE__)}/build#{match[0]}"
|
||||
|
Loading…
Reference in New Issue
Block a user