-
Notifications
You must be signed in to change notification settings - Fork 0
/
pillar.conf
36 lines (36 loc) · 1.13 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
{
"title" : "{Cable Expertise}",
"newLine" : #unix,
"headingLevelOffset" : 1,
"defaultScriptLanguage" : "smalltalk",
"configurations" : {
"LaTeX by chapter" : {
"outputType" : #latex,
"template" : "_support/templates/chapter.latex.template",
"separateOutputFiles" : true
},
"LaTeX whole book" : {
"outputType" : #latex,
"template" : "_support/templates/book.latex.template",
"outputFile" : "Book.tex"
},
"HTML by chapter" : {
"outputType" : #html,
"template" : "_support/templates/chapter.html.template",
"separateOutputFiles" : true
},
"Markdown by chapter" : {
"outputType" : #githubmarkdown,
"separateOutputFiles" : true
}
},
"inputFiles" : [
"Book/CXP-Training-Introduction.pillar",
"Book/CXP-Training-Architecture.pillar",
"Book/CXP-Training-Environnement.pillar",
"Book/CXP-Training-Acquisition.pillar",
"Book/CXP-Training-Frontend.pillar",
"Book/CXP-Training-Developpement.pillar",
"Book/CXP-Training-Devops.pillar"
]
}