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:
authorAchilleas Pipinellis <axil@gitlab.com>2018-08-16 18:10:15 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-08-16 18:10:15 +0300
commitbecfb297b1a1b093291419dd9b76fc780f6b6cdd (patch)
tree28ab1f7a292e49404b4a09886a2752ce5bdd0111 /content/robots.txt.erb
parentb725658249746c815ad518acbf528084ebe5574a (diff)
Add /debug to robots.txt
Diffstat (limited to 'content/robots.txt.erb')
-rw-r--r--content/robots.txt.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/robots.txt.erb b/content/robots.txt.erb
index afeacaad..567fd52f 100644
--- a/content/robots.txt.erb
+++ b/content/robots.txt.erb
@@ -6,6 +6,7 @@ is_hidden: true
sitemap: https://docs.gitlab.com/sitemap.xml
user-agent: *
disallow: /ce/
+disallow: /debug/
<% @items['/_data/versions.yaml'][:current].each do |version| %>
disallow: /<%= version %>/
<% end %>