debian-mirror-gitlab/config/routes/help.rb

8 lines
319 B
Ruby
Raw Normal View History

2021-03-11 19:13:27 +05:30
# frozen_string_literal: true
2018-03-17 18:26:18 +05:30
get 'help' => 'help#index'
get 'help/shortcuts' => 'help#shortcuts'
get 'help/instance_configuration' => 'help#instance_configuration'
2022-10-11 01:57:18 +05:30
get 'help/drawers/*markdown_file' => 'help#drawers'
2018-03-17 18:26:18 +05:30
get 'help/*path' => 'help#show', as: :help_page