forked from NETWAYS/gitlab-training
-
Notifications
You must be signed in to change notification settings - Fork 0
/
showoff.json
42 lines (35 loc) · 1.11 KB
/
showoff.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
{
"name": "GitLab",
"subtitle": "Version Control System & Continuous Integration",
"location": "Nuremberg",
"author": "Original author: Michael Friedrich",
"release": "2.5.1",
"favicon": "image/global/favicon.ico",
"protected": ["presenter", "onepage", "print"],
"user": "netways",
"password": "awesome",
"templates" : {
"default" : "global/layouts/netways.tpl"
},
"sections": [
{"section": "global/pre/netways/title"},
{"section": "global/pre/toc"},
{"section": "trainer"},
{"section": "global/pre/netways/about"},
{"section": "global/pre/hints"},
{"section":"day1/00_Organisation"},
{"section":"day1/01_Introduction"},
{"section":"day1/02_Configuration"},
{"section":"day1/03_Basics"},
{"section":"day1/04_Commits"},
{"section":"day1/05_Branching"},
{"section":"day1/06_Server"},
{"section":"day1/07_Collaboration"},
{"section":"day2/01_Workflows"},
{"section":"day2/02_Integrations"},
{"section":"day2/03_CI"},
{"section":"day2/04_Gitlab_Hints"},
{"section":"day2/05_Git_Hints"},
{"section": "global/post"}
]
}