summaryrefslogtreecommitdiffstats
path: root/config/help.yml
blob: 69c45db726a9084372236ccbfec6b2d444c19c8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# redMine - project management software
# Copyright (C) 2006  Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

# available languages for help pages
langs:
  - en
  - fr

# mapping between controller/action and help pages
# if action is not defined here, 'index' page will be displayed
pages:
  # administration
  admin:
    index:          ch01.html
    mail_options:   ch01s09.html
    info:           ch01s11.html
  users:
    index:          ch01s02.html
  roles:
    index:          ch01s03.html
    workflow:       ch01s07.html
  trackers:
    index:          ch01s04.html
  issue_statuses:
    index:          ch01s06.html
  # projects
  projects:
    index:          ch02.html
    add:            ch01s01.html
    show:           ch02s01.html
    gantt:          ch02s02.html
    calendar:       ch02s02.html
    add_document:   ch02s07.html
    list_documents: ch02s07.html
    add_issue:      ch02s03.html
    list_issues:    ch02s03.html
    add_news:       ch02s06.html
    list_news:      ch02s06.html
    add_file:       ch02s08.html
    list_files:     ch02s08.html
    changelog:      ch02s05.html
  issues:
    index:          ch02s03.html
  documents:
    index:          ch02s07.html
  news:
    index:          ch02s06.html
  versions:
    index:          ch02s09.html
  reports:
    index:          ch02s04.html
  # accounts
  my:
    index:          ch03.html
    account:        ch03s01.html
    page:           ch03s02.html
  account:
    index:          ch03.html
    lost_password:  ch03s03.html
    register:       ch03s04.html