Document the new watcher/member/edit notification mail rules

Summary: Ref T10054. This is mostly for completness so I can reference it when closing all the related tasks.

Test Plan: Read documentation.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10054

Differential Revision: https://secure.phabricator.com/D15066
This commit is contained in:
epriestley
2016-01-19 19:32:12 -08:00
parent 8463ad2659
commit 3f36e498b7
2 changed files with 62 additions and 0 deletions

View File

@@ -135,4 +135,13 @@ final class PhabricatorProjectApplication extends PhabricatorApplication {
);
}
public function getHelpDocumentationArticles(PhabricatorUser $viewer) {
return array(
array(
'name' => pht('Projects User Guide'),
'href' => PhabricatorEnv::getDoclink('Projects User Guide'),
),
);
}
}