mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-07 01:48:30 +02:00
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
This commit is contained in:
parent
dc6d108b26
commit
fc654f8996
1 changed files with 32 additions and 0 deletions
|
@ -236,6 +236,38 @@ fetch from, serve from, and push to.
|
||||||
These options are covered in detail in @{article:Diffusion User Guide: URIs}.
|
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
|
Branches
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue