7 lines
319 B
Ruby
7 lines
319 B
Ruby
# frozen_string_literal: true
|
|
|
|
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
|