Skip to content

Commit

Permalink
New scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaurav2 committed Jan 9, 2021
1 parent 57386a1 commit d3f7408
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 0 deletions.
Empty file added test/finish.md
Empty file.
42 changes: 42 additions & 0 deletions test/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"title": "test title",
"description": "",
"difficulty": "Beginner",
"time": "10 minutes",
"details": {
"steps": [
{
"title": "Step 1",
"text": "step1.md"
},
{
"title": "Step 2",
"text": "step2.md"
},
{
"title": "Step 3",
"text": "step3.md"
},
{
"title": "Step 4",
"text": "step4.md"
},
{
"title": "Step 5",
"text": "step5.md"
}
],
"intro": {
"text": "intro.md"
},
"finish": {
"text": "finish.md"
}
},
"environment": {
"uilayout": "terminal"
},
"backend": {
"imageid": "bash"
}
}
Empty file added test/intro.md
Empty file.
Empty file added test/step1.md
Empty file.
Empty file added test/step2.md
Empty file.
Empty file added test/step3.md
Empty file.
Empty file added test/step4.md
Empty file.
Empty file added test/step5.md
Empty file.

0 comments on commit d3f7408

Please sign in to comment.