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

Remove arcanist projects from documentation

Summary: Ref T7604. Remove references to "arcanist projects" from documentation.

Test Plan: N/A

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7604

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

+1 -9
-4
src/docs/user/userguide/arcanist_new_project.diviner
··· 49 49 See below for details about path resolution, or see 50 50 @{article:libphutil Libraries User Guide} for a general introduction to 51 51 libphutil libraries. 52 - - **project.name**: name an "Arcanist Project" to associate this working 53 - copy (Git, Mercurial) or directory (SVN) with. Previously, this was a 54 - required option, but `arc` can now usually operate without it in Git and 55 - Mercurial. This option was previously called `project_id`. 56 52 - **https.cabundle**: specifies the path to an alternate certificate bundle 57 53 for use when making HTTPS connections. 58 54 - **lint.engine**: the name of a subclass of
-3
src/docs/user/userguide/arcanist_quick_start.diviner
··· 44 44 yourproject/ $ $EDITOR .arcconfig 45 45 yourproject/ $ cat .arcconfig 46 46 { 47 - "project.name" : "yourprojectname", 48 47 "phabricator.uri" : "https://phabricator.example.com/" 49 48 } 50 - 51 - Set `project.name` to a string that identifies the project. 52 49 53 50 Set `phabricator.uri` to the URI for your Phabricator install (where `arc` 54 51 should send changes to).
+1 -2
src/docs/user/userguide/libraries.diviner
··· 83 83 `libcustom/.arcconfig`: 84 84 85 85 { 86 - "project.name" : "libcustom", 87 - "load" : [ 86 + "load": [ 88 87 "phabricator/src/" 89 88 ] 90 89 }