Changeset View
Changeset View
Standalone View
Standalone View
src/docs/book/contributor.book
| { | { | ||||
| "name" : "phabcontrib", | "name": "phabcontrib", | ||||
| "title" : "Phabricator Contributor Documentation", | "title": "Phabricator Contributor Documentation", | ||||
| "short" : "Phabricator Contributor Docs", | "short": "Phabricator Contributor Docs", | ||||
| "preface" : "Information for Phabricator contributors.", | "preface": "Information for Phabricator contributors.", | ||||
| "root" : "../../../", | "root": "../../../", | ||||
| "uri.source" : | "uri.source": | ||||
| "https://secure.phabricator.com/diffusion/P/browse/master/%f$%l", | "https://secure.phabricator.com/diffusion/P/browse/master/%f$%l", | ||||
| "rules" : { | "rules": { | ||||
| "(\\.diviner$)" : "DivinerArticleAtomizer" | "(\\.diviner$)": "DivinerArticleAtomizer" | ||||
| }, | }, | ||||
| "exclude" : [ | "exclude": [ | ||||
| "(^externals/)", | "(^externals/)", | ||||
| "(^webroot/rsrc/externals/)", | "(^webroot/rsrc/externals/)", | ||||
| "(^scripts/)", | "(^scripts/)", | ||||
| "(^support/)", | "(^support/)", | ||||
| "(^resources/)", | "(^resources/)", | ||||
| "(^src/docs/user/)", | "(^src/docs/user/)", | ||||
| "(^src/docs/tech/)", | "(^src/docs/tech/)", | ||||
| "(^src/docs/flavor/)" | "(^src/docs/flavor/)" | ||||
| ], | ], | ||||
| "groups" : { | "groups": { | ||||
| "contrib" : { | "contrib": { | ||||
| "name" : "Contributor Overview" | "name": "Contributor Overview" | ||||
| }, | }, | ||||
| "detail": { | "detail": { | ||||
| "name" : "Contributing in Detail" | "name": "Contributing in Detail" | ||||
| }, | }, | ||||
| "standards" : { | "standards": { | ||||
| "name" : "Coding Standards" | "name": "Coding Standards" | ||||
| }, | }, | ||||
| "developer" : { | "developer": { | ||||
| "name" : "Developer Guides" | "name": "Developer Guides" | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||