diff --git a/myTutorials/index.asciidoc b/myTutorials/index.asciidoc new file mode 100644 index 00000000..56390467 --- /dev/null +++ b/myTutorials/index.asciidoc @@ -0,0 +1,24 @@ += 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]' keyowrd 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