mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-29 02:02:41 +01:00
aeab4efe17
Summary: And also fix a bug in the generator script. Test Plan: Run `bin/diviner generate`, wait till the cows come home, see 3 pages about Javelin in the Diviner app. Reviewers: O1 Blessed Committers, chris Reviewed By: O1 Blessed Committers, chris Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25429
16 lines
359 B
Text
16 lines
359 B
Text
{
|
|
"name" : "javelin",
|
|
"title" : "Javelin Documentation",
|
|
"short" : "Javelin Docs",
|
|
"preface" : "Documentation for developers using Javelin.",
|
|
"uri.source":
|
|
"https://we.phorge.it/diffusion/P/browse/master/%f$%l",
|
|
"rules": {
|
|
"(\\.diviner$)": "DivinerArticleAtomizer"
|
|
},
|
|
"groups": {
|
|
"concepts": {
|
|
"name": "Concepts"
|
|
}
|
|
}
|
|
}
|