From fc654f89967c00e798e126cfdb9d6bb96b87ebfe Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 11 May 2016 09:43:42 -0700 Subject: [PATCH] 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 --- .../user/userguide/diffusion_managing.diviner | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/docs/user/userguide/diffusion_managing.diviner b/src/docs/user/userguide/diffusion_managing.diviner index efdb783c04..f6ab0997c4 100644 --- a/src/docs/user/userguide/diffusion_managing.diviner +++ b/src/docs/user/userguide/diffusion_managing.diviner @@ -236,6 +236,38 @@ fetch from, serve from, and push to. These options are covered in detail in @{article:Diffusion User Guide: URIs}. +Staging Area +============ + +The **Staging Area** panel configures staging areas, used to make proposed +changes available to build and continuous integration systems. + +For more details, see @{article:Harbormaster User Guide}. + + +Automation +========== + +The **Automation** panel configures support for allowing Phabricator to make +writes directly to the repository, so that it can perform operations like +automatically landing revisions from the web UI. + +For details on repository automation, see +@{article:Drydock User Guide: Repository Automation}. + + +Symbols +====== + +The **Symbols** panel allows you to customize how symbols (like class and +function names) are linked when viewing code in the repository, and when +viewing revisions which propose code changes to the repository. + +To take advantage of this feature, you need to do additional work to build +symbol indexes. For details on configuring and populating symbol indexes, see +@{article:User Guide: Symbol Indexes}. + + Branches ========