Skip to content

Commit d023e87

Browse files
committed
updates docs
1 parent 7b60bf5 commit d023e87

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/developer-guide/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ If you copied a process model you need to change a few things according to your
5353
* Update the references to configuration **forms** to your own configuration forms. See [Creating configuration forms](#configforms)
5454
</details>
5555

56-
When you finished the Process Modell compile it to a jar.
57-
> **Note**: Take a look at the prepackaged scan processes to see how.
56+
### Integrate your process model with the engine
5857

59-
Just store your `custom-process.jar` in the `./plugins` folder. This folder is also registered as docker volume. This enables adding and editing plugins without rebuilding the docker container.
58+
When you finished the process model compile it to a jar.
59+
60+
Just store your `custom-process.jar` in the `./plugins` folder in this project. This folder is also registered as docker volume. This enables adding and editing plugins without rebuilding the docker container.
61+
> **Hint**: Take a look into the _target_ folder of your project.
6062
6163
### Creating configuration forms
6264

@@ -74,7 +76,7 @@ The Forms are HTML Documents with embedded AngularJS code for custom logic.
7476

7577
There are some parts, both logic and definitions, which are shared across processes. These pieces are extracted into their own module. You can include this module in your own code and reuse it.
7678

77-
> **Note**: If you write your scanner in a JVM language you can use the report and finding definitions inside the scanner not just inside the engine plugin.
79+
> **Hint**: If you write your scanner in a JVM language you can use the report and finding definitions inside the scanner not just inside the engine plugin.
7880
7981
# Guidelines
8082
## Coding Guidelines

0 commit comments

Comments
 (0)