@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.

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

authored by

cburroughs and committed by
epriestley
aefdf312 313468ce

+8 -9
+4 -5
src/docs/user/userguide/diffusion_hosting.diviner
··· 127 127 use only anonymous HTTP, you can leave this setting disabled. 128 128 129 129 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 131 131 your main Phabricator password primarily for security reasons. 132 132 133 133 Otherwise, if you've configured system accounts above, you're all set. No ··· 254 254 255 255 - Make sure `diffusion.allow-http-auth` is enabled in your Phabricator config. 256 256 - 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}. 258 258 - 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}. 260 260 - Make sure the main repository screen in Diffusion shows a clone/checkout 261 261 command for HTTP. If it doesn't, something above isn't set up correctly: 262 262 double-check your configuration. You should see a `svn checkout http://...`, ··· 291 291 SSH Read Only or Read/Write > 292 292 Save Changes}. 293 293 - 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}. 296 295 - Make sure the main repository screen in Diffusion shows a clone/checkout 297 296 command for SSH. If it doesn't, something above isn't set up correctly. 298 297 You should see an `svn checkout svn+ssh://...`, `git clone ssh://...` or
+1 -1
src/docs/user/userguide/diffusion_symbols.diviner
··· 77 77 To configure Differential integration, you need to tell Phabricator which 78 78 projects have symbol indexes you want to use, and which other projects they 79 79 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 81 81 fill out these fields: 82 82 83 83 - **Repository**: Associate the project with a tracked repository.
+2 -2
src/docs/user/userguide/external_editor.diviner
··· 10 10 11 11 = Configuring Editors = 12 12 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 15 15 will enable an "Open in Editor" link in Differential, and an "Edit" button in 16 16 Diffusion. 17 17
+1 -1
src/docs/user/userguide/mail_rules.diviner
··· 16 16 = Reducing Email = 17 17 18 18 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 20 20 produced by your own actions (like when you comment on a revision), and some 21 21 types of less-important notifications about events. 22 22