Page MenuHomePhabricator

D13135.diff
No OneTemporary

D13135.diff

diff --git a/src/docs/book/arcanist.book b/src/docs/book/arcanist.book
--- a/src/docs/book/arcanist.book
+++ b/src/docs/book/arcanist.book
@@ -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/)"
+ }
}
}

File Metadata

Mime Type
text/plain
Expires
Fri, Oct 18, 3:40 AM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6712613
Default Alt Text
D13135.diff (1 KB)

Event Timeline