help.yml
78 lines
| 2.4 KiB
| text/x-yaml
|
YamlLexer
/ config / help.yml
|
r5 | # 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. | |||
|
r2 | ||
|
r5 | # available languages for help pages | |
langs: | |||
|
r41 | - en | |
|
r5 | - fr | |
|
r456 | - ja | |
|
r2 | ||
|
r5 | # mapping between controller/action and help pages | |
# if action is not defined here, 'index' page will be displayed | |||
pages: | |||
# administration | |||
admin: | |||
index: ch01.html | |||
|
r138 | mail_options: ch01s09.html | |
|
r168 | info: ch01s12.html | |
|
r5 | users: | |
index: ch01s02.html | |||
|
r138 | roles: | |
|
r5 | index: ch01s03.html | |
|
r138 | workflow: ch01s07.html | |
trackers: | |||
index: ch01s04.html | |||
|
r5 | issue_statuses: | |
|
r138 | index: ch01s06.html | |
|
r168 | settings: | |
index: ch01s11.html | |||
|
r5 | # projects | |
projects: | |||
index: ch02.html | |||
|
r138 | add: ch01s01.html | |
|
r5 | show: ch02s01.html | |
|
r138 | 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 | |||
|
r5 | issues: | |
|
r138 | index: ch02s03.html | |
|
r5 | documents: | |
|
r138 | index: ch02s07.html | |
|
r5 | news: | |
|
r138 | index: ch02s06.html | |
|
r5 | versions: | |
|
r138 | index: ch02s09.html | |
|
r5 | reports: | |
|
r138 | index: ch02s04.html | |
# accounts | |||
my: | |||
index: ch03.html | |||
account: ch03s01.html | |||
page: ch03s02.html | |||
account: | |||
index: ch03.html | |||
lost_password: ch03s03.html | |||
|
r324 | register: ch03s04.html | |
wiki: | |||
syntax: wiki_syntax.html |