eaglelandsonce commited on
Commit
2536564
·
verified ·
1 Parent(s): 45b05c2

Create config.json

Browse files
Files changed (1) hide show
  1. 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
+ }