New scenario

This commit is contained in:
2020-06-19 22:42:22 -04:00
commit 8f2a1a6cdd
3 changed files with 21 additions and 0 deletions

0
test-scenario/finish.md Normal file
View File

21
test-scenario/index.json Normal file
View File

@@ -0,0 +1,21 @@
{
"title": "Test Scenario",
"description": "This is testing scenarios.",
"difficulty": "Beginner",
"time": "0",
"details": {
"steps": [],
"intro": {
"text": "intro.md"
},
"finish": {
"text": "finish.md"
}
},
"environment": {
"uilayout": "terminal"
},
"backend": {
"imageid": "golang:1.14"
}
}

0
test-scenario/intro.md Normal file
View File