forked from SquareBracketAssociates/EnterprisePharo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pillar.conf
71 lines (66 loc) · 1.99 KB
/
pillar.conf
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"title" : "Enterprise Pharo: A Web Perspective",
"newLine" : #unix,
"headingLevelOffset" : 1,
"defaultScriptLanguage" : "smalltalk",
"configurations" : {
"LaTeX by chapter" : {
"outputType" : #latex,
"template" : "support/templates/chapter.latex.template",
"separateOutputFiles" : true
},
"HTML by chapter" : {
"outputType" : #html,
"template" : "support/templates/chapter.html.template",
"separateOutputFiles" : true,
"level1" : {
"numbering" : true,
"size":0
},
"level2" : {
"numbering" : true,
"size":1,
"renderAs":"number"
},
"level3" : {
"numbering" : true,
"size":2,
"renderAs":"number"
},
"level4" : {
"numbering" : true,
"size":3,
"renderAs":"number"
},
"level5" : {
"numbering" : true,
"size":1,
"renderAs":"letter"
}
},
"Markdown by chapter" : {
"outputType" : #githubmarkdown,
"separateOutputFiles" : true
}
},
"inputFiles" : [
"Copyright/License.pier",
"Teapot/Teapot.pillar",
"WebApp/WebApp.pier",
"Zinc-Encoding-Meta/Zinc-Encoding-Meta.pillar",
"Zinc-HTTP-Client/Zinc-HTTP-Client.pillar",
"Zinc-HTTP-Server/Zinc-HTTP-Server.pillar",
"Zinc-REST/Zinc-REST.pillar",
"WebSockets/WebSockets.pier",
"NeoCSV/NeoCSV.pier",
"NeoJSON/NeoJSON.pier",
"STON/STON.pillar",
"Fuel/Fuel.pillar",
"Voyage/Voyage.pier",
"Mustache/Mustache.pillar",
"RenoirST/RenoirST.pier",
"PillarChap/Pillar.pillar",
"Artefact/Artefact.pillar",
"DeploymentWeb/DeployForProduction.pillar"
]
}