Skip to content

Commit 7b52795

Browse files
authored
Fix lab metadata duration and level formatting
Updated lab metadata format and level value.
1 parent 99056b0 commit 7b52795

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Instructions/Labs/01-exercise-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
lab:
33
title: 'Exercise Title'
44
description: 'Sentence describing the lab'
5-
duration: 00 minutes
6-
level: (100 to 500) <!-- 100 basic concepts, 200 foundations, 300 practical usage, 400 advanced scenarios, 500 expert design -->
5+
duration: '00 minutes'
6+
level: 100 <!-- 100 basic concepts, 200 foundations, 300 practical usage, 400 advanced scenarios, 500 expert design -->
77
islab: true <!-- if not a lab, remove -->
88
---
99
<!--

0 commit comments

Comments
 (0)