From ee674e43ebdcd830b5d23793ec46a90c02a682a6 Mon Sep 17 00:00:00 2001 From: Kostic Date: Mon, 21 Mar 2022 11:42:46 +0100 Subject: [PATCH 1/2] initial commit for tutorial myTutorial --- myTutorials/index.asciidoc | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 myTutorials/index.asciidoc diff --git a/myTutorials/index.asciidoc b/myTutorials/index.asciidoc new file mode 100644 index 00000000..e69de29b From a6108884e15341d80eefa654e751c15ebfce1f93 Mon Sep 17 00:00:00 2001 From: Kostic Date: Mon, 21 Mar 2022 12:02:59 +0100 Subject: [PATCH 2/2] added createFile step to the Tutorial --- myTutorials/index.asciidoc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/myTutorials/index.asciidoc b/myTutorials/index.asciidoc index e69de29b..56390467 100644 --- a/myTutorials/index.asciidoc +++ 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