mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
Minor documentation improvements
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
This commit is contained in:
parent
8c589f1f75
commit
c36a825f5c
1 changed files with 25 additions and 13 deletions
|
@ -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/)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue