mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
23 lines
657 B
Text
23 lines
657 B
Text
{
|
|
"name" : "Phabricator",
|
|
"src_base" : "https://github.com/facebook/phabricator/blob/master",
|
|
"groups" : {
|
|
"intro" : "Introduction",
|
|
"install" : "Installing",
|
|
"config" : "Configuration",
|
|
"userguide" : "Application User 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", {}]
|
|
]
|
|
}
|
|
|