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:
authorAchilleas Pipinellis <axil@gitlab.com>2022-06-16 20:05:57 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-06-16 20:05:57 +0300
commitfe6f4e7d50e0fbcf4a5f4bb8344ba0c2f6ce8495 (patch)
tree6b53ce9c75818744649fa49f1a979199ddc2532e /Rules
parent7dbbdb7abe987e5522f8a6198cfa21990be188ad (diff)
Do not show the drawers content
Diffstat (limited to 'Rules')
-rw-r--r--Rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rules b/Rules
index c52823f8..e5e301f1 100644
--- a/Rules
+++ b/Rules
@@ -57,6 +57,9 @@ compile '/**/*.html' do
layout '/default.*'
end
+# Do not process Markdown files in ee/doc/drawers/
+ignore '/ee/drawers/*.md'
+
compile '/**/*.md' do
if item[:redirect_to].nil?