diff --git a/myTutorial/index.asciidoc b/myTutorial/index.asciidoc new file mode 100644 index 00000000..d1d48e32 --- /dev/null +++ b/myTutorial/index.asciidoc @@ -0,0 +1,13 @@ += WIP: Starting a new tutorial +==== +In this section you can write the description of the tutorial. This can consist of several lines. + +The description should explain the tutorial in a few words and explain what is to be learned. +==== + +Before the '[step]' keyword the explanation is written. +The explanation can consist of multiple lines. +[step] +-- +createFile("pathToTheFile/fileName.txt") +-- \ No newline at end of file