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:
authorSarah German <sgerman@gitlab.com>2022-10-12 20:12:41 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-10-12 20:12:41 +0300
commita409705ba7cd4077383ef8bb35cc1cd55b236deb (patch)
tree6124d9ae26a4b92d27d5217c295f4b7a3a50189e /Rules
parent39551dd7e9886f728bbb1ab850573de38dd032e7 (diff)
Refactor Archives page to use versions.json
Diffstat (limited to 'Rules')
-rw-r--r--Rules6
1 files changed, 0 insertions, 6 deletions
diff --git a/Rules b/Rules
index 4d137bf9..d9390f9a 100644
--- a/Rules
+++ b/Rules
@@ -50,12 +50,6 @@ compile '/404.*' do
write '/404.html'
end
-compile '/archives/index.*' do
- filter :erb
- layout '/archives.*'
- write '/archives/index.html'
-end
-
compile '/**/*.html' do
layout '/default.*'
end