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:
authorJacques Erasmus <jerasmus@gitlab.com>2020-01-20 12:47:51 +0300
committerLin Jen-Shin <godfat@godfat.org>2020-01-20 12:47:51 +0300
commit770aba2ce07d835b1d055490d87d9a458c5fe674 (patch)
treeb86f559a3c52648399326812d383d1a21cd0374c /Rules
parentab082d98798d6406205e3a48b57d6bfbb43c4dba (diff)
Make gitlab-svg icons available in the docs markup
Added the ability to use gitlab-svg icons in the docs markup
Diffstat (limited to 'Rules')
-rw-r--r--Rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rules b/Rules
index 01758249..cb8216f0 100644
--- a/Rules
+++ b/Rules
@@ -82,6 +82,7 @@ compile '/**/*.md' do
filter :md_to_html_ext
filter :admonition
+ filter :icons
filter :introduced_in
if item[:layout].nil?