forked from uber/arcanist
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Minor tidying of documentation and adding some groups. Test Plan: Eyeball it. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D13135
- Loading branch information
1 parent
8c589f1
commit c36a825
Showing
1 changed file
with
25 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,33 @@ | ||
{ | ||
"name" : "arcanist", | ||
"title" : "Arcanist Technical Documentation", | ||
"short" : "Arcanist Tech Docs", | ||
"preface" : "Technical documentation for developing Arcanist.", | ||
"root" : "../../../", | ||
"uri.source" : | ||
"name": "arcanist", | ||
"title": "Arcanist Technical Documentation", | ||
"short": "Arcanist Tech Docs", | ||
"preface": "Technical documentation for developing Arcanist.", | ||
"root": "../../../", | ||
"uri.source": | ||
"https://secure.phabricator.com/diffusion/ARC/browse/master/%f$%l", | ||
"rules" : { | ||
"(\\.php$)" : "DivinerPHPAtomizer", | ||
"(\\.diviner$)" : "DivinerArticleAtomizer" | ||
"rules": { | ||
"(\\.diviner$)": "DivinerArticleAtomizer", | ||
"(\\.php$)": "DivinerPHPAtomizer" | ||
}, | ||
"exclude" : [ | ||
"exclude": [ | ||
"(^externals/)", | ||
"(^resources/)", | ||
"(^scripts/)", | ||
"(^support/)", | ||
"(^resources/)" | ||
"(^support/)" | ||
], | ||
"groups" : { | ||
"groups": { | ||
"lint": { | ||
"name": "Lint", | ||
"include": "(^src/lint/)" | ||
}, | ||
"unit": { | ||
"name": "Unit Testing", | ||
"include": "(^src/unit/)" | ||
}, | ||
"workflow": { | ||
"name": "Workflows", | ||
"include": "(^src/workflow/)" | ||
} | ||
} | ||
} |