@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 some missing "@" in doclinks

Summary: Fixes T9368.

Test Plan: Grepped for "Adding New Classes".

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9368

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

+2 -2
+2 -2
src/docs/user/configuration/managing_daemons.diviner
··· 109 109 just those started with `phd start`. If you're writing a restart script, 110 110 have it launch any custom daemons explicitly after `phd restart`. 111 111 - You can write your own daemons and manage them with `phd` by extending 112 - @{class:PhabricatorDaemon}. See {article@contributor:Adding New Classes}. 112 + @{class:PhabricatorDaemon}. See @{article@contributor:Adding New Classes}. 113 113 - See @{article:Diffusion User Guide} for details about tuning the repository 114 114 daemon. 115 115 ··· 137 137 138 138 - learning about the repository daemon with @{article:Diffusion User Guide}; 139 139 or 140 - - writing your own daemons with {article@contributor:Adding New Classes}. 140 + - writing your own daemons with @{article@contributor:Adding New Classes}.