This repository has been archived by the owner on Jul 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgenerator.json
62 lines (57 loc) · 1.76 KB
/
generator.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
61
62
{
"pageTitle": "Labs Angular",
"repository": "https://github.com/NodeAndTyped/labs-angular/",
"pdfName": "labs.pdf",
"branch": "master",
"checkout": {
"branchs": [
"tp1-solution",
"tp2-solution",
"tp3-solution",
"tp4-solution",
"tp5-solution",
"tp6-solution"
]
},
"concat": {
"files": [
{"title": "Accueil", "cwd":"${root}/src", "path": "index.md"},
{"title": "TP 1 - Installation", "cwd":"${root}/src", "path": "tp1-installation.md"},
{"title": "TP 2 - Le composant Chronomètre", "cwd":"${root}/src", "path": "tp2-composant-pipe.md"},
{"title": "TP 3 - Communication entres composants", "cwd":"${root}/src", "path": "tp3-communication-entres-composants.md"},
{"title": "TP 4 - Formulaires et routes", "cwd":"${root}/src", "path": "tp4-formulaires-routes.md"},
{"title": "TP 5 - Intégration des webservices", "cwd":"${root}/src", "path": "tp5-webservice.md"},
{"title": "TP 6 - Programmation reactive et websocket", "cwd":"${root}/src", "path": "tp6-programmation-reactive-websocket.md"}
]
},
"copy": [
{"from": "${root}/src/images", "to": "images"}
],
"outDir": [
{
"format": "html",
"path": "${root}/dist/Instructor/html",
"resources": "${root}/dist/Resources"
},
{
"format": "pdf",
"path": "${root}/dist/Instructor/pdf",
"resources": "${root}/dist/Resources"
},
{
"format": "ebook",
"path": "${root}/dist/Student/ebook",
"resources": "${root}/dist/Resources"
},
{
"format": "pdf",
"path": "${root}/dist/Student/pdf",
"resources": "${root}/dist/Resources"
},
{
"format": "html",
"path": "${root}/docs",
"resources": "${root}/docs/resources"
}
]
}