Skip to content

Commit 8ebd6da

Browse files
Updated images in wiki and maven site (#167)
* Updated images * Revert * Move images to resources during pre-site phase * More coherent naming
1 parent 1bc5b6c commit 8ebd6da

40 files changed

+12
-12
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
<execution>
307307
<id>copy-resources</id>
308308
<!-- here the phase you need -->
309-
<phase>site</phase>
309+
<phase>pre-site</phase>
310310
<goals>
311311
<goal>copy-resources</goal>
312312
</goals>

wiki/markdown/GUI-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Eiffel Intelligence Frontend GUI can be divided into two parts a navigation
44
window and a work window.
55

6-
<img src="images/subscription_handling.png">
6+
<img src="images/overview.png">
77
</img>
88

99
As the name suggests, the navigation bar provides its users one click access to

wiki/markdown/add-subscription.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This form is used to add subscription through frontend GUI. Here is a
44
description of the elements available on this form.
55

6-
<img src="images/add_subscription_form1.png">
6+
<img src="images/subscription_add_form1.png">
77
</img>
88

99
**Load Subscription Template:** In this dropdown list, options are given to
@@ -37,7 +37,7 @@ Parameters such as a Jenkins job-token can be included in this field.
3737
**Note**: The job-token should not be mistaken for the API token that is
3838
used as a password for authentication against the entire jenkins instance.
3939

40-
<img src="images/add_subscription_form2.png">
40+
<img src="images/subscription_add_form2.png">
4141
</img>
4242

4343
**Authorization:** A list to select authorization type. Currently, only one
-45.3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-108 KB
Binary file not shown.
-80.6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)