You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The playbooks for the tutorial-compiler are contained in the tutorials repository. There you will find a description of how to create your own playbook.
To create a new command you can use in your playbooks, you have to implement a new function for this command in all runner class you want to support this command. If you want to use the command only in katacoda tutorials for example, you have to implement the function only in the katacoda runner class.
Copy file name to clipboardExpand all lines: documentation/Structure.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
/--index.asciidoc
14
14
15
15
Write your own tutorials in "./tutorials/[playbook-name]/index.asciidoc".
16
-
You will find all the details in the tutorials [Developement](https://github.com/devonfw-forge/tutorials/wiki/Development) page.
16
+
You will find all the details in the tutorials [Developement](https://github.com/devonfw-tutorials/tutorials/wiki/Development) page.
17
17
18
18
19
19
# File system of the "tutorial-compiler" - repository
@@ -35,15 +35,15 @@ You will find all the details in the tutorials [Developement](https://github.com
35
35
* wikiEclipse
36
36
* wikiEditor
37
37
38
-
Create your own commands as shown in tutorial-compilers's [Developement](https://github.com/devonfw-forge/tutorials/wiki/Development) page inside the "./index.ts"-files.
38
+
Create your own commands as shown in tutorial-compilers's [Developement](https://github.com/devonfw-tutorials/tutorials/wiki/Development) page inside the "./index.ts"-files.
39
39
40
40
### Assertions
41
41
42
42
|--tutorial-compiler
43
43
|--assertions
44
44
45
45
Add assertions by adding a new class into the "./tutorial-compiler/assertions"-folder
46
-
Learn more about it in [Development](https://github.com/devonfw-forge/tutorials/wiki/Development)
46
+
Learn more about it in [Development](https://github.com/devonfw-tutorials/tutorials/wiki/Development)
47
47
48
48
49
49
## Katacoda tutorials
@@ -78,8 +78,8 @@ Without the devonfw IDE the workspace directory equals the working directory.
78
78
79
79
|--[working-directory]
80
80
81
-
In [Functions](https://github.com/devonfw-forge/tutorial-compiler/wiki/Functions) you will find the phrase "relative to workspace", which means relative to the working directory.
82
-
You can set a new workspace with the function [changeWorkspace](https://github.com/devonfw-forge/tutorial-compiler/wiki/Functions).
81
+
In [Functions](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions) you will find the phrase "relative to workspace", which means relative to the working directory.
82
+
You can set a new workspace with the function [changeWorkspace](https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions).
83
83
84
84
### Workspace with devonfw IDE
85
85
@@ -89,16 +89,16 @@ You can set a new workspace with the function [changeWorkspace](https://github.c
0 commit comments