Changeset View
Changeset View
Standalone View
Standalone View
src/docs/book/phabricator.book
| { | { | ||||
| "name" : "phabdev", | "name": "phabdev", | ||||
| "title" : "Phabricator Technical Documentation", | "title": "Phabricator Technical Documentation", | ||||
| "short" : "Phabricator Tech Docs", | "short": "Phabricator Tech Docs", | ||||
| "preface" : "Technical documentation intended for Phabricator developers.", | "preface": "Technical documentation intended for Phabricator developers.", | ||||
| "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": { | ||||
| "(\\.php$)" : "DivinerPHPAtomizer", | "(\\.php$)": "DivinerPHPAtomizer", | ||||
| "(\\.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/flavor/)", | "(^src/docs/flavor/)", | ||||
| "(^src/docs/contributor/)" | "(^src/docs/contributor/)" | ||||
| ], | ], | ||||
| "groups" : { | "groups": { | ||||
| "arcanist" : { | "arcanist": { | ||||
| "name" : "Arcanist Integration", | "name": "Arcanist Integration", | ||||
| "include" : "(^src/applications/arcanist/)" | "include": "(^src/applications/arcanist/)" | ||||
| }, | }, | ||||
| "audit" : { | "audit": { | ||||
| "name" : "Audit", | "name": "Audit", | ||||
| "include" : "(^src/applications/audit/)" | "include": "(^src/applications/audit/)" | ||||
| }, | }, | ||||
| "auth" : { | "auth": { | ||||
| "name" : "Auth", | "name": "Auth", | ||||
| "include" : "(^src/applications/auth/)" | "include": "(^src/applications/auth/)" | ||||
| }, | }, | ||||
| "baseapp" : { | "baseapp": { | ||||
| "name" : "Application Basics", | "name": "Application Basics", | ||||
| "include" : "(^src/applications/base/)" | "include": "(^src/applications/base/)" | ||||
| }, | }, | ||||
| "cache" : { | "cache": { | ||||
| "name" : "Cache", | "name": "Cache", | ||||
| "include" : "(^src/applications/cache/)" | "include": "(^src/applications/cache/)" | ||||
| }, | }, | ||||
| "calendar" : { | "calendar": { | ||||
| "name" : "Calendar", | "name": "Calendar", | ||||
| "include" : "(^src/applications/calendar/)" | "include": "(^src/applications/calendar/)" | ||||
| }, | }, | ||||
| "chatlog" : { | "chatlog": { | ||||
| "name" : "Chatlog", | "name": "Chatlog", | ||||
| "include" : "(^src/applications/chatlog/)" | "include": "(^src/applications/chatlog/)" | ||||
| }, | }, | ||||
| "conduit" : { | "conduit": { | ||||
| "name" : "Conduit", | "name": "Conduit", | ||||
| "include" : "(^src/applications/conduit/)" | "include": "(^src/applications/conduit/)" | ||||
| }, | }, | ||||
| "config" : { | "config": { | ||||
| "name" : "Config", | "name": "Config", | ||||
| "include" : "(^src/applications/config/)" | "include": "(^src/applications/config/)" | ||||
| }, | }, | ||||
| "conpherence" : { | "conpherence": { | ||||
| "name" : "Conpherence", | "name": "Conpherence", | ||||
| "include" : "(^src/applications/conpherence/)" | "include": "(^src/applications/conpherence/)" | ||||
| }, | }, | ||||
| "countdown" : { | "countdown": { | ||||
| "name" : "Countdown", | "name": "Countdown", | ||||
| "include" : "(^src/applications/countdown/)" | "include": "(^src/applications/countdown/)" | ||||
| }, | }, | ||||
| "daemon" : { | "daemon": { | ||||
| "name" : "Daemons", | "name": "Daemons", | ||||
| "include" : "(^src/applications/daemon/)" | "include": "(^src/applications/daemon/)" | ||||
| }, | }, | ||||
| "differential" : { | "differential": { | ||||
| "name" : "Differential", | "name": "Differential", | ||||
| "include" : "(^src/applications/differential/)" | "include": "(^src/applications/differential/)" | ||||
| }, | }, | ||||
| "diffusion" : { | "diffusion": { | ||||
| "name" : "Diffusion", | "name": "Diffusion", | ||||
| "include" : "(^src/applications/diffusion/)" | "include": "(^src/applications/diffusion/)" | ||||
| }, | }, | ||||
| "directory" : { | "directory": { | ||||
| "name" : "Directory", | "name": "Directory", | ||||
| "include" : "(^src/applications/directory/)" | "include": "(^src/applications/directory/)" | ||||
| }, | }, | ||||
| "diviner" : { | "diviner": { | ||||
| "name" : "Diviner", | "name": "Diviner", | ||||
| "include" : "(^src/applications/diviner/)" | "include": "(^src/applications/diviner/)" | ||||
| }, | }, | ||||
| "doorkeeper" : { | "doorkeeper": { | ||||
| "name" : "Doorkeeper", | "name": "Doorkeeper", | ||||
| "include" : "(^src/applications/doorkeeper/)" | "include": "(^src/applications/doorkeeper/)" | ||||
| }, | }, | ||||
| "draft" : { | "draft": { | ||||
| "name" : "Draft", | "name": "Draft", | ||||
| "include" : "(^src/applications/draft/)" | "include": "(^src/applications/draft/)" | ||||
| }, | }, | ||||
| "drydock" : { | "drydock": { | ||||
| "name" : "Drydock", | "name": "Drydock", | ||||
| "include" : "(^src/applications/drydock/)" | "include": "(^src/applications/drydock/)" | ||||
| }, | }, | ||||
| "fact" : { | "fact": { | ||||
| "name" : "Fact", | "name": "Fact", | ||||
| "include" : "(^src/applications/fact/)" | "include": "(^src/applications/fact/)" | ||||
| }, | }, | ||||
| "feed" : { | "feed": { | ||||
| "name" : "Feed", | "name": "Feed", | ||||
| "include" : "(^src/applications/feed/)" | "include": "(^src/applications/feed/)" | ||||
| }, | }, | ||||
| "files" : { | "files": { | ||||
| "name" : "Files", | "name": "Files", | ||||
| "include" : "(^src/applications/files/)" | "include": "(^src/applications/files/)" | ||||
| }, | }, | ||||
| "flag" : { | "flag": { | ||||
| "name" : "Flags", | "name": "Flags", | ||||
| "include" : "(^src/applications/flag/)" | "include": "(^src/applications/flag/)" | ||||
| }, | }, | ||||
| "harbormaster" : { | "harbormaster": { | ||||
| "name" : "Harbormaster", | "name": "Harbormaster", | ||||
| "include" : "(^src/applications/harbormaster/)" | "include": "(^src/applications/harbormaster/)" | ||||
| }, | }, | ||||
| "help" : { | "help": { | ||||
| "name" : "Help", | "name": "Help", | ||||
| "include" : "(^src/applications/help/)" | "include": "(^src/applications/help/)" | ||||
| }, | }, | ||||
| "herald" : { | "herald": { | ||||
| "name" : "Herald", | "name": "Herald", | ||||
| "include" : "(^src/applications/herald/)" | "include": "(^src/applications/herald/)" | ||||
| }, | }, | ||||
| "legalpad" : { | "legalpad": { | ||||
| "name" : "Legalpad", | "name": "Legalpad", | ||||
| "include" : "(^src/applications/legalpad/)" | "include": "(^src/applications/legalpad/)" | ||||
| }, | }, | ||||
| "lipsum" : { | "lipsum": { | ||||
| "name" : "Lipsum", | "name": "Lipsum", | ||||
| "include" : "(^src/applications/lipsum/)" | "include": "(^src/applications/lipsum/)" | ||||
| }, | }, | ||||
| "macro" : { | "macro": { | ||||
| "name" : "Macro", | "name": "Macro", | ||||
| "include" : "(^src/applications/macro/)" | "include": "(^src/applications/macro/)" | ||||
| }, | }, | ||||
| "mailinglists" : { | "mailinglists": { | ||||
| "name" : "Mailing Lists", | "name": "Mailing Lists", | ||||
| "include" : "(^src/applications/mailinglists/)" | "include": "(^src/applications/mailinglists/)" | ||||
| }, | }, | ||||
| "maniphest" : { | "maniphest": { | ||||
| "name" : "Maniphest", | "name": "Maniphest", | ||||
| "include" : "(^src/applications/maniphest/)" | "include": "(^src/applications/maniphest/)" | ||||
| }, | }, | ||||
| "meta" : { | "meta": { | ||||
| "name" : "Meta", | "name": "Meta", | ||||
| "include" : "(^src/applications/meta/)" | "include": "(^src/applications/meta/)" | ||||
| }, | }, | ||||
| "metamta" : { | "metamta": { | ||||
| "name" : "MetaMTA", | "name": "MetaMTA", | ||||
| "include" : "(^src/applications/metamta/)" | "include": "(^src/applications/metamta/)" | ||||
| }, | }, | ||||
| "notification" : { | "notification": { | ||||
| "name" : "Notifications", | "name": "Notifications", | ||||
| "include" : "(^src/applications/notification/)" | "include": "(^src/applications/notification/)" | ||||
| }, | }, | ||||
| "oauthserver" : { | "oauthserver": { | ||||
| "name" : "OAuth Server", | "name": "OAuth Server", | ||||
| "include" : "(^src/applications/oauthserver/)" | "include": "(^src/applications/oauthserver/)" | ||||
| }, | }, | ||||
| "owners" : { | "owners": { | ||||
| "name" : "Owners", | "name": "Owners", | ||||
| "include" : "(^src/applications/owners/)" | "include": "(^src/applications/owners/)" | ||||
| }, | }, | ||||
| "paste" : { | "paste": { | ||||
| "name" : "Paste", | "name": "Paste", | ||||
| "include" : "(^src/applications/paste/)" | "include": "(^src/applications/paste/)" | ||||
| }, | }, | ||||
| "people" : { | "people": { | ||||
| "name" : "People", | "name": "People", | ||||
| "include" : "(^src/applications/people/)" | "include": "(^src/applications/people/)" | ||||
| }, | }, | ||||
| "phame" : { | "phame": { | ||||
| "name" : "Phame", | "name": "Phame", | ||||
| "include" : "(^src/applications/phame/)" | "include": "(^src/applications/phame/)" | ||||
| }, | }, | ||||
| "phid" : { | "phid": { | ||||
| "name" : "PHIDs", | "name": "PHIDs", | ||||
| "include" : "(^src/applications/phid/)" | "include": "(^src/applications/phid/)" | ||||
| }, | }, | ||||
| "phlux" : { | "phlux": { | ||||
| "name" : "Phlux", | "name": "Phlux", | ||||
| "include" : "(^src/applications/phlux/)" | "include": "(^src/applications/phlux/)" | ||||
| }, | }, | ||||
| "pholio" : { | "pholio": { | ||||
| "name" : "Pholio", | "name": "Pholio", | ||||
| "include" : "(^src/applications/pholio/)" | "include": "(^src/applications/pholio/)" | ||||
| }, | }, | ||||
| "phortune" : { | "phortune": { | ||||
| "name" : "Phortune", | "name": "Phortune", | ||||
| "include" : "(^src/applications/phortune/)" | "include": "(^src/applications/phortune/)" | ||||
| }, | }, | ||||
| "phpast" : { | "phpast": { | ||||
| "name" : "PHPAST", | "name": "PHPAST", | ||||
| "include" : "(^src/applications/phpast/)" | "include": "(^src/applications/phpast/)" | ||||
| }, | }, | ||||
| "phrequent" : { | "phrequent": { | ||||
| "name" : "Phrequent", | "name": "Phrequent", | ||||
| "include" : "(^src/applications/phrequent/)" | "include": "(^src/applications/phrequent/)" | ||||
| }, | }, | ||||
| "phriction" : { | "phriction": { | ||||
| "name" : "Phriction", | "name": "Phriction", | ||||
| "include" : "(^src/applications/phriction/)" | "include": "(^src/applications/phriction/)" | ||||
| }, | }, | ||||
| "policy" : { | "policy": { | ||||
| "name" : "Policy", | "name": "Policy", | ||||
| "include" : "(^src/applications/policy/)" | "include": "(^src/applications/policy/)" | ||||
| }, | }, | ||||
| "ponder" : { | "ponder": { | ||||
| "name" : "Ponder", | "name": "Ponder", | ||||
| "include" : "(^src/applications/ponder/)" | "include": "(^src/applications/ponder/)" | ||||
| }, | }, | ||||
| "project" : { | "project": { | ||||
| "name" : "Projects", | "name": "Projects", | ||||
| "include" : "(^src/applications/project/)" | "include": "(^src/applications/project/)" | ||||
| }, | }, | ||||
| "releeph" : { | "releeph": { | ||||
| "name" : "Releeph", | "name": "Releeph", | ||||
| "include" : "(^src/applications/releeph/)" | "include": "(^src/applications/releeph/)" | ||||
| }, | }, | ||||
| "remarkup" : { | "remarkup": { | ||||
| "name" : "Remarkup", | "name": "Remarkup", | ||||
| "include" : "(^src/applications/remarkup/)" | "include": "(^src/applications/remarkup/)" | ||||
| }, | }, | ||||
| "repository" : { | "repository": { | ||||
| "name" : "Repositories", | "name": "Repositories", | ||||
| "include" : "(^src/applications/repository/)" | "include": "(^src/applications/repository/)" | ||||
| }, | }, | ||||
| "search" : { | "search": { | ||||
| "name" : "Search", | "name": "Search", | ||||
| "include" : "(^src/applications/search/)" | "include": "(^src/applications/search/)" | ||||
| }, | }, | ||||
| "settings" : { | "settings": { | ||||
| "name" : "Settings", | "name": "Settings", | ||||
| "include" : "(^src/applications/settings/)" | "include": "(^src/applications/settings/)" | ||||
| }, | }, | ||||
| "slowvote" : { | "slowvote": { | ||||
| "name" : "Slowvote", | "name": "Slowvote", | ||||
| "include" : "(^src/applications/slowvote/)" | "include": "(^src/applications/slowvote/)" | ||||
| }, | }, | ||||
| "subscriptions" : { | "subscriptions": { | ||||
| "name" : "Subscriptions", | "name": "Subscriptions", | ||||
| "include" : "(^src/applications/subscriptions/)" | "include": "(^src/applications/subscriptions/)" | ||||
| }, | }, | ||||
| "system" : { | "system": { | ||||
| "name" : "System", | "name": "System", | ||||
| "include" : "(^src/applications/system/)" | "include": "(^src/applications/system/)" | ||||
| }, | }, | ||||
| "tokens" : { | "tokens": { | ||||
| "name" : "Tokens", | "name": "Tokens", | ||||
| "include" : "(^src/applications/tokens/)" | "include": "(^src/applications/tokens/)" | ||||
| }, | }, | ||||
| "transactions" : { | "transactions": { | ||||
| "name" : "Transactions", | "name": "Transactions", | ||||
| "include" : "(^src/applications/transactions/)" | "include": "(^src/applications/transactions/)" | ||||
| }, | }, | ||||
| "typeahead" : { | "typeahead": { | ||||
| "name" : "Typeahead", | "name": "Typeahead", | ||||
| "include" : "(^src/applications/typeahead/)" | "include": "(^src/applications/typeahead/)" | ||||
| }, | }, | ||||
| "uiexample" : { | "uiexample": { | ||||
| "name" : "UI Examples", | "name": "UI Examples", | ||||
| "include" : "(^src/applications/uiexample/)" | "include": "(^src/applications/uiexample/)" | ||||
| }, | }, | ||||
| "xhprof" : { | "xhprof": { | ||||
| "name" : "XHProf", | "name": "XHProf", | ||||
| "include" : "(^src/applications/xhprof/)" | "include": "(^src/applications/xhprof/)" | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||