blob: 54ad3d43081e9f1b70f88b2ae2ee6f47ab8f0ac2 (
plain)
1
2
3
4
5
6
7
|
# 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
|