mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 02:12:41 +01:00
91d009664b
Summary: Move PHP standards from libphutil to Phabricator. Publish general standards draft. Test Plan: Generated, read documentation. Reviewed By: jungejason Reviewers: aran, tuomaspelkonen, jungejason CC: aran, jungejason Differential Revision: 207
24 lines
738 B
Text
24 lines
738 B
Text
{
|
|
"name" : "Phabricator",
|
|
"src_base" : "https://github.com/facebook/phabricator/blob/master",
|
|
"groups" : {
|
|
"intro" : "Introduction",
|
|
"install" : "Installing",
|
|
"config" : "Configuration",
|
|
"contrib" : "Contributing",
|
|
"userguide" : "Application User Guides",
|
|
"developer" : "Phabricator Developer Guides",
|
|
"differential" : "Differential (Code Review)",
|
|
"diffusion" : "Diffusion (Repository Browser)",
|
|
"maniphest" : "Maniphest (Task Tracking)",
|
|
"celerity" : "Celerity (CSS/JS Management)",
|
|
"aphront" : "Aphront (Web Stack)",
|
|
"console" : "DarkConsole (Debugging Console)",
|
|
"storage" : "Storage"
|
|
},
|
|
"engines" : [
|
|
["DivinerArticleEngine", {}],
|
|
["DivinerXHPEngine", {}]
|
|
]
|
|
}
|
|
|