Add a help page with link to the user manual and other sources

This commit is contained in:
Jyri-Petteri Paloposki 2020-07-23 22:20:28 +03:00
parent 5be552a71f
commit cf5751cdce
5 changed files with 20 additions and 0 deletions

View file

@ -401,6 +401,7 @@ en:
import_title: Import data
preferences: Preferences
integrations_: Integrate Tracks
help_page: Help
feeds_title: See a list of available feeds
calendar_title: Calendar of due actions
completed_tasks: Done

View file

@ -25,6 +25,7 @@ Rails.application.routes.draw do
get 'data/xml_export' => 'data#xml_export'
get 'data/csv_actions' => 'data#csv_actions'
get 'help' => "integrations#help"
get 'integrations' => "integrations#index"
get 'integrations/rest_api' => "integrations#rest_api", :as => 'rest_api_docs'
post 'integrations/cloudmailin' => 'integrations#cloudmailin'