debian-mirror-gitlab/config/routes/help.rb
2021-03-11 19:13:27 +05:30

7 lines
267 B
Ruby

# frozen_string_literal: true
get 'help' => 'help#index'
get 'help/shortcuts' => 'help#shortcuts'
get 'help/instance_configuration' => 'help#instance_configuration'
get 'help/*path' => 'help#show', as: :help_page