mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-19 11:11:10 +01:00
b22fba1ab5
Summary: Ref T8617. Provide general documentation with tools for debugging hangs and slow pages. Update DarkConsole docs and discuss how to use Services and XHProf. Explain what Multimeter is for and how to use it. Update XHProf docs and provide some usage hints. Test Plan: Read documentation. Reviewers: joshuaspence, btrahan Reviewed By: joshuaspence, btrahan Subscribers: joshuaspence, epriestley Maniphest Tasks: T8617 Differential Revision: https://secure.phabricator.com/D13359
36 lines
826 B
Text
36 lines
826 B
Text
{
|
|
"name": "phabricator",
|
|
"title": "Phabricator User Documentation",
|
|
"short": "Phabricator User Docs",
|
|
"preface": "Instructions for installing, configuring, and using Phabricator.",
|
|
"root": "../../../",
|
|
"uri.source":
|
|
"https://secure.phabricator.com/diffusion/P/browse/master/%f$%l",
|
|
"rules": {
|
|
"(\\.diviner$)": "DivinerArticleAtomizer"
|
|
},
|
|
"exclude": [
|
|
"(^externals/)",
|
|
"(^resources/)",
|
|
"(^scripts/)",
|
|
"(^src/docs/contributor/)",
|
|
"(^src/docs/flavor/)",
|
|
"(^src/docs/tech/)",
|
|
"(^support/)",
|
|
"(^webroot/rsrc/externals/)"
|
|
],
|
|
"groups": {
|
|
"intro": {
|
|
"name": "Introduction"
|
|
},
|
|
"config": {
|
|
"name": "Configuration"
|
|
},
|
|
"userguide": {
|
|
"name": "Application User Guides"
|
|
},
|
|
"fieldmanual": {
|
|
"name": "Field Manuals"
|
|
}
|
|
}
|
|
}
|