@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Global Search Scope: Put user docs link into Documentation section

Summary:
Call documentation documentation as Phorge already does in other places (cf F6011810). Consistency.
I may want to find docs to get work done but not "More Options" for the sake of more random options - it's not task-oriented.

Refs T16157

Test Plan: Go to Phorge pages, open the scope dropdown in the top bar search field.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16157

Differential Revision: https://we.phorge.it/D26239

+4
+4
src/view/page/menu/PhabricatorMainMenuSearchView.php
··· 190 190 ); 191 191 192 192 $items[] = array( 193 + 'name' => pht('Documentation'), 194 + ); 195 + 196 + $items[] = array( 193 197 'icon' => 'fa-book', 194 198 'name' => pht('User Guide: Search'), 195 199 'href' => PhabricatorEnv::getDoclink('Search User Guide'),