From 883feecdb26dd6ad2d12b01672f767dad59b86a7 Mon Sep 17 00:00:00 2001 From: Martinez Fernandez Date: Mon, 27 Feb 2023 12:46:25 +0100 Subject: [PATCH] added createFile step to the tutorial --- myTutorial/index.asciidoc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 myTutorial/index.asciidoc 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