forked from dnsmichi/archived-copy-gitlab-advanced-training
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshowoff.json
More file actions
33 lines (27 loc) · 826 Bytes
/
showoff.json
File metadata and controls
33 lines (27 loc) · 826 Bytes
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
{
"name": "GitLab Advanced",
"subtitle": "A tool for all phases in a DevOps lifecycle.",
"location": "Nuremberg",
"author": "Original author: Michael Friedrich",
"release": "0.5.0",
"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_Basics"},
{"section":"day1/03_Project"},
{"section":"day1/04_CICD"},
{"section": "global/post"}
]
}