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:
authorMarcel Amirault <mamirault@gitlab.com>2019-09-06 10:22:19 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-06 10:22:19 +0300
commitd2b36b46824f55c05a4e40ae5441c3779599b2dd (patch)
treec9a9b3555d1c08beb18bf7a7e659c69f41868806 /lib/helpers
parent4888e310265c46c1feedb5bf286922ace3bbcac4 (diff)
Remove /debug from the docs
Diffstat (limited to 'lib/helpers')
-rw-r--r--lib/helpers/edit_on_gitlab.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/helpers/edit_on_gitlab.rb b/lib/helpers/edit_on_gitlab.rb
index e1849225..d6dbd8ad 100644
--- a/lib/helpers/edit_on_gitlab.rb
+++ b/lib/helpers/edit_on_gitlab.rb
@@ -31,9 +31,6 @@ module Nanoc::Helpers
end
gitlab_url = "https://gitlab.com/gitlab-org/gitlab-#{product}/blob/master/doc/#{docs_content_filename}"
gitlab_ide_url = "https://gitlab.com/-/ide/project/gitlab-org/gitlab-#{product}/edit/master/-/doc/#{docs_content_filename}"
- elsif product == "debug"
- gitlab_url = "https://gitlab.com/debugging/#{product}/blob/master/content/#{docs_content_filename}"
- gitlab_ide_url = "https://gitlab.com/-/ide/project/debugging/#{product}/edit/master/-/content/#{docs_content_filename}"
else
# gitlab-docs pages
gitlab_url = "https://gitlab.com/gitlab-org/gitlab-docs/blob/master/#{@item[:content_filename]}"