From 6ce312ed4d94f0cbae4f932b54903d478aa9cd92 Mon Sep 17 00:00:00 2001 From: Thierry Boileau Date: Thu, 17 Apr 2025 14:39:42 +0200 Subject: [PATCH] Fix images that are not displayed in the documentation --- .../ROOT/pages/tutorial-create-an-input-component.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/src/main/antora/modules/ROOT/pages/tutorial-create-an-input-component.adoc b/documentation/src/main/antora/modules/ROOT/pages/tutorial-create-an-input-component.adoc index 147fe0250cc34..4f73b857636e4 100644 --- a/documentation/src/main/antora/modules/ROOT/pages/tutorial-create-an-input-component.adoc +++ b/documentation/src/main/antora/modules/ROOT/pages/tutorial-create-an-input-component.adoc @@ -16,8 +16,8 @@ The first step consists in generating the project structure using *Talend Starte . Go to https://starter-toolkit.talend.io/ and fill in the project information as shown in the screenshots below, then click *Finish* and *Download as ZIP*. + + -image::tutorial_hazelcast_generateproject_1.png[] + -image::tutorial_hazelcast_generateproject_2.png[] + +image::tutorial_hazelcast_generateproject_1.png[] +image::tutorial_hazelcast_generateproject_2.png[] + . Extract the ZIP file into your workspace and import it to your preferred IDE. This tutorial uses Intellij IDE, but you can use Eclipse or any other IDE that you are comfortable with. +