Add getting-started-misc to route (#2141)
* Add getting-started-misc to web_app_paths Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> * Add signed in check to navigation entries Enabling routing for getting-started-misc allows the column to be directly accessible, which showed every entry and threw unnecessary errors. Also fixed the keys as these were literally "i++". Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> * Remove "Extended information" from getting-started-misc I couldn't find any reference to this translation string, so I removed it too. Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> --------- Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
This commit is contained in:
@ -8,6 +8,7 @@ Rails.application.routes.draw do
|
||||
# have alternative format representations requiring separate controllers
|
||||
web_app_paths = %w(
|
||||
/getting-started
|
||||
/getting-started-misc
|
||||
/keyboard-shortcuts
|
||||
/home
|
||||
/public
|
||||
|
Reference in New Issue
Block a user