Skip to content

Commit adc8356

Browse files
Merge pull request #166 from EduardKrieger/enhancement/newHeaderStructure
new header structure
2 parents db230e5 + 873a6f3 commit adc8356

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

JumpTheQueue/index.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
====
33
Jump The Queue is a small application based on the devonfw framework, which you can create yourself by following our simple step-by-step tutorial. By doing so, you will learn about the app development workflow and gain insight into the design of a professional business information system.
44
5-
## Prerequisites
5+
### Prerequisites
66
* User should have Java, Angular development experience
77
8-
## Learning goals
9-
After completing this tutorial, you will have learned about a devonfw sample application Jump-The-Queue and its architecture.
8+
### Learning goals
9+
* After completing this tutorial, you will have learned about a devonfw sample application Jump-The-Queue and its architecture.
1010
1111
More information about Jump The Queue on https://github.com/devonfw/jump-the-queue
1212
====

autoReviewPullRequest.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ function parseFile(file, filename) {
8383
let description = parseResult[1][2].descriptionlines;
8484

8585
let messageBody = "";
86-
if(!description.includes("## Prerequisites")) {
87-
messageBody = "The description must describe the prerequisites of a tutorial. It must contain a '## Prerequisites' part.";
86+
if(!description.includes("### Prerequisites")) {
87+
messageBody = "The description must describe the prerequisites of a tutorial. It must contain a '### Prerequisites' part.";
8888
}
8989

90-
if(!description.includes("## Learning goals")) {
90+
if(!description.includes("### Learning goals")) {
9191
messageBody = (messageBody == "")
92-
? "The description should describe what the user will learn in the tutorial. It must contain a '## Learning goals' part."
92+
? "The description should describe what the user will learn in the tutorial. It must contain a '### Learning goals' part."
9393
: messageBody + " The description should describe what the user will learn in the tutorial. It must contain a '## Learning goals' part.";
9494
}
9595

cobigen/index.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
====
33
CobiGen is a generic incremental code generator for end to end code generation tasks. It allows you to build Java, Angular CRUD application code based on the devonfw architecture including all software layers.
44
5-
## Prerequisites
5+
### Prerequisites
66
* User should have Java development experience
77
8-
## Learning goals
9-
After completing this scenario, you will have learned how to generate an end-to-end Java CRUD application code using devonfw CobiGen.
8+
### Learning goals
9+
* After completing this scenario, you will have learned how to generate an end-to-end Java CRUD application code using devonfw CobiGen.
1010
1111
More information about CobiGen on https://devonfw.com/website/pages/docs/master-cobigen.asciidoc.html
1212
====

devon4ng-mat-layout/index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
====
33
The purpose of this tutorial is to get a basic understanding of creating layouts using Angular Material in a devon4ng application. You will create an application with a header containing some menu links and a sidenav with some navigation links.
44
5-
## Prerequisites
5+
### Prerequisites
66
* Basic Angular knowledge
77
8-
## Learning goals
8+
### Learning goals
99
In this tutorial you will learn how to:
1010
* create an Angular application using the devon command
1111
* add Angular Material to the application

devonfw-ide/index.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
devonfw offers complete IDE solution integrated with a lot​ of integrated tooling and initial settings​.
44
It massively speeds up development, reduces risks and helps deliver better results.
55
6-
## Prerequisites
6+
### Prerequisites
77
* User should have a prior experience with Eclipse or any IDE.
88
9-
## Learning goals
10-
1. After completing this scenario, you will have learned how to install devonfw development environment i.e., the devonfw IDE.
9+
### Learning goals
10+
* After completing this scenario, you will have learned how to install devonfw development environment i.e., the devonfw IDE.
1111
1212
1313
More information about devonfw IDE can be found on https://devonfw.com/website/pages/docs/devonfw-ide-introduction.asciidoc.html

0 commit comments

Comments
 (0)