Add a "jump nav" element to the homepage, for quick tool/object navigation
Summary: - Restore quick methods for getting to common features (upload file, create task, etc.) - Provide a flexible cli-like navigation element similar to stuff used at Facebook (bunny1 / lolbunny). Test Plan: Used jump nav and nav buttons. Reviewers: btrahan, fratrik Reviewed By: btrahan CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1619
This commit is contained in:
21
src/docs/userguide/jump.diviner
Normal file
21
src/docs/userguide/jump.diviner
Normal file
@@ -0,0 +1,21 @@
|
||||
@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 =
|
||||
|
||||
- **help** - Jump to this document.
|
||||
- **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.
|
||||
- **(default)** - Search for input.
|
||||
Reference in New Issue
Block a user