You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/open-sourcing-workshops-on-demand-part-5-create-a-workshop.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ A new entry will need the following:
70
70

71
71
72
72
***Compile:** This entry will be filled with the name of a script to be compiled at deployment time. This feature allows the admin to hide login scripts and credentials in non-editable executable files
73
-
***Varpass:** This defines whethere a workshop require some password variable to be leveraged or not
73
+
***Varpass:** This defines whether or not a workshop requires a password variable needs to be leveraged
74
74
***ReplayId:** This entry links the dedicated replay video to the workshop. it enables the presence of the replay in the learn more page of the workshop
75
75
***WorkshopImg:** As part of the lifecycle of the workshop, several emails are sent to the student. A workshop image is embbeded in the first emails
76
76
***BadgeImg:** As part of the lifecycle of the workshop, several emails are sent to the student. In the final email, a badge is included. It allows the student to share its accomplishment on social media like linkedin for instance
@@ -91,11 +91,11 @@ A new entry will need the following:
91
91
92
92

93
93
94
-
***ID:** This entry will be filled with the name of a script to be compiled at deployment time. This feature allows for instance the admin to hide login scripts and credentials in non-editable executable files
95
-
***Avatar:** This defines whethere a workshop require some password variable to be leveraged or not
94
+
***ID:** This ID is used to link the correct video with the associated workshop
95
+
***Avatar:** This is the link to the presenter 's picture that will be displayed on the workshop's tile on the registration portal
96
96
***Description:** Same description as the one available in the workshop's table entry
97
97
***Presenter:** Name of the presenter
98
-
***Role:**Roe of the presenter (the workshop developer in fact: Solution Architect, Fullstack Developer, etc...)
98
+
***Role:**Role of the presenter (the workshop developer in fact: Solution Architect, Fullstack Developer, etc...)
99
99
***VideoLink:** Youtube link of the recorded video to be used as a replay
100
100
***WorkshopId:** Id of the workshop linked to the video
101
101
***Active:** Tag to set to enable visibility of the replay in registration portal
0 commit comments