mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-02 23:48:18 +02:00
Summary: Fixes T7425. Overall, this is surprising and confusing after jump nav was merged with global search. Test Plan: Searched for "help", got documents matching the word "help". Reviewers: chad, btrahan Reviewed By: btrahan Subscribers: chasemp, epriestley Maniphest Tasks: T7425 Differential Revision: https://secure.phabricator.com/D11936
27 lines
925 B
Text
27 lines
925 B
Text
@title Jump Nav User Guide
|
|
@group userguide
|
|
|
|
Command reference for the jump nav.
|
|
|
|
= Overview =
|
|
|
|
The jump nav provides a quick way to navigate to tools and objects: just type
|
|
a navigational command into the box and press return.
|
|
|
|
= Supported Commands =
|
|
|
|
- **T** - Jump to Maniphest.
|
|
- **T123** - Jump to Maniphest Task 123.
|
|
- **D** - Jump to Differential.
|
|
- **D123** - Jump to Differential Revision 123.
|
|
- **r** - Jump to Diffusion.
|
|
- **rXYZ** - Jump to Diffusion Repository XYZ.
|
|
- **rXYZabcdef** - Jump to Diffusion Commit rXYZabcdef.
|
|
- **r <name>** - Search for repositories by name.
|
|
- **u** - Jump to People
|
|
- **u username** - Jump to username's Profile
|
|
- **p** - Jump to Project
|
|
- **p Some Project** - Jump to Project: Some Project
|
|
- **s SymbolName** - Jump to Symbol SymbolName
|
|
- **task: (new title)** - Jumps to Task Creation Page with pre-filled title.
|
|
- **(default)** - Search for input.
|