-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxua.json
60 lines (60 loc) · 1.79 KB
/
xua.json
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
{
"projects": {
"doc/html": {
"src-dir": "src",
"build-dir": "build/html",
"quick": true,
"paths-to-copy": [
"assets"
],
"default-template": "templates/template.html",
"pdf-path": "xua-doc.pdf",
"toc": {
"Title.xua": {
"title": "Title",
"hide-in-toc": true
},
"TableOfContents.xua": {
"title": "Table of Contents",
"hide-in-toc": true
},
"Preface.xua": {
"title": "Preface"
},
"Units.xua": {
"title": "Units"
},
"InterfacesRoutes.xua": {
"title": "Interfaces & Routes"
},
"Supers.xua": {
"title": "Supers"
},
"PredefinedSupers.xua": {
"title": "Predefined Supers"
},
"Entities.xua": {
"title": "Entities"
},
"Methods.xua": {
"title": "Methods"
},
"VarqueMethods.xua": {
"title": "VARQUE Methods"
},
"Services.xua": {
"title": "Services"
},
"PredefinedServices.xua": {
"title": "Predefined Services"
},
"Documentations.xua": {
"title": "Documentations"
},
"Congratulations.xua": {
"title": "Congratulations"
}
}
}
}
}