diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-02 14:56:10 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-02 14:56:10 +0000 |
commit | 18001e5a5b14cae3a3852c1f9d3da9c014fe9fd3 (patch) | |
tree | 82c3d07d1f983c701e079e725563c0dfb1d80aa9 /config/help.yml | |
parent | 32f6cb7c13cb34623194fe5ce314a36e7329686e (diff) | |
download | redmine-18001e5a5b14cae3a3852c1f9d3da9c014fe9fd3.tar.gz redmine-18001e5a5b14cae3a3852c1f9d3da9c014fe9fd3.zip |
various documentation updates
git-svn-id: http://redmine.rubyforge.org/svn/trunk@141 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/help.yml')
-rw-r--r-- | config/help.yml | 55 |
1 files changed, 33 insertions, 22 deletions
diff --git a/config/help.yml b/config/help.yml index b02a06fb1..69c45db72 100644 --- a/config/help.yml +++ b/config/help.yml @@ -26,38 +26,49 @@ pages: # administration
admin:
index: ch01.html
- mail_options: ch01s08.html
- info: ch01s09.html
+ mail_options: ch01s09.html
+ info: ch01s11.html
users:
- index: ch01s01.html
- roles:
index: ch01s02.html
- workflow: ch01s06.html
- trackers:
+ roles:
index: ch01s03.html
+ workflow: ch01s07.html
+ trackers:
+ index: ch01s04.html
issue_statuses:
- index: ch01s05.html
+ index: ch01s06.html
# projects
projects:
index: ch02.html
- add: ch02s08.html
+ add: ch01s01.html
show: ch02s01.html
- add_document: ch02s06.html
- list_documents: ch02s06.html
- add_issue: ch02s02.html
- list_issues: ch02s02.html
- add_news: ch02s05.html
- list_news: ch02s05.html
- add_file: ch02s07.html
- list_files: ch02s07.html
- changelog: ch02s04.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: ch02s02.html
+ index: ch02s03.html
documents:
- index: ch02s06.html
+ index: ch02s07.html
news:
- index: ch02s05.html
+ index: ch02s06.html
versions:
- index: ch02s08.html
+ index: ch02s09.html
reports:
- index: ch02s03.html
\ No newline at end of file + 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
\ No newline at end of file |