Skip to content

Commit

Permalink
Minor documentation improvements
Browse files Browse the repository at this point in the history
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
joshuaspence committed Jun 8, 2015
1 parent 8c589f1 commit c36a825
Showing 1 changed file with 25 additions and 13 deletions.
38 changes: 25 additions & 13 deletions src/docs/book/arcanist.book
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/)"
}
}
}

0 comments on commit c36a825

Please sign in to comment.