mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
8f127af47c
Summary: The only purpose of "Arcanist Overview" is to tell people they shouldn't be here, but we bury the lede. Make it clear that this is not user documentation. After T988 we can improve the organization here, but some recent users found this pretty confusing. Test Plan: Generated and read documentation. Reviewers: vrana, btrahan Reviewed By: vrana CC: aran Differential Revision: https://secure.phabricator.com/D3235
23 lines
638 B
Text
23 lines
638 B
Text
{
|
|
"name" : "Arcanist",
|
|
"src_link" :
|
|
"https://secure.phabricator.com/diffusion/ARC/browse/master/%f$%l",
|
|
"groups" : {
|
|
"notuser" : "HEY! THIS IS NOT USER DOCUMENTATION!",
|
|
"config" : "Setup & Configuration",
|
|
"workflow" : "Workflows",
|
|
"lint" : "Lint Integration",
|
|
"linter" : "Linters",
|
|
"unit" : "Unit Test Integration",
|
|
"unitrun" : "Unit Test Runners",
|
|
"diff" : "Diff and Changeset APIs",
|
|
"differential" : "Differential Integration",
|
|
"workingcopy" : "Working Copy APIs",
|
|
"testcase" : "Test Cases"
|
|
},
|
|
"engines" : [
|
|
["DivinerArticleEngine", {}],
|
|
["DivinerXHPEngine", {}]
|
|
]
|
|
}
|
|
|