Summary: Ref T988. I'm splitting the Phabricator documentation into two separate documentation books, one less technical and one more technical. Move all the `.diviner` article files around into `src/docs/user/` or `src/docs/tech/`, accordingly. The only actual changes here are a couple of config changes in the `.book` files. Test Plan: Regenerated user and technical documentation and saw stuff in the right places. Reviewers: btrahan Reviewed By: btrahan CC: chad, aran Maniphest Tasks: T988 Differential Revision: https://secure.phabricator.com/D6822
49 lines
1.0 KiB
Plaintext
49 lines
1.0 KiB
Plaintext
{
|
|
"name" : "phabricator",
|
|
"title" : "Phabricator User Documentation",
|
|
"short" : "Phabricator User Docs",
|
|
"root" : "../../../",
|
|
"uri.source" :
|
|
"https://secure.phabricator.com/diffusion/P/browse/master/%f$%l",
|
|
"rules" : {
|
|
"(\\.diviner$)" : "DivinerArticleAtomizer"
|
|
},
|
|
"exclude" : [
|
|
"(^externals/)",
|
|
"(^webroot/rsrc/externals/)",
|
|
"(^scripts/)",
|
|
"(^support/)",
|
|
"(^resources/)",
|
|
"(^src/docs/tech/)"
|
|
],
|
|
"groups" : {
|
|
"intro" : {
|
|
"name" : "Introduction"
|
|
},
|
|
"config" : {
|
|
"name" : "Configuration"
|
|
},
|
|
"userguide" : {
|
|
"name" : "Application User Guides"
|
|
},
|
|
"differential" : {
|
|
"name" : "Differential (Code Review)"
|
|
},
|
|
"diffusion" : {
|
|
"name" : "Diffusion (Repository Browser)"
|
|
},
|
|
"maniphest" : {
|
|
"name" : "Maniphest (Task Tracking)"
|
|
},
|
|
"slowvote" : {
|
|
"name" : "Slowvote (Polls)"
|
|
},
|
|
"herald" : {
|
|
"name" : "Herald (Notifications)"
|
|
},
|
|
"phriction" : {
|
|
"name" : "Phriction (Wiki)"
|
|
}
|
|
}
|
|
}
|