Skip to content

Commit 2699039

Browse files
committed
minor changes
1 parent ec87e2b commit 2699039

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

antora-playbook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site:
2-
title: Placeholder Course Title
2+
title: FIXME Course Title
33
start_page: REPLACEREPONAME::index.adoc
44

55
content:

course-init.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ print_usage()
99
exit_script()
1010
{
1111
#cleanup
12-
echo -e "\nPlease replace the FIXME string in the antora.yml file below and commit the changes before proceeding with the course development."
13-
grep FIXME antora.yml
12+
echo -e "\nPlease replace the FIXME line in the antora.yml and antora-playbook.yml files with the title for this course. \nCommit the changes before proceeding with the course development."
13+
grep FIXME antora.yml antora-playbook.yml
1414
}
1515

1616
handle_lab()

modules.bfx/ROOT/pages/index.adoc

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
= An Example Quick Course
1+
= An Example Break-fix course
22
:navtitle: Home
33

44
== Introduction
55

6-
This is an example quick course demonstrating the usage of Antora for authoring and publishing quick courses.
6+
TITLE1: Red Hat Enterprise Linux 9 (FIXME product)
7+
8+
TITLE2: Break-fix Practice 1 (FIXME title)
9+
10+
Description:
11+
This break-fix training simulates a problem FIXME . You'll investigate and solve the problem in a hands-on lab environment to complete the training.
12+

modules.bfx/chapter1/nav.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
* xref:index.adoc[]
2-
** xref:USAGEGUIDE.adoc[]
32
** xref:section1.adoc[]
43
** xref:section2.adoc[]

0 commit comments

Comments
 (0)