Create config.json
Browse files- config.json +18 -0
config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"slides": [
|
3 |
+
{
|
4 |
+
"id": "Azure Pipelines",
|
5 |
+
"image": "images/01_mg.png",
|
6 |
+
"text": "Explore Azure Pipelines.",
|
7 |
+
"video": "https://www.youtube.com/embed/R74bm8IGu2M",
|
8 |
+
"website": "https://chatgpt.com/g/g-mYPbdl190-finstart-devops"
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"id": "Concept of Pipelines",
|
12 |
+
"image": "images/02_mg.png",
|
13 |
+
"text": "Explore the concept of pipelines in DevOps.",
|
14 |
+
"video": "https://www.youtube.com/embed/YMdtaWfU_QE",
|
15 |
+
"website": "https://chatgpt.com/g/g-mYPbdl190-finstart-devops"
|
16 |
+
}
|
17 |
+
]
|
18 |
+
}
|