Skip to content

Commit 4be33cb

Browse files
Updated wiki pages
1 parent fecf8b9 commit 4be33cb

3 files changed

Lines changed: 37 additions & 31 deletions

File tree

documentation/Assertions.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## Assertions
22
The following assertions are already implemented:
3-
* directoryExist
4-
* directoryNotEmpty
5-
* fileExist
6-
* fileContains
7-
* noErrorCode
8-
* noException
9-
* repositoryIsClean
10-
* serverIsReachable
3+
* [directoryExist](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Assertions#directoryExist)
4+
* [directoryNotEmpty](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Assertions#directoryNotEmpty)
5+
* [fileExist](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Assertions#fileExist)
6+
* [fileContains](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Assertions#fileContains)
7+
* [noErrorCode](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Assertions#noErrorCode)
8+
* [noException](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Assertions#noExceptions)
9+
* [repositoryIsClean](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Assertions#repositoryIsClean)
10+
* [serverIsReachable](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Assertions#serverIsReachable)
1111

1212
***
1313

documentation/Functions.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
## Functions
22
The following functions are already implemented:
3-
* installDevonfwIde
4-
* restoreDevonfwIde
5-
* restoreWorkspace
6-
* changeWorkspace
7-
* executeCommand
8-
* installCobiGen
9-
* cobiGenJava
10-
* createDevon4jProject
11-
* buildJava
12-
* createFile
13-
* changeFile
14-
* createFolder
15-
* cloneRepository
16-
* runServerJava
17-
* buildNg
18-
* npmInstall
19-
* dockerCompose
20-
* downloadFile
21-
* nextKatacodaStep
22-
* adaptTemplatesCobiGen
23-
* createDevon4ngProject
24-
* addSetupScript
3+
* [installDevonfwIde](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#installDevonfwIde)
4+
* [restoreDevonfwIde](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#restoreDevonfwIde)
5+
* [restoreWorkspace](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#restoreWorkspace)
6+
* [changeWorkspace](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#changeWorkspace)
7+
* [executeCommand](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#executeCommand)
8+
* [installCobiGen](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#installCobiGen)
9+
* [cobiGenJava](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#cobiGenJava)
10+
* [createDevon4jProject](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#createDevon4jProject)
11+
* [buildJava](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#buildJava)
12+
* [createFile](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#createFile)
13+
* [changeFile](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#changeFile)
14+
* [createFolder](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#createFolder)
15+
* [cloneRepository](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#cloneRepository)
16+
* [runServerJava](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#runServerJava)
17+
* [buildNg](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#buildNg)
18+
* [npmInstall](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#npmInstall)
19+
* [dockerCompose](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#dockerCompose)
20+
* [downloadFile](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#downloadFile)
21+
* [nextKatacodaStep](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#nextKatacodaStep)
22+
* [adaptTemplatesCobiGen](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#adaptTemplatesCobiGen)
23+
* [createDevon4ngProject](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#createDevon4ngProject)
24+
* [addSetupScript](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions#addSetupScript)
2525

2626
***
2727

documentation/Home.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@
33
To download and setup the tutorial-compiler use the description in the setup section.<br/>
44
[Setup](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Setup)
55

6-
If you want to implement your own tutorials the Development section may help you.<br/>
6+
The Development section may help you to contribute code to the tutorial-compiler.<br/>
77
[Development](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Development)
88

9+
If you want to implement your own tutorials the Tutorials section may help you.<br/>
10+
[Tutorials](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Tutorials)
11+
912
You find a list of functions which are already implemented in the Functions section.<br/>
1013
[Functions](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions)
1114

1215
Learn more about the project structure.<br/>
1316
[Structure](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Structure)
1417

18+
You find a List of Assertions which are already implemented in the Assertions section.<br/>
19+
[Assertions](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Assertions)
20+
1521

0 commit comments

Comments
 (0)