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

Flesh out a few more repository documentation sections

Summary: Ref T10923. This links up some more related documentation about repository management.

Test Plan: Read documentation.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10923

Differential Revision: https://secure.phabricator.com/D15890

+32
+32
src/docs/user/userguide/diffusion_managing.diviner
··· 236 236 These options are covered in detail in @{article:Diffusion User Guide: URIs}. 237 237 238 238 239 + Staging Area 240 + ============ 241 + 242 + The **Staging Area** panel configures staging areas, used to make proposed 243 + changes available to build and continuous integration systems. 244 + 245 + For more details, see @{article:Harbormaster User Guide}. 246 + 247 + 248 + Automation 249 + ========== 250 + 251 + The **Automation** panel configures support for allowing Phabricator to make 252 + writes directly to the repository, so that it can perform operations like 253 + automatically landing revisions from the web UI. 254 + 255 + For details on repository automation, see 256 + @{article:Drydock User Guide: Repository Automation}. 257 + 258 + 259 + Symbols 260 + ====== 261 + 262 + The **Symbols** panel allows you to customize how symbols (like class and 263 + function names) are linked when viewing code in the repository, and when 264 + viewing revisions which propose code changes to the repository. 265 + 266 + To take advantage of this feature, you need to do additional work to build 267 + symbol indexes. For details on configuring and populating symbol indexes, see 268 + @{article:User Guide: Symbol Indexes}. 269 + 270 + 239 271 Branches 240 272 ======== 241 273