mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-01 01:18:22 +01:00
9a9df74ddb
Summary: Tidying up of documentation, adding some new groups. Test Plan: Eyeball it. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D13133
33 lines
768 B
Text
33 lines
768 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"
|
|
}
|
|
}
|
|
}
|