Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Rules
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-07 08:37:38 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-07 08:37:38 +0300
commit9195533c920be5677f6bf65fa7c7787d941e4493 (patch)
tree126e4f7691059f5aaae0f308239c72a6baf2b592 /Rules
parent3c29f001846eb5a4c2db21d34265dd4d5a634906 (diff)
Add a filter to replace .md URLs with .html, this fixes a ton of URLs.
Diffstat (limited to 'Rules')
-rw-r--r--Rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rules b/Rules
index 90861060..a2693785 100644
--- a/Rules
+++ b/Rules
@@ -11,6 +11,8 @@ compile '/**/*.md' do
hard_wrap: false
layout '/default.*'
+
+ filter :md_to_html_ext
end
compile '/**/*.scss' do