Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editing in myOwnTutorial #207

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions devon4ng-architecture/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= devon4ng architecture
= Title of my new tutorial
== Understand the architecture principles followed by devon4ng (the angular asset of devonfw)

[tags]
Expand Down Expand Up @@ -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.
====
====
18 changes: 18 additions & 0 deletions myTutorial/index.asciidoc
Original file line number Diff line number Diff line change
@@ -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
====
1 change: 1 addition & 0 deletions template/devon4ng-application-template
Submodule devon4ng-application-template added at 791066