diff --git a/swarmlab/main.adoc b/swarmlab/main.adoc index f77eeca..bf0bbd1 100644 --- a/swarmlab/main.adoc +++ b/swarmlab/main.adoc @@ -367,7 +367,7 @@ Learning Objects Notebooks Based on the following structure: [source,yaml] ---- ---- # Programming language +--- # Lab Learning Object name: "test" // <1> author: "zeus" intro: "intro" # intro is a file // <2> @@ -415,7 +415,7 @@ This example LO is organized as follows [source,yaml] ---- -/test // <1> +/test # The ''base url'' https://git.swarmlab.io:3000 // <1> ├── 0_netstat // <2> │   ├── code // <3> │   ├── codeanswer // <4> @@ -424,7 +424,7 @@ This example LO is organized as follows │   └── q-info // <7> └── intro // <8> ---- -<1> Base Directory - based on: LabLearningObject Name +<1> Base Directory - based on: LabLearningObject Name. (This Directory Location is the desired URL in ''base_url'' above) <2> Code spec - based on: display_name <3> Code snippets to execute <4> Contain the answer. diff --git a/swarmlab/main.adoc.html b/swarmlab/main.adoc.html index c05d472..fb1e69a 100644 --- a/swarmlab/main.adoc.html +++ b/swarmlab/main.adoc.html @@ -1197,7 +1197,7 @@ Bootstraping is final and no further edits are allowed!!
-
--- # Programming language
+
--- # Lab Learning Object
   name: "test" (1)
   author: "zeus"
   intro: "intro" # intro is a file (2)
@@ -1295,7 +1295,7 @@ Bootstraping is final and no further edits are allowed!!
 
-
/test (1)
+
/test # The ''base url'' https://git.swarmlab.io:3000 (1)
 ├── 0_netstat (2)
 │   ├── code (3)
 │   ├── codeanswer (4)
@@ -1309,7 +1309,7 @@ Bootstraping is final and no further edits are allowed!!
 
-
+
@@ -1548,7 +1548,7 @@ Bootstraping is final and no further edits are allowed!!
 
1Base Directory - based on: LabLearningObject NameBase Directory - based on: LabLearningObject Name. (This Directory Location is the desired URL in ''base_url'' above)
2