From 349a758db0213561927cd40bc38f7fbd5efec255 Mon Sep 17 00:00:00 2001 From: zeus Date: Wed, 10 Feb 2021 15:06:37 +0200 Subject: [PATCH] exercise --- hybrid-linux/index.js | 50 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 45 insertions(+), 5 deletions(-) diff --git a/hybrid-linux/index.js b/hybrid-linux/index.js index 7e705be..dc8fa56 100644 --- a/hybrid-linux/index.js +++ b/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" } ]