From d48aac347231b2838e88243d27a8ae9f08c58d39 Mon Sep 17 00:00:00 2001 From: Dominik Hanak Date: Tue, 12 Mar 2024 09:33:56 +0100 Subject: [PATCH] 574 - fix typos and links --- .../getting-started/preparing-environment.adoc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/serverlessworkflow/modules/ROOT/pages/getting-started/preparing-environment.adoc b/serverlessworkflow/modules/ROOT/pages/getting-started/preparing-environment.adoc index 51ee600d9..1b6b8558e 100644 --- a/serverlessworkflow/modules/ROOT/pages/getting-started/preparing-environment.adoc +++ b/serverlessworkflow/modules/ROOT/pages/getting-started/preparing-environment.adoc @@ -21,17 +21,18 @@ start the development on your local machine using our guides. [[proc-starting-cluster-fo-local-development]] == Starting the cluster for local development -If you used where you used https://knative.dev/docs/install/quickstart-install/[Knative using quickstart] guide, your selected cluster should be running and properly configured to work with our guides. +If you have used https://knative.dev/docs/install/quickstart-install/[Knative using quickstart] guide, your selected cluster should be running and properly configured to work with our guides. + +Please note, that if the knative quickstart procedure is not used, you need to install Knative Serving and Eventing manually. See <>. -Please note, that if quickstart is not used, you might need to install Knative Serving and Eventing manually. See <> -To startup the selected cluster without quickstart, use the following command: + +.To startup the selected cluster without quickstart, use the following command: [tabs] ==== Minikube:: + -- -Configure and startup minikube +.Configure and startup minikube [source,shell] ---- # Set a driver and container runtime @@ -52,7 +53,7 @@ minikube profile minikube Kind:: + -- -Start a kind cluster +.Start a kind cluster [source,shell] ---- kind create cluster @@ -82,6 +83,6 @@ If you are interested in our Java and Quarkus development path, consider complet == Additional resources * xref:getting-started/preparing-environment.adoc[] -* xref:getting-started/create-your-first-workflow-service-with-kn-cli-and-vscode[] +* xref:getting-started/create-your-first-workflow-service-with-kn-cli-and-vscode.adoc[] include::../../pages/_common-content/report-issue.adoc[] \ No newline at end of file