Implement getHelpURI() for new applications

Summary: A bunch of recently-created applications have help available; link to it.

Test Plan: Clicked each app, clicked help link in menu bar, ended up in relevant documentation.

Reviewers: vrana, btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D3602
This commit is contained in:
epriestley
2012-10-03 12:39:18 -07:00
parent 4682e0c104
commit 14fe3f5d14
6 changed files with 22 additions and 5 deletions

View File

@@ -77,13 +77,8 @@ abstract class PhabricatorApplication {
public function getHelpURI() {
// TODO: When these applications get created, link to their docs:
//
// - Conduit
// - Drydock
// - Herald
// - OAuth Server
// - Owners
// - Phame
// - Slowvote
return null;