-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpillar.conf
More file actions
27 lines (27 loc) · 787 Bytes
/
pillar.conf
File metadata and controls
27 lines (27 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"language" : "en-UK",
"base_url" : "",
"attribution" : "K. De Hondt, S. Ducasse with S. Jordan Montaño and E. Lorenzano",
"keywords" : "Spec, user interface, Pharo, builder, widgets",
"title" : "Application Building with Spec 2.0",
"series" : "Square Bracket Tutorials",
"htmlWriter" : "html",
"latexWriter" : "miclatex:sbabook",
"site_name" : "Spec20",
"tocFile": "index.md",
"onlyCheckers" : [ "Vocabulary" , "LastPeriodInCaption", "NotTheFigureX"],
"checkerConfigurations" :
[
"LastPeriodInCaption" : true,
"Vocabulary" :
[
["sub-presenter", "subpresenter" ],
["sub presenter","subpresenter"],
["meta object","metaobject"]
],
"LastPeriodInParagraphLabel" : {
"isEndingWithPeriod" : true,
"levelForPagraph" : 5
}
]
}