From 16c1b92bd76648eac3fb07da985d87a1624d9aae Mon Sep 17 00:00:00 2001 From: nmirasch Date: Tue, 26 Mar 2024 07:51:40 +0100 Subject: [PATCH] Update serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/getting-started/create-your-first-workflow-project.adoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Dominik HanĂ¡k --- .../getting-started/create-your-first-workflow-project.adoc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/getting-started/create-your-first-workflow-project.adoc b/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/getting-started/create-your-first-workflow-project.adoc index eebd82a44..51e826747 100644 --- a/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/getting-started/create-your-first-workflow-project.adoc +++ b/serverlessworkflow/modules/ROOT/pages/use-cases/advanced-developer-use-cases/getting-started/create-your-first-workflow-project.adoc @@ -20,11 +20,7 @@ As a common application development, we have different phases: Analysis, Develop .Prerequisites -* Java {java_min_version} is installed with `JAVA_HOME` configured appropriately. -* Apache Maven {maven_min_version} is installed. -* {quarkus_cli_url}[Quarkus CLI] or xref:testing-and-troubleshooting/kn-plugin-workflow-overview.adoc[Knative Workflow CLI] {kn_cli_version} is installed. -* Visual Studio Code with https://marketplace.visualstudio.com/items?itemName=redhat.java[Red Hat Java Extension] -and https://marketplace.visualstudio.com/items?itemName=redhat.vscode-extension-serverless-workflow-editor[Red Hat Serverless Workflow Editor] is installed to edit your workflows. +* You have setup your environment according to the xref:getting-started/preparing-environment.html#proc-advanced-local-environment-setup[advanced environment setup] guide. For more information about the tooling and the required dependencies, see xref:getting-started/getting-familiar-with-our-tooling.adoc[Getting familiar with {product_name} tooling].