Browse Source

sect

master
zeus 4 years ago
parent
commit
e8012ffccc
  1. 30
      hybrid-linux/index.js

30
hybrid-linux/index.js

@ -1,6 +1,6 @@
[ [
{ {
"section": "1", "chapter": "1",
"title": "Start a Lab", "title": "Start a Lab",
"subtitle": "Absolute basics", "subtitle": "Absolute basics",
"type": "video", "type": "video",
@ -9,7 +9,7 @@
"file": "510376917" "file": "510376917"
}, },
{ {
"section": "2", "chapter": "2",
"title": "An Introduction to Linux !", "title": "An Introduction to Linux !",
"subtitle": "Absolute basics", "subtitle": "Absolute basics",
"type": "asciidoc", "type": "asciidoc",
@ -17,7 +17,7 @@
"file": "basics.adoc" "file": "basics.adoc"
}, },
{ {
"section": "2", "chapter": "2",
"title": "An Introduction to Linux !", "title": "An Introduction to Linux !",
"subtitle": "Absolute basics", "subtitle": "Absolute basics",
"type": "asciinema", "type": "asciinema",
@ -26,7 +26,7 @@
}, },
{ {
"section": "3", "chapter": "3",
"title": "Linux file system layout", "title": "Linux file system layout",
"subtitle": "Absolute basics", "subtitle": "Absolute basics",
"type": "asciidoc", "type": "asciidoc",
@ -34,7 +34,7 @@
"file": "filesystem.adoc" "file": "filesystem.adoc"
}, },
{ {
"section": "3", "chapter": "3",
"title": "Linux file system layout", "title": "Linux file system layout",
"subtitle": "Absolute basics", "subtitle": "Absolute basics",
"type": "asciinema", "type": "asciinema",
@ -43,7 +43,7 @@
}, },
{ {
"section": "4", "chapter": "4",
"title": "The /proc Filesystem", "title": "The /proc Filesystem",
"subtitle": "Absolute basics", "subtitle": "Absolute basics",
"type": "asciidoc", "type": "asciidoc",
@ -51,7 +51,7 @@
"file": "proc.adoc" "file": "proc.adoc"
}, },
{ {
"section": "4", "chapter": "4",
"title": "The /proc Filesystem", "title": "The /proc Filesystem",
"subtitle": "Absolute basics", "subtitle": "Absolute basics",
"type": "video", "type": "video",
@ -60,7 +60,7 @@
"file": "510376917" "file": "510376917"
}, },
{ {
"section": "4", "chapter": "4",
"title": "The /proc Filesystem", "title": "The /proc Filesystem",
"subtitle": "Absolute basics", "subtitle": "Absolute basics",
"type": "asciinema", "type": "asciinema",
@ -69,7 +69,7 @@
}, },
{ {
"section": "5", "chapter": "5",
"title": "Find and grep", "title": "Find and grep",
"subtitle": "Absolute basics", "subtitle": "Absolute basics",
"type": "asciidoc", "type": "asciidoc",
@ -77,7 +77,7 @@
"file": "find_and_grep.adoc" "file": "find_and_grep.adoc"
}, },
{ {
"section": "6", "chapter": "6",
"title": "Managing software", "title": "Managing software",
"subtitle": "Absolute basics", "subtitle": "Absolute basics",
"type": "asciidoc", "type": "asciidoc",
@ -86,7 +86,7 @@
}, },
{ {
"section": "7", "chapter": "7",
"title": "Exercise", "title": "Exercise",
"subtitle": "subtitle", "subtitle": "subtitle",
"type": "exercise", "type": "exercise",
@ -95,7 +95,7 @@
"file": "ex_find_and_grep.adoc" "file": "ex_find_and_grep.adoc"
}, },
{ {
"section": "7", "chapter": "7",
"title": "Exercise", "title": "Exercise",
"subtitle": "subtitle", "subtitle": "subtitle",
"type": "exercise", "type": "exercise",
@ -104,7 +104,7 @@
"file": "ex_find_and_grep.adoc" "file": "ex_find_and_grep.adoc"
}, },
{ {
"section": "8", "chapter": "8",
"title": "Exercise", "title": "Exercise",
"subtitle": "subtitle", "subtitle": "subtitle",
"type": "exercise", "type": "exercise",
@ -113,7 +113,7 @@
"file": "ex_find_and_grep.adoc" "file": "ex_find_and_grep.adoc"
}, },
{ {
"section": "9", "chapter": "9",
"title": "Exercise", "title": "Exercise",
"subtitle": "subtitle", "subtitle": "subtitle",
"type": "exercise", "type": "exercise",
@ -122,7 +122,7 @@
"file": "ex_find_and_grep.adoc" "file": "ex_find_and_grep.adoc"
}, },
{ {
"section": "10", "chapter": "10",
"title": "Exercise", "title": "Exercise",
"subtitle": "subtitle", "subtitle": "subtitle",
"type": "exercise", "type": "exercise",

Loading…
Cancel
Save