Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-09-09 15:12:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-09 15:12:03 +0300
commit704ed7ea397fbcd02c9b9724cf03e4d4949183fb (patch)
tree115443f45f100879180b5651a6bf3e062cccfe24 /config/routes
parent6021fa2fc624b7d6902273bae55c5b8b2b2b3fff (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/help.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/help.rb b/config/routes/help.rb
index 2a0aba8b632..54ad3d43081 100644
--- a/config/routes/help.rb
+++ b/config/routes/help.rb
@@ -3,4 +3,5 @@
get 'help' => 'help#index'
get 'help/shortcuts' => 'help#shortcuts'
get 'help/instance_configuration' => 'help#instance_configuration'
+get 'help/drawers/*markdown_file' => 'help#drawers'
get 'help/*path' => 'help#show', as: :help_page