forked from phacility/phabricator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser.book
51 lines (51 loc) · 1.13 KB
/
user.book
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "phabricator",
"title": "Phabricator User Documentation",
"short": "Phabricator User Docs",
"preface": "Instructions for installing, configuring, and using Phabricator.",
"root": "../../../",
"uri.source":
"https://secure.phabricator.com/diffusion/P/browse/master/%f$%l",
"rules": {
"(\\.diviner$)": "DivinerArticleAtomizer"
},
"exclude": [
"(^externals/)",
"(^webroot/rsrc/externals/)",
"(^scripts/)",
"(^support/)",
"(^resources/)",
"(^src/docs/tech/)",
"(^src/docs/flavor/)",
"(^src/docs/contributor/)"
],
"groups": {
"intro": {
"name": "Introduction"
},
"config": {
"name": "Configuration"
},
"userguide": {
"name": "Application User Guides"
},
"differential": {
"name": "Differential (Code Review)"
},
"diffusion": {
"name": "Diffusion (Repository Browser)"
},
"maniphest": {
"name": "Maniphest (Task Tracking)"
},
"slowvote": {
"name": "Slowvote (Polls)"
},
"herald": {
"name": "Herald (Notifications)"
},
"phriction": {
"name": "Phriction (Wiki)"
}
}
}