Browse Source

exercise

master
zeus 4 years ago
parent
commit
349a758db0
  1. 50
      hybrid-linux/index.js

50
hybrid-linux/index.js

@ -1,4 +1,12 @@
[
{
"title": "Start a Lab",
"subtitle": "Absolute basics",
"type": "video",
"desc": "Simple Steps to Start Virtual Lab",
"service":"vimeo",
"file": ""
},
{
"title": "An Introduction to Linux !",
"subtitle": "Absolute basics",
@ -68,11 +76,43 @@
},
{
"title": "test vimeo",
"title": "Exercise",
"subtitle": "subtitle",
"type": "video",
"desc": "description1",
"service":"vimeo",
"file": "507040807"
"type": "exercise",
"desc": "find and grep commands",
"difficulty":"Elementary",
"file": "ex_find_and_grep.adoc"
},
{
"title": "Exercise",
"subtitle": "subtitle",
"type": "exercise",
"desc": "find and grep commands",
"difficulty":"Intermediate",
"file": "ex_find_and_grep.adoc"
},
{
"title": "Exercise",
"subtitle": "subtitle",
"type": "exercise",
"desc": "find and grep commands",
"difficulty":"Advanced",
"file": "ex_find_and_grep.adoc"
},
{
"title": "Exercise",
"subtitle": "subtitle",
"type": "exercise",
"desc": "find and grep commands",
"difficulty":"Expert",
"file": "ex_find_and_grep.adoc"
},
{
"title": "Exercise",
"subtitle": "subtitle",
"type": "exercise",
"desc": "find and grep commands",
"difficulty":"Guru",
"file": "ex_find_and_grep.adoc"
}
]

Loading…
Cancel
Save