mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
27 lines
840 B
Text
27 lines
840 B
Text
{
|
|
"name" : "Phabricator",
|
|
"src_base" : "https://github.com/facebook/phabricator/blob/master",
|
|
"groups" : {
|
|
"intro" : "Introduction",
|
|
"config" : "Configuration",
|
|
"userguide" : "Application User Guides",
|
|
"contrib" : "Contributing",
|
|
"flavortext" : "Flavor Text",
|
|
"developer" : "Phabricator Developer Guides",
|
|
"differential" : "Differential (Code Review)",
|
|
"diffusion" : "Diffusion (Repository Browser)",
|
|
"maniphest" : "Maniphest (Task Tracking)",
|
|
"herald" : "Herald (Notifications)",
|
|
"celerity" : "Celerity (CSS/JS Management)",
|
|
"aphront" : "Aphront (Web Stack)",
|
|
"console" : "DarkConsole (Debugging Console)",
|
|
"storage" : "Storage",
|
|
"irc" : "IRC",
|
|
"markup" : "Remarkup Extensions"
|
|
},
|
|
"engines" : [
|
|
["DivinerArticleEngine", {}],
|
|
["DivinerXHPEngine", {}]
|
|
]
|
|
}
|
|
|