1{
2  "name": "arcanist",
3  "title": "Arcanist Technical Documentation",
4  "short": "Arcanist Tech Docs",
5  "preface": "Technical documentation for developing Arcanist.",
6  "root": "../../../",
7  "uri.source":
8    "https://secure.phabricator.com/diffusion/ARC/browse/master/%f$%l",
9  "rules": {
10    "(\\.diviner$)": "DivinerArticleAtomizer",
11    "(\\.php$)": "DivinerPHPAtomizer"
12  },
13  "exclude": [
14    "(^externals/)",
15    "(^resources/)",
16    "(^scripts/)",
17    "(^support/)"
18  ],
19  "groups": {
20    "lint": {
21      "name": "Lint",
22      "include": "(^src/lint/)"
23    },
24    "unit": {
25      "name": "Unit Testing",
26      "include": "(^src/unit/)"
27    },
28    "workflow": {
29      "name": "Workflows",
30      "include": "(^src/workflow/)"
31    }
32  }
33}
34