From 7010268b4c0d486dfe0fabd469ea50b932946ea3 Mon Sep 17 00:00:00 2001 From: Ashish Shah Date: Tue, 3 Sep 2024 16:40:57 +0530 Subject: [PATCH] changes for hands-on lab template --- modules/ROOT/pages/index.adoc | 23 ++++++++++++++++++++++- modules/appendix/pages/appendix.adoc | 4 ++-- modules/chapter1/pages/index.adoc | 6 +++++- modules/chapter1/pages/section1.adoc | 5 ++++- modules/chapter1/pages/section2.adoc | 5 ++++- modules/chapter1/pages/section3.adoc | 6 ++++-- modules/chapter2/pages/index.adoc | 6 +++++- modules/chapter2/pages/section1.adoc | 5 ++++- modules/chapter3/pages/index.adoc | 6 +++++- modules/chapter3/pages/section1.adoc | 5 ++++- modules/chapter3/pages/section2.adoc | 5 ++++- 11 files changed, 63 insertions(+), 13 deletions(-) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index d4f67ea..55c039c 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -3,4 +3,25 @@ == Introduction -This is an example quick course demonstrating the usage of Antora for authoring and publishing quick courses. \ No newline at end of file +Course Title: Course title FIXME + +Description: +Course description FIXME + +Duration: FIXME hours + +== Objectives + +On completing this course, you should be able to: + +* Observable, measurable objective... +* Observable, measurable objective... +* Observable, measurable objective... + +== Prerequisites + +This course assumes that you have the following prior experience: + +* Course or experience... +* Course or experience... +* Course or experience... diff --git a/modules/appendix/pages/appendix.adoc b/modules/appendix/pages/appendix.adoc index ee38df2..64d53b9 100644 --- a/modules/appendix/pages/appendix.adoc +++ b/modules/appendix/pages/appendix.adoc @@ -1,3 +1,3 @@ -= Appendix A += Appendix -Content for Appendix A... \ No newline at end of file +FIXME: Content for Appendix... \ No newline at end of file diff --git a/modules/chapter1/pages/index.adoc b/modules/chapter1/pages/index.adoc index 476fc0f..83dbb0b 100644 --- a/modules/chapter1/pages/index.adoc +++ b/modules/chapter1/pages/index.adoc @@ -1,3 +1,7 @@ = Chapter 1 -This is the home page of _Chapter_ 1 in the *hello* quick course... \ No newline at end of file +In this section, we cover... FIXME + + +- Add or remove section entries in the `antora.yaml` file as needed. +- Ensure you create or delete the corresponding directory for the chapter accordingly. diff --git a/modules/chapter1/pages/section1.adoc b/modules/chapter1/pages/section1.adoc index 6b6277c..149161f 100644 --- a/modules/chapter1/pages/section1.adoc +++ b/modules/chapter1/pages/section1.adoc @@ -1,3 +1,6 @@ = Section 1 -This is _Section 1_ of _Chapter 1_ in the *hello* quick course.... \ No newline at end of file +* Create multiple copies of this section as needed. +* Remove any unnecessary sections or chapter pages. +* Customize the section as appropriate. +* Ensure that each page contains a manageable amount of content. diff --git a/modules/chapter1/pages/section2.adoc b/modules/chapter1/pages/section2.adoc index 83a976c..1a3ce63 100644 --- a/modules/chapter1/pages/section2.adoc +++ b/modules/chapter1/pages/section2.adoc @@ -1,3 +1,6 @@ = Section 2 -This is _Section 2_ of _Chapter 1_ in the *hello* quick course.... \ No newline at end of file +* Create multiple copies of this section as needed. +* Remove any unnecessary sections or chapter pages. +* Customize the section as appropriate. +* Ensure that each page contains a manageable amount of content. diff --git a/modules/chapter1/pages/section3.adoc b/modules/chapter1/pages/section3.adoc index 17a0eda..3640966 100644 --- a/modules/chapter1/pages/section3.adoc +++ b/modules/chapter1/pages/section3.adoc @@ -1,4 +1,6 @@ = Section 3 -This is _Section 3_ of _Chapter 1_ in the *hello* quick course.... - +* Create multiple copies of this section as needed. +* Remove any unnecessary sections or chapter pages. +* Customize the section as appropriate. +* Ensure that each page contains a manageable amount of content. diff --git a/modules/chapter2/pages/index.adoc b/modules/chapter2/pages/index.adoc index a5dd78f..239ba87 100644 --- a/modules/chapter2/pages/index.adoc +++ b/modules/chapter2/pages/index.adoc @@ -1,3 +1,7 @@ = Chapter 2 -This is the home page of _Chapter 2_ in the *hello* quick course.... \ No newline at end of file +In this section, we cover... FIXME + + +- Add or remove section entries in the `antora.yaml` file as needed. +- Ensure you create or delete the corresponding directory for the chapter accordingly. diff --git a/modules/chapter2/pages/section1.adoc b/modules/chapter2/pages/section1.adoc index 8d7d234..149161f 100644 --- a/modules/chapter2/pages/section1.adoc +++ b/modules/chapter2/pages/section1.adoc @@ -1,3 +1,6 @@ = Section 1 -This is _Section 1_ of _Chapter 2_ in the *hello* quick course.... \ No newline at end of file +* Create multiple copies of this section as needed. +* Remove any unnecessary sections or chapter pages. +* Customize the section as appropriate. +* Ensure that each page contains a manageable amount of content. diff --git a/modules/chapter3/pages/index.adoc b/modules/chapter3/pages/index.adoc index 785a3fe..4ad61c1 100644 --- a/modules/chapter3/pages/index.adoc +++ b/modules/chapter3/pages/index.adoc @@ -1,3 +1,7 @@ = Chapter 3 -This is the home page of _Chapter 3_ in the *hello* quick course.... \ No newline at end of file +In this section, we cover... FIXME + + +- Add or remove section entries in the `antora.yaml` file as needed. +- Ensure you create or delete the corresponding directory for the chapter accordingly. diff --git a/modules/chapter3/pages/section1.adoc b/modules/chapter3/pages/section1.adoc index 49a1e14..149161f 100644 --- a/modules/chapter3/pages/section1.adoc +++ b/modules/chapter3/pages/section1.adoc @@ -1,3 +1,6 @@ = Section 1 -This is _Section 1_ of _Chapter 3_ in the *hello* quick course.... \ No newline at end of file +* Create multiple copies of this section as needed. +* Remove any unnecessary sections or chapter pages. +* Customize the section as appropriate. +* Ensure that each page contains a manageable amount of content. diff --git a/modules/chapter3/pages/section2.adoc b/modules/chapter3/pages/section2.adoc index 24f5686..1a3ce63 100644 --- a/modules/chapter3/pages/section2.adoc +++ b/modules/chapter3/pages/section2.adoc @@ -1,3 +1,6 @@ = Section 2 -This is _Section 2_ of _Chapter 3_ in the *hello* quick course.... \ No newline at end of file +* Create multiple copies of this section as needed. +* Remove any unnecessary sections or chapter pages. +* Customize the section as appropriate. +* Ensure that each page contains a manageable amount of content.