Skip to content

Commit 20b91bc

Browse files
changed some text
1 parent 9552e82 commit 20b91bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tutorial-compiler/files/localTesting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To run the tutorial-compiler execute the following command:
2828

2929
This will execute your newly create tutorial in the 'katacoda' environment. If you obmit the '-e' and '-p' paramter, all tutorials are executed in all environments.
3030

31-
The tutorial-compiler will now create the files needed for a katacoda tutorial. You can find the files in the 'build/output/katacoda/myTutorial' directory of the tutorial-compiler.
32-
The step you added to your tutorial will be displayed in the following file:
31+
The tutorial-compiler now generates the files needed for a katacoda tutorial. You can find the files in the 'build/output/katacoda/myTutorial' directory of the tutorial compiler.
32+
The step you added to your tutorial is shown in the following file:
3333

3434
`tutorial-compiler/build/output/katacoda/myTutorial/step1.md`{{open}}

tutorial-compiler/index.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ nextKatacodaStep("Fork the tutorials repository", [{"image": "images/fork.jpg"},
3232

3333
Paste the URL to the 'git clone' command to clone the repostitory. For this tutorial we will use the original tutorials repository of the 'devonfw-tutorials' GitHub account to show the workflow of creating the tutorial.
3434

35-
When you run the command on your machine, you will of course need to customize the URL and add your personal GitHub name. So the command will be 'git clone https://github.com/YourName/tutorials.git'.
35+
When you run the command on your machine, you will of course need to customize the URL and add your personal GitHub name. So the command will be `git clone https://github.com/YourName/tutorials.git`.
3636
[step]
3737
== Clone the repository
3838
--
@@ -78,6 +78,7 @@ The next step is to add some description lines below the title. The description
7878
changeFile("tutorials/myTutorial/index.asciidoc", {"file": "files/description.txt", "placeholder": "= Title of my new tutorial" })
7979
--
8080

81+
====
8182
Last but not least add a step.
8283
8384
Each step consists of
@@ -86,7 +87,6 @@ Each step consists of
8687
* a function to execute (You can find a list with the currently available functions on https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions)
8788
* and an optional explanation of the results of the step.
8889
89-
====
9090
In this tutorial we will add a simple step which creates a new file.
9191
[step]
9292
== Add a step

0 commit comments

Comments
 (0)