Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F36623914
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
View Options
diff --git a/src/docs/book/arcanist.book b/src/docs/book/arcanist.book
index 650765ee..eb03c8c0 100644
--- 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
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Feb 26, 7:03 PM (16 h, 23 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ba/e1/4b4a0733c0c8413fd0b634033da8
Attached To
rARC Arcanist
Event Timeline
Log In to Comment