From 27c355489e26cbd35c0ff26aa05cdd30ccc5983e Mon Sep 17 00:00:00 2001 From: Jeremy Jacobi Date: Wed, 11 Dec 2024 09:55:06 +0100 Subject: [PATCH] docs(web-modeler): correct gitlab path path-creation statement --- docs/components/modeler/web-modeler/git-sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/modeler/web-modeler/git-sync.md b/docs/components/modeler/web-modeler/git-sync.md index 9693b8340c..8187999bdb 100644 --- a/docs/components/modeler/web-modeler/git-sync.md +++ b/docs/components/modeler/web-modeler/git-sync.md @@ -120,7 +120,7 @@ When using a self-hosted GitLab instance, ensure the environment variable `CAMUN - **Project ID:** The ID copied from the GitLab project settings. - **GitLab repository URL:** The base URL of the repository you want to sync with, for example `https://gilab.com/camunda/example-repo`. The URL cannot contain the `.git` extension or a folder path. - **Branch name:** The branch name to use for merging and managing changes. - - **Path:** (optional) The path to the folder containing your process application files. If left empty, Web Modeler syncs with the root of the repository. This path is **not** automatically created if it does not exist. + - **Path:** (optional) The path to the folder containing your process application files. If left empty, Web Modeler syncs with the root of the repository. This path is automatically created if it does not exist. 4. Click **Open repository** to test your configuration. The repository for the provided branch and optional path opens in a new tab.