diff --git a/myTutorial/index.asciidoc b/myTutorial/index.asciidoc new file mode 100644 index 00000000..c7d61271 --- /dev/null +++ b/myTutorial/index.asciidoc @@ -0,0 +1,22 @@ +[[index.asciidoc]] += Title of my 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") +-- +==== +The explanation for the step +[step] +-- +functionName(parameters) +-- +The explanation of the results +==== \ No newline at end of file