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
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2020-05-13 14:06:00 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2020-05-13 14:06:00 +0300
commit659c9cc630b6e9543986b645e1f4246bffd4eba2 (patch)
treeb21fb704a6c1c231373e4ea8373c0970760fd547
parentb2afeebe406446d33182894013a265af287c18af (diff)
Rule for rendering fm data into docdocs-preview-ee-31880
-rw-r--r--Rules7
1 files changed, 7 insertions, 0 deletions
diff --git a/Rules b/Rules
index cb8216f0..743d4de6 100644
--- a/Rules
+++ b/Rules
@@ -52,6 +52,13 @@ compile '/archives/index.*' do
write '/archives/index.html'
end
+compile '/ee/test.md.*' do
+ filter :erb
+ filter :gitlab_kramdown
+ layout '/default.*'
+ write '/ee/test.html'
+end
+
compile '/**/*.html' do
layout '/default.*'
end