Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15505691
D12094.id29553.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
690 B
Referenced Files
None
Subscribers
None
D12094.id29553.diff
View Options
diff --git a/src/applications/diviner/application/PhabricatorDivinerApplication.php b/src/applications/diviner/application/PhabricatorDivinerApplication.php
--- a/src/applications/diviner/application/PhabricatorDivinerApplication.php
+++ b/src/applications/diviner/application/PhabricatorDivinerApplication.php
@@ -18,6 +18,15 @@
return pht('Documentation');
}
+ public function getHelpDocumentationArticles(PhabricatorUser $viewer) {
+ return array(
+ array(
+ 'name' => pht('Diviner User Guide'),
+ 'href' => PhabricatorEnv::getDoclink('Diviner User Guide'),
+ ),
+ );
+ }
+
public function getTitleGlyph() {
return "\xE2\x97\x89";
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 16, 5:01 AM (1 w, 15 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7382011
Default Alt Text
D12094.id29553.diff (690 B)
Attached To
Mode
D12094: Add doclink for Diviner documentation
Attached
Detach File
Event Timeline
Log In to Comment