mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-09 05:18:29 +01:00
Summary: Ref T4571. This adds a new option which allows you to upgrade your one-host configuration to a multi-host configuration by configuring it. Doing this currently does nothing. I wrote a lot of words about what it is //supposed// to do in the future, though. Test Plan: - Tried to configure the option in all the possible bad ways, got errors. - Read documentation. Reviewers: chad Reviewed By: chad Subscribers: eadler Maniphest Tasks: T4571 Differential Revision: https://secure.phabricator.com/D15663
45 lines
998 B
Text
45 lines
998 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"
|
|
},
|
|
"conduit": {
|
|
"name": "API Documentation"
|
|
},
|
|
"cluster": {
|
|
"name": "Cluster Configuration"
|
|
},
|
|
"fieldmanual": {
|
|
"name": "Field Manuals"
|
|
},
|
|
"cellar": {
|
|
"name": "Musty Cellar"
|
|
}
|
|
}
|
|
}
|