mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
Generate a documentation book for Arcanist
Summary: Ref T988. Not pretty or polished, but works fine. Test Plan: Generated the docs, made sure they were all there. Reviewers: chad, btrahan Reviewed By: btrahan CC: aran Maniphest Tasks: T988 Differential Revision: https://secure.phabricator.com/D8413
This commit is contained in:
parent
7b6b24154b
commit
133d289ad1
3 changed files with 21 additions and 30 deletions
|
@ -1,22 +0,0 @@
|
||||||
{
|
|
||||||
"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", {}]
|
|
||||||
]
|
|
||||||
}
|
|
21
src/docs/book/arcanist.book
Normal file
21
src/docs/book/arcanist.book
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"name" : "arcanist",
|
||||||
|
"title" : "Arcanist Technical Documentation",
|
||||||
|
"short" : "Arcanist Tech Docs",
|
||||||
|
"preface" : "Technical documentation for developing Arcanist.",
|
||||||
|
"root" : "../../../",
|
||||||
|
"uri.source" :
|
||||||
|
"https://secure.phabricator.com/diffusion/ARC/browse/master/%f$%l",
|
||||||
|
"rules" : {
|
||||||
|
"(\\.php$)" : "DivinerPHPAtomizer",
|
||||||
|
"(\\.diviner$)" : "DivinerArticleAtomizer"
|
||||||
|
},
|
||||||
|
"exclude" : [
|
||||||
|
"(^externals/)",
|
||||||
|
"(^scripts/)",
|
||||||
|
"(^support/)",
|
||||||
|
"(^resources/)"
|
||||||
|
],
|
||||||
|
"groups" : {
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,8 +0,0 @@
|
||||||
@title This Is Technical Documentation For Contributors, Not User Documentation
|
|
||||||
@group notuser
|
|
||||||
|
|
||||||
This section of the documentation has technical information for developers
|
|
||||||
and contributors.
|
|
||||||
|
|
||||||
For user documentation, see the
|
|
||||||
[[http://www.phabricator.com/docs/phabricator/ | Phabricator Documentation]].
|
|
Loading…
Reference in a new issue