Skip to content

Commit aefdf31

Browse files
cburroughsepriestley
authored and
epriestley
committedSep 26, 2014
use nav markup in userguide
Summary: An explicit navigation markup was recenty added. Use it in the userguide instead of ad-hoc -> or `->` chains. Test Plan: Read the docs. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D10560 Conflicts: src/docs/user/userguide/diffusion_hosting.diviner
1 parent 313468c commit aefdf31

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed
 

‎src/docs/user/userguide/diffusion_hosting.diviner

+4-5
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ If you plan to use authenticated HTTP, you need to set
127127
use only anonymous HTTP, you can leave this setting disabled.
128128

129129
If you plan to use authenticated HTTP, you'll also need to configure a VCS
130-
password in "Settings" -> "VCS Password". This is a different password than
130+
password in {nav Settings > VCS Password}. This is a different password than
131131
your main Phabricator password primarily for security reasons.
132132

133133
Otherwise, if you've configured system accounts above, you're all set. No
@@ -254,9 +254,9 @@ Some general tips for troubleshooting problems with HTTP:
254254

255255
- Make sure `diffusion.allow-http-auth` is enabled in your Phabricator config.
256256
- Make sure HTTP serving is enabled for the repository you're trying to clone.
257-
You can find this in "Edit Repository" -> "Hosting".
257+
You can find this in {nav Edit Repository > Hosting}.
258258
- Make sure you've configured a VCS password. This is separate from your main
259-
account password. You can configure this in "Settings" -> "VCS Password".
259+
account password. You can configure this in {nav Settings > VCS Password}.
260260
- Make sure the main repository screen in Diffusion shows a clone/checkout
261261
command for HTTP. If it doesn't, something above isn't set up correctly:
262262
double-check your configuration. You should see a `svn checkout http://...`,
@@ -291,8 +291,7 @@ Some general tips for troubleshooting problems with SSH:
291291
SSH Read Only or Read/Write >
292292
Save Changes}.
293293
- Make sure you've added an SSH public key to your account. You can do this
294-
in {nav Settings >
295-
SSH Public Keys}.
294+
in {nav Settings > SSH Public Keys}.
296295
- Make sure the main repository screen in Diffusion shows a clone/checkout
297296
command for SSH. If it doesn't, something above isn't set up correctly.
298297
You should see an `svn checkout svn+ssh://...`, `git clone ssh://...` or

‎src/docs/user/userguide/diffusion_symbols.diviner

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ configuration.
7777
To configure Differential integration, you need to tell Phabricator which
7878
projects have symbol indexes you want to use, and which other projects they
7979
should pull symbols from. To do this, go to
80-
`Repositories -> Arcanist Projects -> Edit` as an administrator. You need to
80+
{nav Repositories > Arcanist Projects > Edit} as an administrator. You need to
8181
fill out these fields:
8282

8383
- **Repository**: Associate the project with a tracked repository.

‎src/docs/user/userguide/external_editor.diviner

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ and Diffusion in your preferred text editor.
1010

1111
= Configuring Editors =
1212

13-
To configure an external editor, go to Settings -> Application Settings ->
14-
Display Preferences and set "Editor Link" to a URI pattern (see below). This
13+
To configure an external editor, go to {nav Settings > Application Settings >
14+
Display Preferences} and set "Editor Link" to a URI pattern (see below). This
1515
will enable an "Open in Editor" link in Differential, and an "Edit" button in
1616
Diffusion.
1717

‎src/docs/user/userguide/mail_rules.diviner

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ write sophisticated rules to route, categorize, or delete email.
1616
= Reducing Email =
1717

1818
You can reduce the amount of email you receive by turning off some types of
19-
email in ##Settings -> Email Preferences##. For example, you can turn off email
19+
email in {nav Settings > Email Preferences}. For example, you can turn off email
2020
produced by your own actions (like when you comment on a revision), and some
2121
types of less-important notifications about events.
2222

0 commit comments

Comments
 (0)
Failed to load comments.