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

fix misc diviner formatting errors

Summary: fix misc diviner formatting errors

Test Plan: Read the docs.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

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

authored by

cburroughs and committed by
epriestley
313468ce 5f04bb6d

+3 -2
+1 -1
src/docs/user/userguide/arcanist.diviner
··· 158 158 # User can specify the settings in `~/.arcrc` (JSON) through the `config` key. 159 159 This file can be modified also by `arc set-config --global`. 160 160 # Machine can specify the settings with `/etc/arcconfig` (JSON). On Windows, 161 - the file path is 'C:\ProgramData\Phabricator\Arcanist\config`. 161 + the file path is `C:\ProgramData\Phabricator\Arcanist\config`. 162 162 163 163 The first place where the setting is defined wins. 164 164
+2 -1
src/docs/user/userguide/phame.diviner
··· 59 59 = Next Steps = 60 60 61 61 - Phame is extremely new and very basic for now. Give us feedback on 62 - what you'd like to see improve! See @{article:Give Feedback! Get Support!}. 62 + what you'd like to see improve! See @{article:Give Feedback! Get 63 + Support!}.