@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{
2 "name": "phorge",
3 "title": "Phorge Administrator and User Documentation",
4 "short": "User Docs",
5 "preface": "Instructions for installing, configuring, and using Phorge.",
6 "root": "../../../",
7 "uri.source":
8 "https://we.phorge.it/diffusion/P/browse/master/%f$%l",
9 "rules": {
10 "(\\.diviner$)": "DivinerArticleAtomizer"
11 },
12 "exclude": [
13 "(^externals/)",
14 "(^resources/)",
15 "(^scripts/)",
16 "(^src/docs/contributor/)",
17 "(^src/docs/flavor/)",
18 "(^src/docs/tech/)",
19 "(^support/)",
20 "(^webroot/rsrc/externals/)"
21 ],
22 "groups": {
23 "intro": {
24 "name": "Introduction"
25 },
26 "config": {
27 "name": "Configuration"
28 },
29 "userguide": {
30 "name": "Application User Guides"
31 },
32 "conduit": {
33 "name": "API Documentation"
34 },
35 "cluster": {
36 "name": "Cluster Configuration"
37 },
38 "fieldmanual": {
39 "name": "Field Manuals"
40 }
41 }
42}