diff --git a/devon4ng-architecture/index.asciidoc b/devon4ng-architecture/index.asciidoc index bc0968b0..600e3e79 100644 --- a/devon4ng-architecture/index.asciidoc +++ b/devon4ng-architecture/index.asciidoc @@ -1,4 +1,4 @@ -= devon4ng architecture += Title of my new tutorial == Understand the architecture principles followed by devon4ng (the angular asset of devonfw) [tags] @@ -79,4 +79,4 @@ To conclude, in this tutorial you learned Then we referred a devon4ng application by cloning it and traversing through its files. You can study in more detail about Angular architecture by following [this document](https://devonfw.com/website/pages/docs/master-devon4ng.asciidoc_architecture.html#meta-architecture.asciidoc_devonfw-reference-client-architecture). The idea with devon4ng is to define an architecture which is a compromise between, on the one hand, leveraging the best practices and latest trends like reactive style development, on the other hand, providing a short onboarding time while still using an architecture that helps us scale and be productive at the same time. -==== \ No newline at end of file +==== diff --git a/myTutorial/index.asciidoc b/myTutorial/index.asciidoc new file mode 100644 index 00000000..6a4d693f --- /dev/null +++ b/myTutorial/index.asciidoc @@ -0,0 +1,18 @@ += My test Title/Test +==== +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 +==== diff --git a/template/devon4ng-application-template b/template/devon4ng-application-template new file mode 160000 index 00000000..79106633 --- /dev/null +++ b/template/devon4ng-application-template @@ -0,0 +1 @@ +Subproject commit 79106633e5196fbe40fe536fb50e98d23cf86720